Ich habe das Partner-Repository hinzugefügt, aber bei der Ausgabe von aptitude install skype besteht die vorgeschlagene Lösung darin, alle Bibliotheken zu entfernen, die kde4, plasma, Dolphin und hundert andere Pakete betreffen. Das scheint sehr falsch zu sein, ich möchte meinen kde4-Plasma-Desktop nicht entfernen, nur um ein 32-Bit-Programm zu installieren.
Hilfe?
Akzeptierte Antwort:
Skype, apt-get, aptitude
Mit dem apt-get:
Aktualisierung der Paketdatenbank:
:~$ sudo apt-get update
Bereinigen der Paketarchive:
:~$ sudo apt-get clean
Pakete suchen:
:~$ apt-cache show skype
=>
Package: skype
Priority: extra
Section: net
Installed-Size: 29200
Maintainer: Brian Thomason <****>
Architecture: i386
Version: 2.2.0.35-0oneiric2
Recommends: sni-qt
...
Filename: pool/partner/s/skype/skype_2.2.0.35-0oneiric2_i386.deb
...
-> Es befindet sich in den Partner-Repositories /1/,/2/.
Simulation mit apt-get:
:~$ sudo apt-get install -s skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
sni-qt
The following NEW packages will be installed:
skype sni-qt
0 upgraded, 2 newly installed, 0 to remove and 10 not upgraded.
Inst sni-qt (0.2.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
Inst skype (2.2.0.35-0oneiric2 Partner archive:11.10/oneiric [i386])
Conf sni-qt (0.2.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
Conf skype (2.2.0.35-0oneiric2 Partner archive:11.10/oneiric [i386])
-> Installiert zwei Pakete, sollte KDE nicht entfernen.
apt-get help:
:~$ apt-get --help
Handbuchseiten:
:~$ man apt-get
Mit der Fähigkeit könnten Sie fragen, warum, warum nicht
why - Show the manually installed packages that require a package, or
why one or more packages would require the given package
why-not - Show the manually installed packages that lead to a conflict
with the given package, or why one or more packages would
lead to a conflict with the given package if installed.
aptitude Hilfe/Manpages:
:~$ aptitude --help
:~$ man aptitude
Vielleicht die
:~$ aptitude why-not skype
könnte sagen, welche Pakete mit Skype in Konflikt stehen.
Oneiric &Myon
Das Myon ist eine GUI /3/,/4/. Kubuntu 11.10 /5/ verwendet die Muon-Suite (Muon Software Center, Muon Package Manager) als Standard-Paketmanager-GUI.
Links
- https://help.ubuntu.com/community/Repositories/Kubuntu
- https://help.ubuntu.com/community/Repositories/Ubuntu
- http://jontheechidna.wordpress.com/
- http://jontheechidna.wordpress.com/2010/07/05/introducing-qapt-and-the-muon-package-manager/
- https://wiki.kubuntu.org/OneiricOcelot/Final/Kubuntu