Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:aptitude

Dies ist eine alte Version des Dokuments!


Aptitude

Keys von Keyserver hinzufügen

z.B. für network-manager von launchpad ( https://launchpad.net/~network-manager/+archive/ppa )

apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8B6C49916FD28CBDFC5DA3A2248DD1EEBC8EBFE8

.asc Keys hinzufügen

z.B. für Wine repository

wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -

Pakete / Dateien suchen

In Paketbeschreibungen nach etwas suchen:

apt-cache search bla

In den Dateinamen von Dateien, die ein Paket zur Verfügung stellt, suchen: (vorher apt-file installieren und apt-file update)

apt-file search bla

Überprüfen ob Pkaet installiert, welche Version in welchen Repositories vorhanden, ...

apt-cache policy bla

habs endlich geglaubt, dass apt-get mir wirkich nicht nur des nötigste instaiert… will man NUR die nötigsten sachen haben hift folgender eintrag in der datei /etc/apt/apt.conf

// Recommends are as of now still abused in many packages
APT::Install-Recommends "0";
APT::Install-Suggests "0";

Quelle: http://linux.koolsolutions.com/2009/01/07/howto-tell-apt-get-not-to-install-recommends-packages-in-debian-linux/

Repositories

Skype

http://forum.skype.com/index.php?showtopic=29679

deb http://download.skype.com/linux/repos/debian/ stable non-free

Debian Multimedia

http://debian-multimedia.org/

deb http://ftp.uni-kl.de/debian-multimedia/ lenny main
deb-src http://ftp.uni-kl.de/debian-multimedia/ lenny main

Pubkey:
http://debian-multimedia.org/faq.php#q1

Wine

http://www.winehq.org/download/deblenny

Open a terminal
su #to log as root
gedit /etc/apt/sources.list #to open repository file with a text editor (you can use gedit or another)
Add this line for Lenny: deb http://www.lamaresh.net/apt lenny main
Add this line for Squeeze: deb http://www.lamaresh.net/apt squeeze main
Add this line for Sid: deb http://www.lamaresh.net/apt sid main
Save and close sources.list
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - #to add gpg key
apt-get update #to update package list
apt-get install wine #to install latest wine version

–> nicht so empfehlenswert

debian-volatile

http://www.debian.org/volatile/

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

für die proposed updates:

deb http://volatile.debian.org/debian-volatile lenny-proposed-updates/volatile main

debian-backports

deb http://ftp.de.debian.org/backports.org/ lenny-backports main contrib non-free

apt-get install debian-backports-keyring

VirtualBox

deb http://download.virtualbox.org/virtualbox/debian lenny non-free
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
apt-get install virtualbox-3.2

http://www.virtualbox.org/wiki/Linux_Downloads

Google (Chrome, Earth, etc...)

deb http://dl.google.com/linux/deb/ stable main

für den PubKey:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A040830F7FAC5991
linux/aptitude.1302708355.txt.gz · Zuletzt geändert: 2011/04/13 17:25 von quirxl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki