apt-get list

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Kirk
suck-o enforcer
suck-o enforcer
Posts: 547
Joined: 25 Apr 2009, 16:00
14
Contact:

apt-get list

Post by Kirk »

does anyone know of a list of applications i can install with apt-get?

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Re: apt-get list

Post by CommonStray »

in apt you can do

apt-get install <name> where name is the program or package
apt wont install something it doesnt recognize so you can use trial and error here

another option is using apt-cache search <name> which searches the apt cache of repositories you are currently are able to fetch from

though if you really want to get nasty and easy install synaptic

apt-get install synaptic

it should be under System->Admin after installing if in a Gnome UI or BT5

Synaptic has a graphical package manager, search and source config stuff

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: apt-get list

Post by bad_brain »

here's you can browse the Debian repositories:

http://packages.debian.org/stable/" onclick="window.open(this.href);return false;

the package names should be 99% the same in Ubuntu. :wink:
Image

Post Reply