He agregado el repositorio de socios, sin embargo, al emitir aptitude install skype, la solución propuesta es eliminar todas las librerías relacionadas con kde4, plasma, dolphin y otros cien paquetes. Eso parece muy incorrecto, no quiero eliminar mi escritorio de plasma kde4 solo para instalar un programa de 32 bits.
¿Ayuda?
Respuesta aceptada:
Skype, apt-get, aptitude
Con apt-get:
Actualización de la base de datos de paquetes:
:~$ sudo apt-get update
Limpieza de los archivos del paquete:
:~$ sudo apt-get clean
Buscando paquetes:
:~$ 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
...
-> Está en los repositorios asociados /1/,/2/.
Simulación con 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])
-> Instalará dos paquetes, no debería eliminar KDE.
apt-obtener ayuda:
:~$ apt-get --help
páginas man:
:~$ man apt-get
Con la aptitud podrías preguntar por qué, por qué no
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.
ayuda de aptitude/páginas man:
:~$ aptitude --help
:~$ man aptitude
Tal vez el
:~$ aptitude why-not skype
podría decir qué paquete(s) está(n) en conflicto con Skype.
Onírico y muón
El Muon es una GUI /3/,/4/. Kubuntu 11.10 /5/ está utilizando la suite muon (Muon Software Center, Muon Package Manager) como GUI de administrador de paquetes predeterminado.
Enlaces
- 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