Debian apt config

config - Files commands

apt.conf
sources.list


deb.list von stritzi (2005-01-06)
deb.list von stritzi (2005-03-22)
deb.list von stritzi (2005-05-26)


Debian
Unofficial APT repositories

apt-get update


apt-get upgrade -s

apt-get upgrade


apt-get dist-upgrade -s

apt-get dist-upgrade


apt-cache search alien


apt-cache show alien


apt-get install alien


dpkg-reconfigure xserver-xfree86


apt-get remove alien


mkdir /local

cd /local/

wget ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/i386/9.1/suse/i586/RealPlayer-8.0.3.465-89.i586.rpm

alien RealPlayer-8.0.3.465-89.i586.rpm


dpkg --install realplayer_8.0.3.465-90_i386.deb


dpkg-scanpackages ./ /dev/null | gzip > Packages.gz

echo "deb file:/local/ ./" >> /etc/apt/sources.list

apt-get update

apt-get install realplayer


dpkg -l


dpkg --get-selections '*' > deb.list-stritzi_2005-01-06


dpkg --set-selections < deb.list-stritzi_2005-01-06

apt-get dselect-upgrade

Valid HTML 4.0! Valid CSS!