How do I install NetDrive from a Linux command line (terminal)?

Jack

I want to use NetDrive to mount as local drive storage of my dropbox/google drive account. I wish to understand what commands do I need to install it from a terminal.

They use Ubuntu 16 as requirement https://www.netdrive.net/download/?os=linux

TamalesRancheros

In order to install NetDrive you should have curl or wget for this answer we are going to go with wget

Also, other things we are going to install to get NetDrive to work is the following:

To begin with, run the follow command on terminal:

sudo apt-get install wget

Once you have done that you need to install git

Firstly you need to update your local packages, run in terminal this command:

sudo apt update

Then run the installation command for git

sudo apt install git

Now for GCC

Again update your local packages with:

sudo apt update

Then install GCC

sudo apt install build-essential

After all of this now it's time to install NetDrive via wget Run the following command on your terminal and that would be it

bash -c "$(wget -O- https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)"

Source: Install NetDrive for Linux

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I detach from a controlling terminal from the command line?

From Dev

How do I install the latest version of cmake from the command line?

From Dev

How do I install Chromium from the command line?

From Dev

How do I install Chromium from the command line?

From Dev

How do I install the latest version of cmake from the command line?

From Dev

How do I Install the latest Virtual Box from the command line?

From Dev

How do I restart Linux (Ubuntu) from the command-line?

From Dev

How to install from the command line in Arch Linux?

From Dev

How do I paste to terminal executable content by command line?

From Dev

How to install Dart to be used in the terminal? (command line)

From Dev

How do I edit the terminal launch command in Linux Mint?

From Dev

How do I install firmware on debian wheezy from command-line?

From Dev

How can I install nodejs manually in Linux from terminal

From Java

How do I install command line MySQL client on mac?

From Dev

How do I install Composer without cURL command line?

From Dev

How do I install a .deb file via the command line?

From Dev

How do I install a .deb file via the command line?

From Dev

How do I install Composer without cURL command line?

From Dev

How can I do disk surface scanning, and fix/reallocate bad sectors in Linux from the command line?

From Dev

How do I retrieve only the needed line from terminal output?

From Dev

How can I install Qt 5.2.1 from the command line in Cygwin?

From Dev

How to I install Glassfish on Ubuntu from the command line?

From Dev

How to I install Glassfish on Ubuntu from the command line?

From Dev

How can I install just security updates from the command line?

From Dev

How can I install updates and shut down from the command line?

From Dev

How do I execute a command in an iTerm window from the command line?

From Dev

How do I pass a username to an FTP command from the command line?

From Dev

How do I update Android SDK in Linux via command line

From Dev

In Linux, how do I truncate command-line output?

Related Related

  1. 1

    How do I detach from a controlling terminal from the command line?

  2. 2

    How do I install the latest version of cmake from the command line?

  3. 3

    How do I install Chromium from the command line?

  4. 4

    How do I install Chromium from the command line?

  5. 5

    How do I install the latest version of cmake from the command line?

  6. 6

    How do I Install the latest Virtual Box from the command line?

  7. 7

    How do I restart Linux (Ubuntu) from the command-line?

  8. 8

    How to install from the command line in Arch Linux?

  9. 9

    How do I paste to terminal executable content by command line?

  10. 10

    How to install Dart to be used in the terminal? (command line)

  11. 11

    How do I edit the terminal launch command in Linux Mint?

  12. 12

    How do I install firmware on debian wheezy from command-line?

  13. 13

    How can I install nodejs manually in Linux from terminal

  14. 14

    How do I install command line MySQL client on mac?

  15. 15

    How do I install Composer without cURL command line?

  16. 16

    How do I install a .deb file via the command line?

  17. 17

    How do I install a .deb file via the command line?

  18. 18

    How do I install Composer without cURL command line?

  19. 19

    How can I do disk surface scanning, and fix/reallocate bad sectors in Linux from the command line?

  20. 20

    How do I retrieve only the needed line from terminal output?

  21. 21

    How can I install Qt 5.2.1 from the command line in Cygwin?

  22. 22

    How to I install Glassfish on Ubuntu from the command line?

  23. 23

    How to I install Glassfish on Ubuntu from the command line?

  24. 24

    How can I install just security updates from the command line?

  25. 25

    How can I install updates and shut down from the command line?

  26. 26

    How do I execute a command in an iTerm window from the command line?

  27. 27

    How do I pass a username to an FTP command from the command line?

  28. 28

    How do I update Android SDK in Linux via command line

  29. 29

    In Linux, how do I truncate command-line output?

HotTag

Archive