This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[RESOLVED]Error by trying to install linssid who can help t?

robbi466

Sun Oct 20, 2019 10:58:09 am

Hello.
I am new and I haven't experience with os linux (zorin os 15 ultimate )
I got the following error
The following packages have unmet dependencies:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:

linssid: depends on: libqwt-qt5-6 (> = 6.1.2) but can not be installed
linssid : Hängt ab von: libqwt-qt5-6 (>= 6.1.2) ist aber nicht installierbar

Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
problems can not be corrected, you have withheld defective packages.

obbi466@rdr-HP-Notebook:~$ Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
bash: Syntaxfehler beim unerwarteten Wort »(«

Is there perhaps another software with which I can analyze WIFI?
robbi466@rdr-HP-Notebook:~$ sudo apt update
[sudo] Passwort für robbi466:
OK:1 http://archive.ubuntu.com/ubuntu bionic InRelease
OK:2 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic InRelease
OK:3 https://deb.opera.com/opera-stable stable InRelease
OK:4 http://ppa.launchpad.net/wseverin/ppa/ubuntu bionic InRelease
OK:5 http://ppa.launchpad.net/zorinos/apps/ubuntu bionic InRelease
OK:6 http://ppa.launchpad.net/zorinos/drivers/ubuntu bionic InRelease
OK:7 http://ppa.launchpad.net/zorinos/patches/ubuntu bionic InRelease
OK:8 http://ppa.launchpad.net/zorinos/stable/ubuntu bionic InRelease
OK:9 https://packages.zorinos.com/stable bionic InRelease
OK:10 https://packages.zorinos.com/patches bionic InRelease
OK:11 https://packages.zorinos.com/apps bionic InRelease
OK:12 https://packages.zorinos.com/drivers bionic InRelease
OK:13 https://packages.zorinos.com/premium bionic InRelease
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.
robbi466@rdr-HP-Notebook:~$ sudo apt dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
robbi466@rdr-HP-Notebook:~$ sudo apt-get install linssid
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
linssid : Hängt ab von: libqwt-qt5-6 (>= 6.1.2) ist aber nicht installierbar
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Aravisian

Sun Oct 20, 2019 5:23:03 pm

robbi466 wrote:Hello.
I am new and I haven't experience with os linux (zorin os 15 ultimate )
I got the following error
The following packages have unmet dependencies:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:

linssid: depends on: libqwt-qt5-6 (> = 6.1.2) but can not be installed
linssid : Hängt ab von: libqwt-qt5-6 (>= 6.1.2) ist aber nicht installierbar

Robbi,
you can install unmet dependencies manually.
You have several options and can choose which works best for you.
You may try this in terminal, first:
Code:
sudo apt-get install libqwt-qt5-6

Then follow that with
Code:
sudo apt-get install -f

If that does not work, you may try using Synaptic Package Manager:
Code:
sudo apt-get install synaptic

Once you have Synaptic, you can open it from your Zorin Apps menu (System or System Tools) or from terminal
Code:
pkexec synaptic

Once synaptic is running, use the Search Feature on the top middle right side:
libqwt-qt5-6
and install. Once installed, back in terminal, enter this:
Code:
sudo apt-get install -f


Another option is to install the dependency directly.
On this page:
https://ubuntu.pkgs.org/18.04/ubuntu-un ... 4.deb.html
Scroll down to "Download." Click this highlighted file:
libqwt-qt5-6_6.1.3-1_amd64.deb
Select "Save"
Save to your Downloads folder. Open your downloads folder in terminal. You can do this either by right clicking an open area of your screen and selecting "Open In Terminal" OR by opening terminal with ctl-alt-t and then entering
Code:
cd /home/robbi466/Downloads

Now in your Downloads directory in terminal, enter:
Code:
sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb

Code:
sudo apt-get install -f


I hope this helps

robbi466

Sun Oct 20, 2019 6:16:22 pm

Hello. Thank you for your feedback.
I tried your 3 opions but nothing works.
Same problem
For package »libqwt-qt5-6« there is no installation candidate.
robbi466@rdr-HP-Notebook:~/Downloads$ sudo apt-get update
OK:1 http://archive.ubuntu.com/ubuntu bionic InRelease
OK:2 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic InRelease
OK:3 http://ppa.launchpad.net/wseverin/ppa/ubuntu bionic InRelease
OK:4 https://deb.opera.com/opera-stable stable InRelease
OK:5 http://ppa.launchpad.net/zorinos/apps/ubuntu bionic InRelease
OK:6 http://ppa.launchpad.net/zorinos/drivers/ubuntu bionic InRelease
OK:7 http://ppa.launchpad.net/zorinos/patches/ubuntu bionic InRelease
OK:8 http://ppa.launchpad.net/zorinos/stable/ubuntu bionic InRelease
OK:9 https://packages.zorinos.com/stable bionic InRelease
OK:10 https://packages.zorinos.com/patches bionic InRelease
OK:11 https://packages.zorinos.com/apps bionic InRelease
OK:12 https://packages.zorinos.com/drivers bionic InRelease
OK:13 https://packages.zorinos.com/premium bionic InRelease
Paketlisten werden gelesen... Fertig
robbi466@rdr-HP-Notebook:~/Downloads$ sudo apt-get install libqwt-qt5-6
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paket libqwt-qt5-6 ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.

Aravisian

Sun Oct 20, 2019 8:59:33 pm

robbi466 wrote:Hello. Thank you for your feedback.
I tried your 3 opions but nothing works.
Same problem
For package »libqwt-qt5-6« there is no installation candidate.

Robbi, please try this option here:
Aravisian wrote:Another option is to install the dependency directly.
On this page:
https://ubuntu.pkgs.org/18.04/ubuntu-un ... 4.deb.html
Scroll down to "Download." Click this highlighted file:
libqwt-qt5-6_6.1.3-1_amd64.deb
Select "Save"
Save to your Downloads folder. Open your downloads folder in terminal. You can do this either by right clicking an open area of your screen and selecting "Open In Terminal" OR by opening terminal with ctl-alt-t and then entering
Code:
cd /home/robbi466/Downloads

Now in your Downloads directory in terminal, enter:
Code:
sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb

Code:
sudo apt-get install -f


I hope this helps

robbi466

Mon Oct 21, 2019 2:52:29 am

Hello.
Thanks for your feedback.
Your solution doesn't work
obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$

obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$
obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$

obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$

obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$

obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden
robbi466@rdr-HP-Notebook:~/Downloads$

obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden


robbi466@rdr-HP-Notebook:~/Downloads$
robbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ dir
libqwt-qt5-6_6.1.3-1_amd64.deb

Aravisian

Mon Oct 21, 2019 7:23:09 am

robbi466 wrote:Hello.
Thanks for your feedback.
Your solution doesn't work

-bash: libqwt-qt5-6_6.1.3-1_amd64.deb: Befehl nicht gefunden

Robbi, I am at fault. I just looked up at the above posts and I failed to properly type the command. I blame how tired I was: I missed typing part of it while typing so fast. If I hadn't copy pasted my response, I might have noticed it sooner...

Please try:
Code:
sudo dpkg -i libqwt-qt5-6_6.1.3-1_amd64.deb

robbi466

Mon Oct 21, 2019 3:37:44 pm

Hello. Thank for your help.
In my opinion first step is done , but how can I start the program ?
obbi466@rdr-HP-Notebook:~$ cd Downloads
robbi466@rdr-HP-Notebook:~/Downloads$ sudo dpkg -i libqwt-qt5-6_6.1.3-1_amd64.deb
[sudo] Passwort für robbi466:
Vormals nicht ausgewähltes Paket libqwt-qt5-6 wird gewählt.
(Lese Datenbank ... 363676 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von libqwt-qt5-6_6.1.3-1_amd64.deb ...
Entpacken von libqwt-qt5-6 (6.1.3-1) ...
libqwt-qt5-6 (6.1.3-1) wird eingerichtet ...
Trigger für libc-bin (2.28-0ubuntu1+zorin4) werden verarbeitet ...
robbi466@rdr-HP-Notebook:~/Downloads$ ^C
robbi466@rdr-HP-Notebook:~/Downloads$ sudo apt-get install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Swarfendor437

Mon Oct 21, 2019 7:12:19 pm

Hi, Try opening a terminal and enter:

Code:
linssid


;)

robbi466

Mon Oct 21, 2019 7:37:00 pm

Now I got it.
Thank you very much for your help!!!!!

robbi466@rdr-HP-Notebook:~$ linssid

Der Befehl 'linssid' wurde nicht gefunden, kann aber installiert werden mit:

sudo apt install linssid

robbi466@rdr-HP-Notebook:~$ sudo apt install linssid
[sudo] Passwort für robbi466:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden NEUEN Pakete werden installiert:
linssid
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 355 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 1.274 kB Plattenplatz zusätzlich benutzt.
Holen:1 http://ppa.launchpad.net/wseverin/ppa/ubuntu bionic/main amd64 linssid amd64 3.6-1 [355 kB]
Es wurden 355 kB in 0 s geholt (1.024 kB/s).
Vormals nicht ausgewähltes Paket linssid wird gewählt.
(Lese Datenbank ... 363682 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../linssid_3.6-1_amd64.deb ...
Entpacken von linssid (3.6-1) ...
linssid (3.6-1) wird eingerichtet ...
Trigger für desktop-file-utils (0.23-1ubuntu3.18.04.2) werden verarbeitet ...
Trigger für gnome-menus (3.13.3-11ubuntu1.1) werden verarbeitet ...
Trigger für mime-support (3.60ubuntu1) werden verarbeitet ...