Lösungen: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
==apt== | ==apt== | ||
| − | |||
# apt-get update | # apt-get update | ||
# apt-get install ding | # apt-get install ding | ||
| Zeile 11: | Zeile 10: | ||
# apt-get autoclean | # apt-get autoclean | ||
#apt-cache search md5sum | #apt-cache search md5sum | ||
| − | |||
| − | |||
==aptitude== | ==aptitude== | ||
| − | |||
#aptitude install lighttpd | #aptitude install lighttpd | ||
#aptitude download tftpd | #aptitude download tftpd | ||
| Zeile 25: | Zeile 21: | ||
aptitude -s install traceroute | aptitude -s install traceroute | ||
-> Nach dem Entpacken werden 184kB zusätzlich belegt sein. | -> Nach dem Entpacken werden 184kB zusätzlich belegt sein. | ||
| − | |||
#aptitude why xinetd | #aptitude why xinetd | ||
aptitude install xinetd | aptitude install xinetd | ||
| Zeile 31: | Zeile 26: | ||
==dpkg== | ==dpkg== | ||
| − | # | + | # aptitude download udpcast; dpkg -i udpcast_20040531-1_i386.deb |
# dpkg -c udpcast_20040531-1_i386.deb | # dpkg -c udpcast_20040531-1_i386.deb | ||
# dpkg -l *dvd* | # dpkg -l *dvd* | ||
# dpkg -S smb.conf | # dpkg -S smb.conf | ||
| + | # dpkg -s avahi-daemon | ||
Version vom 29. Juli 2009, 10:54 Uhr
apt
- apt-get update
- apt-get install ding
- apt-get dist-upgrade
- apt-get remove avahi-daemon
- apt-get purge ding
- apt-get check
- apt-get autoremove
- cd /usr/local/src; apt-get source pidgin
- apt-get autoclean
- apt-cache search md5sum
aptitude
- aptitude install lighttpd
- aptitude download tftpd
- aptitude safe-upgrade
- aptitude search supertux
- aptitude show traceroute
-> Unkomprimierte Größe: 184k oder aptitude -s install traceroute -> Nach dem Entpacken werden 184kB zusätzlich belegt sein.
- aptitude why xinetd
aptitude install xinetd
- aptitude auto-clean
dpkg
- aptitude download udpcast; dpkg -i udpcast_20040531-1_i386.deb
- dpkg -c udpcast_20040531-1_i386.deb
- dpkg -l *dvd*
- dpkg -S smb.conf
- dpkg -s avahi-daemon