I am using Ubuntu 14.04. How to install and configure the latest version of NitroShare on Ubuntu.
I would like to know how to install it from PPA and from source.
I am using Ubuntu 14.04. How to install and configure the latest version of NitroShare on Ubuntu.
I would like to know how to install it from PPA and from source.
There are five ways to install NitroShare on Ubuntu:
Use the Archives (16.04+)
You can install the nitroshare package directly from the universe repository by executing the following commands:
Use the Stable PPA (recommended for older releases)
The stable PPA contains all of the packages necessary to run NitroShare and is considered stable enough for everyday use:
ppa:george-edison55/nitroshare (Click here for instructions on using PPAs.)
To add this PPA to your computer and install NitroShare, open a terminal and run the following commands:
Use the Development PPA (unstable)
The development PPA contains daily builds of the packages that comprise NitroShare. Some of the features may be broken or incomplete. For this reason, its use is discouraged for any purpose other than testing or debugging:
ppa:george-edison55/nitroshare-dev (Click here for instructions on using PPAs.)
The commands for installing NitroShare from the development PPA are similar to the ones for the stable PPA.
Use the Binary Packages
Binary packages (DEBs) are provided for Ubuntu 14.04+. They can be downloaded from the official NitroShare website:
http://nitroshare.net
Once the DEB package is downloaded, you can launch it to open the Software Center to complete the installation.
Build NitroShare from Source (difficult)
If you are really ambitious, you can build NitroShare directly from source. First, you will need to ensure that all of the packages needed for building NitroShare are installed. To do that, run the following command:
Visit this page and grab the
.tar.gz
download for the latest release (0.3.0 at the time of writing). Then run the following commands to build everything:To install the application, run the following command:
You will then be able to run NitroShare using the
nitroshare
command.