Results 1 to 6 of 6
I putting together this old dell laptop, decided to go with debian, and I want to use nothing but apt-get this time...been using synaptics for 3 years now. question is, ...
- 02-12-2010 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 223
apt-get terminology ?
I putting together this old dell laptop, decided to go with debian, and I want to use nothing but apt-get this time...been using synaptics for 3 years now. question is, how do you know what to call the apps you're going after ? since terminal is so specific, like i need gsstreamer right now, but is it sudo apt-get gsstreamer ? or is there something else it's called in terminal ? thanks
- 02-12-2010 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: how to find package name apt
- 02-13-2010 #3
Also, aptitude has a curses GUI you can use.
Other help:
Search Patterns
Debian / Ubuntu: Search For Packages Using Apt Command Line
Getting information about packages
- 02-13-2010 #4
Synaptic is a Graphical Interface of apt-get only. If you are familiar with apt-get commands, just install Synaptic.
Code:su - apt-get install synaptic
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2010 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 5
Another real good idea, if you're unaware of it, I just found it out not too long ago, is that apt-get tries to complete your package name if you're unsure. So, if you do like sudo apt-get install perl[tab][tab], you'll see the available ones.
Also, you don't even need to put anything in if you're bored and want some light reading material (well, light for linux). You can go and read up on all 35000 packages! I.e. sudo apt-get install [tab][tab]
- 02-17-2010 #6
Ok, here is one apt-get tutorial: How To Manage Packages Using apt-get, apt-cache, apt-file and dpkg Commands ( With 13 Practical Examples )


Reply With Quote