Ich habe offenbar ein snap Paket. Ich habe zurnächst die einfache Lösung, die Jürgen Schwarze vorgeschlagen hatte probiert. Da erhielt ich die Meldung:

Kein apt Paket "skype" es ist aber ein snap Paket mit dem Namen vorhanden.

Versuchen Sie "snap install skype"

Muss ich dann diesen Befehlt zunächst ausführen und dann die installierte Anwendung zu deinstallieren?

snap remove skype funktioniert jedenfalls nicht, weil "snap skype is not installed"

Immer noch für weitere Tipps dankbar

Manfred


Am 16.10.19 um 11:34 schrieb Florian Lohoff:
On Wed, Oct 16, 2019 at 09:33:49AM +0200, Manfred wrote:
Hallo allerseits,

bei irgendeiner Ubuntu-Installation hat sich bei mir auch eine Skype-Version
mit installiert, die beim Start des Programms immer ausgeführt wird. Da ich
das Programm nicht nutze, ist das etwas nervig. Leider findet sich diese
Skype-Version aber nicht in meiner Software-Verwaltung, so dass ich das
Programm nicht so ohne weiteres löschen kann. Wie werde ich das Programm
wieder los?

Danke für hilfreiche Tipps
Das ist relativ schwierig so aus der Ferne zu sagen. Skype kannst du auf
vielen wegen installieren. Wenn du das in der Paketverwaltung nicht
findest dann ist das nicht als .deb Paket auf dein System gekommen.

Skype gibt es bei Ubuntu auch als snap container. Da kenne ich mich
wenig bis gar nicht mit aus.

Ich habe mir mal gerade ein vagrant mit einem Ubuntu hochgefahren.

Guck mal mit "snap list"  nach ob irgendwelche Snaps installiert sind.

Die solltest du dann mit "snap remove xyz" entfernen können.

Was ich gerade mal probiert habe:

root@simple-xenial:~# snap install skype
error: This revision of snap "skype" was published using classic confinement 
and thus may perform
        arbitrary system changes outside of the security sandbox that snaps are 
usually confined to,
        which may put your system at risk.

        If you understand and want to proceed repeat the command including 
--classic.
root@simple-xenial:~# snap install skype --classic
[ ... ]
root@simple-xenial:~# snap list
Name   Version    Rev   Tracking  Publisher   Notes
core   16-2.42    7917  stable    canonical✓  core
skype  8.53.0.85  96    stable    skype✓      classic
root@simple-xenial:~# snap list
Name   Version    Rev   Tracking  Publisher   Notes
core   16-2.42    7917  stable    canonical✓  core
skype  8.53.0.85  96    stable    skype✓      classic
root@simple-xenial:~# snap remove skype
skype removed
root@simple-xenial:~# snap list
Name  Version  Rev   Tracking  Publisher   Notes
core  16-2.42  7917  stable    canonical✓  core

Wenn es snap ist wirst du es so los ...

Flo
--
Linux mailing list Linux@lug-owl.de
subscribe/unsubscribe: https://lug-owl.de/mailman/listinfo/linux
Hinweise zur Nutzung: http://www.lug-owl.de/Mailingliste/hints.epo

Antwort per Email an