Additions:
==apt-get error==
If you get
Package aptitude is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package aptitude has no installation candidate
try a
# apt-get update
== Update package index and Upgrade the package files ==
If you get
Package aptitude is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package aptitude has no installation candidate
try a
# apt-get update
== Update package index and Upgrade the package files ==
Deletions:
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 [[DebianAptitude 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
You could also use [[DebianAptitude 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:
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
$ aptitude update
$ aptitude upgrade
Deletions:
$ sudo apt-get upgrade
Additions:
>>==Official Ubuntu Help==
Deletions:
Additions:
----
REFERRERS
{{backlinks}}
Additions:
deb http://gb.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted universe multiverse
Deletions:
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-backports main
restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted
universe multiverse
Additions:
>>==Alternative Free Libre Open Source GPL OS's==
[[https://help.ubuntu.com/community/AptGetHowto AptGetHowto]]
[[https://help.ubuntu.com/community/AptProxy AptProxy]]
>>===Debian apt-get===
==apt.conf==
# vi /etc/apt/apt.conf
Acquire::http::Proxy "http://proxy.proxy:8080";
==sources.list==
# grep ^deb sources.list
deb http://gb.archive.ubuntu.com/ubuntu/ dapper main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-backports main
restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted
universe multiverse
update package index and upgrade the package files
[[https://help.ubuntu.com/community/AptGetHowto AptGetHowto]]
[[https://help.ubuntu.com/community/AptProxy AptProxy]]
>>===Debian apt-get===
==apt.conf==
# vi /etc/apt/apt.conf
Acquire::http::Proxy "http://proxy.proxy:8080";
==sources.list==
# grep ^deb sources.list
deb http://gb.archive.ubuntu.com/ubuntu/ dapper main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ dapper-backports main
restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted
universe multiverse
update package index and upgrade the package files
Deletions:
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
$ sudo apt-get upgrade
$ sudo apt-get install gzip
$ sudo apt-get remove gzip
Deletions:
$ 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
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