1

I'm trying to install Nitroshare app, but always get the same issue

Here is what Terminal says:

alex@satellite:~$ sudo apt-add-repository ppa:george-edison55/nitroshare Cannot add PPA: ''This PPA does not support focal''. 

I've tried to do next steps, according to this

And I got this result:

alex@satellite:~$ sudo apt update Ign:1 http://mint.ipacct.com/packages una InRelease Hit:2 http://mint.ipacct.com/packages una Release Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:8 http://archive.canonical.com/ubuntu focal InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. alex@satellite:~$ sudo apt install --reinstall ca-certificates Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 145 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] Fetched 145 kB in 0s (413 kB/s) Preconfiguring packages ... (Reading database ... 318898 files and directories currently installed.) Preparing to unpack .../ca-certificates_20210119~20.04.2_all.deb ... Unpacking ca-certificates (20210119~20.04.2) over (20210119~20.04.2) ... Setting up ca-certificates (20210119~20.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Processing triggers for ca-certificates (20210119~20.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. Processing triggers for man-db (2.9.1-1) ... alex@satellite:~$ sudo apt-add-repository ppa:george-edison55/nitroshare Cannot add PPA: ''This PPA does not support focal''. 

I've tried to do it as being said on the site

Here is my system:

alex@satellite:~$ neofetch ...-:::::-... alex@satellite .-MMMMMMMMMMMMMMM-. -------------- .-MMMM`..-:::::::-..`MMMM-. OS: Linux Mint 20.3 x86_64 .:MMMM.:MMMMMMMMMMMMMMM:.MMMM:. Host: SATELLITE C660 PSC1QE-01D006N5 -MMM-M---MMMMMMMMMMMMMMMMMMM.MMM- Kernel: 5.4.0-94-generic `:MMM:MM` :MMMM:....::-...-MMMM:MMM:` Uptime: 1 hour, 18 mins :MMM:MMM` :MM:` `` `` `:MMM:MMM: Packages: 2154 (dpkg), 11 (flatpak) .MMM.MMMM` :MM. -MM. .MM- `MMMM.MMM. Shell: bash 5.0.17 :MMM:MMMM` :MM. -MM- .MM: `MMMM-MMM: Resolution: 1366x768 :MMM:MMMM` :MM. -MM- .MM: `MMMM:MMM: DE: Xfce :MMM:MMMM` :MM. -MM- .MM: `MMMM-MMM: WM: Xfwm4 .MMM.MMMM` :MM:--:MM:--:MM: `MMMM.MMM. WM Theme: Mint-Y-Aqua :MMM:MMM- `-MMMMMMMMMMMM-` -MMM-MMM: Theme: Mint-X-Aqua [GTK2/3] :MMM:MMM:` `:MMM:MMM: Icons: Mint-Y-Aqua [GTK2/3] .MMM.MMMM:--------------:MMMM.MMM. Terminal: xfce4-terminal '-MMMM.-MMMMMMMMMMMMMMM-.MMMM-' Terminal Font: Monospace 12 '.-MMMM``--:::::--``MMMM-.' CPU: Intel Pentium B980 (2) @ 2.400G '-MMMMMMMMMMMMM-' GPU: NVIDIA GeForce 315M ``-:::::-`` Memory: 1055MiB / 3909MiB 
4
  • 2
    The repo you want to add do not support your version of OS Commented Jan 13, 2022 at 10:31
  • Thanks for response! How can I find it by myself? Do I have another option to install this app? Commented Jan 13, 2022 at 10:52
  • You can try to install/add the repo by hand. And then try to install the packages you need. Commented Jan 13, 2022 at 10:53
  • 2
    The project is not actively developed anymore. Commented Jan 13, 2022 at 11:12

3 Answers 3

3

The PPA is discontinued, but nitroshare is available in Bionic archives. First remove the PPA.

sudo apt-add-repository --remove ppa:george-edison55/nitroshare 

Then download and install nitroshare.

wget http://mirrors.kernel.org/ubuntu/pool/universe/n/nitroshare/nitroshare_0.3.3-1_amd64.deb sudo apt install ./nitroshare_0.3.3-1_amd64.deb 
1

You don't need to use a third party repository to install cmake-3. cmake-3 is available from Ubuntu Focal repositories (and Debian).

sudo apt install cmake sudo apt install build-essential libgtk2.0-dev libappindicator-dev libnotify-dev git clone https://github.com/nitroshare/nitroshare-desktop.git cd nitroshare* mkdir build && cd build cmake .. make ./out/bin/nitroshare-ui 
0

that was what I was gonna say, nitroshares dependancies are still in the default repos but I don't know how long this will last, I know I can't install it on debian for instance

1
  • Welcome, please see my answer. Commented Feb 10, 2022 at 11:18

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.