# apt-get update
# apt-get upgrade
# apt-get dist-upgrade
# synaptic
# apt-get clean
# apt-get autoremove
apt-mark auto <balíček>
/etc/apt/sources.list zavedou zrcadla pro testing+unstable, lze instalovat balíčky z obou větví/etc/apt/apt.conf.d/80defaultRealase apt-get install BALICEK/unstable - zkusí pouze uvedené, pokud selžou závislosti skončíapt-get -t unstable install BALICEK - nainstaluje i závislé balíčky z požadovaného release# apt-cache policy chromium
chromium:
Instalovaná verze: 61.0.3163.100-2
Kandidát: 61.0.3163.100-2
Tabulka verzí:
62.0.3202.89-1 500
500 http://ftp.cz.debian.org/debian unstable/main amd64 Packages
*** 61.0.3163.100-2 990
990 http://ftp.cz.debian.org/debian testing/main amd64 Packages
100 /var/lib/dpkg/status
apt-get install --reinstall [balicek]
less /var/log/apt/history.log
alternativne tam je jeste dpkg.log a nebo synaptic ma svoji historii :)
nastavime on hold
# dpkg --get-selections | head acct install adduser install apparmor install
echo dnsutils hold | dpkg --set-selections