Lösungen: Unterschied zwischen den Versionen

Aus Xinux Wiki
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
+
# 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

  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