Skype, apt-get, aptitude
Com o apt-get:
Atualizando o banco de dados de pacotes:
:~$ sudo apt-get update
Limpando os arquivos do pacote:
:~$ sudo apt-get clean
Procurando pacotes:
:~$ 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á nos repositórios de parceiros / 1 /, / 2 /.
Simulação com o 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])
- > Vai instalar dois pacotes, não deve remover o KDE.
apt-get help:
:~$ apt-get --help
man pages:
:~$ man apt-get
Com a aptidão você poderia perguntar por que, por que não
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.
ajuda do aptitude / man pages:
:~$ aptitude --help
:~$ man aptitude
Talvez o
:~$ aptitude why-not skype
poderia dizer qual (is) pacote (s) está / estão em conflito com o skype.
Oneiric & amp; muon
O Muon é um GUI / 3 /, / 4 /. O Kubuntu 11.10 / 5 / está usando a suíte muon (Muon Software Center, Gerenciador de Pacotes Muon) como GUI do gerenciador de pacotes padrão.
Links