How to install on Digital Ocean Droplet via command line

Forum / NoMachine for Linux / How to install on Digital Ocean Droplet via command line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25829
    fibonacci100
    Participant

    Someone please help me download the NoMachine package on a custom Fedora 31 Droplet on Digital Ocean? Or basically how to download and install it on the remote Linux machine with having GUI initially? It shows how to install, but never how to download first. Please help.

     

    #25848
    Tom
    Participant

    Hello,

    if you have desktop environment installed you can download NoMachine package from nomachine.com.

    If your fedora does not have a desktop environment installed, you must install it first before installing NoMachine.

    There are several options for downloading the package without desktop.

    Install wget and download the package from the site using these commands.

    yum install wget
    wget https://download.nomachine.com/download/6.9/Linux/nomachine_6.9.2_1_x86_64.rpm

    Or download the package from the NoMachine website to your computer, then send to DigitalOcean using the scp command.

    scp nomachine_6.9.2_1_x86_64.rpm root@x.x.x.x:~
    x.x.x.x is your Fedora IP

    How to install NoMachine form console you can find in this article
    https://www.nomachine.com/pl/AR01L00775

    Regards
    Tom

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.