Revision [1097]

Last edited on 2009-03-30 05:22:46 by OsdeInfo
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 ==
Deletions:
Update package index and Upgrade the package files


Revision [830]

Edited on 2007-02-01 05:18:58 by OsdeInfo
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
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


Revision [829]

Edited on 2007-02-01 05:14:20 by OsdeInfo
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


Revision [688]

Edited on 2006-09-13 07:33:47 by OsdeInfo
Additions:
>>==Official Ubuntu Help==
Deletions:
>>==Alternative Free Libre Open Source GPL OS's==


Revision [684]

Edited on 2006-09-13 07:31:56 by OsdeInfo
Additions:

----
REFERRERS
{{backlinks}}


Revision [647]

Edited on 2006-08-15 18:15:13 by OsdeInfo
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
Deletions:
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


Revision [646]

Edited on 2006-08-15 18:14:29 by OsdeInfo
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
Deletions:
===Debian apt-get===

update or resynchronize the package index files

upgrade installed packages to latest versions



Revision [626]

Edited on 2006-08-08 05:44:24 by OsdeInfo
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


Revision [625]

Edited on 2006-08-08 04:35:13 by OsdeInfo
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


Revision [619]

The oldest known version of this page was created on 2006-08-08 04:18:23 by OsdeInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki