Additions:
Debian apt-get allows you to install, upgrade and remove debian packages on a debian based distros such as Edubuntu, Ubuntu or Xubuntu.
You could also use
aptitude
Edit /etc/apt/apt.conf
and add
Acquire::http::Proxy "
http://myproxy.co.uk:8080"∞;
Update package index and Upgrade the package files
$ sudo apt-get update
$ sudo apt-get upgrade
Install a new package
Remove a package
Deletions:
apt-get allows you to install, upgrade and remove debian packages
Acquire::http::Proxy "
http://proxy.proxy:8080"∞;
update package index and upgrade the package files
$ aptitude update
$ aptitude upgrade
install a new package
remove a package
Additions:
If you are behind a proxy server use
HttpProxy or edit apt.conf
$ aptitude update
$ aptitude upgrade
Deletions:
$ sudo apt-get update
$ sudo apt-get upgrade
Additions:
Deletions:
Alternative Free Libre Open Source GPL OS's
Additions:
Additions:
Deletions:
Additions:
Deletions:
Debian apt-get
update or resynchronize the package index files
upgrade installed packages to latest versions
Additions:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install gzip
$ sudo apt-get remove gzip
Deletions:
$ apt-get update
$ apt-get upgrade
$ apt-get install gzip
$ apt-get remove gzip
Additions:
apt-get allows you to install, upgrade and remove debian packages
update or resynchronize the package index files
$ apt-get update
upgrade installed packages to latest versions
$ apt-get upgrade
install a new package
remove a package
$ apt-get remove gzip
Deletions:
apt-get install installs a new package
The oldest known version of this page was edited on
2006-08-08 04:18:23 by WikkaWiki (unregistered user)
Debian apt-get
apt-get install installs a new package