Hello? Thanks for help…
I haven’t used any software that does this kind of job.
Maybe the software that was mentioned earlier could be a replacement?! Worth giving it a try…
I quickly went back to their website and they link to a snap package you can install from:
That seems, by far, the easiest solution to your problem
Here is a guide on how to install…
Hello Florian.
Thank You.
i used the three commands
sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install sabnzbd
then:
sudo reboot
now, i can not see the Program in the List “All Programs”, after click on the Start Button.
Where is now the installed Program?
now, i checked all thre Commands:
[Q@q ~]$ sudo dnf install snapd
[sudo] Passwort für Q:
Letzte Prüfung auf abgelaufene Metadaten: vor 3:48:10 am Do 28 Mai 2020 11:23:30 CEST.
Das Paket snapd-2.43.3-1.fc32.x86_64 ist bereits installiert.
Abhängigkeiten sind aufgelöst.
Nichts zu tun.
Fertig.
[Q@q ~]$ sudo ln -s /var/lib/snapd/snap /snap
[Q@q ~]$ sudo dnf install snapd
Letzte Prüfung auf abgelaufene Metadaten: vor 3:49:44 am Do 28 Mai 2020 11:23:30 CEST.
Das Paket snapd-2.43.3-1.fc32.x86_64 ist bereits installiert.
Abhängigkeiten sind aufgelöst.
Nichts zu tun.
Fertig.
Did you do
snap install sabnzbd
?
Try
which sabnzbd
to find the binary and
snap list
to check whether the snap installed.
Have you tried to simply run
sabnzbd
from a terminal?