From BladerHQ
$ sudo apt-get update
$ apt-cache search <keywords>
$ apt-cache show <program>
$ sudo apt-get install <program>
$ sudo apt-get remove <program> $ sudo apt-get remove --purge <program>
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
$ sudo apt-get clean
$ sudo apt-get autoclean
Uncomment the following lines in /etc/apt/sources.list
$ sudo vi /etc/apt/sources.list ## Uncomment the following two lines to add software from the 'universe' ## repository. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://se.archive.ubuntu.com/ubuntu/ edgy universe multiverse deb-src http://se.archive.ubuntu.com/ubuntu/ edgy universe multiverse
multiverse for mplayer
See also AptGetHowto
Retrieved from http://wiki.bladerhq.com/MediaServer/AptGet
Page last modified on July 06, 2011, at 02:19 PM