Lösungen: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 24: Zeile 24:
 
aptitude install xinetd
 
aptitude install xinetd
 
#aptitude auto-clean
 
#aptitude auto-clean
#dpkg -r udpcast
 
  
 
==dpkg==
 
==dpkg==
Zeile 32: Zeile 31:
 
# dpkg -S smb.conf
 
# dpkg -S smb.conf
 
# dpkg -s avahi-daemon
 
# dpkg -s avahi-daemon
 +
# dpkg -r udpcast

Version vom 29. Juli 2009, 10:57 Uhr

apt

  1. apt-get update
  2. apt-get install ding
  3. apt-get dist-upgrade
  4. apt-get remove avahi-daemon
  5. apt-get purge ding
  6. apt-get check
  7. apt-get autoremove
  8. cd /usr/local/src; apt-get source pidgin
  9. apt-get autoclean
  10. apt-cache search md5sum

aptitude

  1. aptitude install lighttpd
  2. aptitude download tftpd
  3. aptitude safe-upgrade
  4. aptitude search supertux
  5. aptitude show traceroute

-> Unkomprimierte Größe: 184k oder aptitude -s install traceroute -> Nach dem Entpacken werden 184kB zusätzlich belegt sein.

  1. aptitude why xinetd

aptitude install xinetd

  1. aptitude auto-clean

dpkg

  1. aptitude download udpcast; dpkg -i udpcast_20040531-1_i386.deb
  2. dpkg -c udpcast_20040531-1_i386.deb
  3. dpkg -l *dvd*
  4. dpkg -S smb.conf
  5. dpkg -s avahi-daemon
  6. dpkg -r udpcast