Active Topics

 


Reply
Thread Tools
Posts: 12 | Thanked: 1 time | Joined on May 2011
#1
Since its easier and less time consuming to install applications through x-terminal by "using apt-get install" command, is there any list available to view the exact file names of applications to download. I can find and guess some names but others are virtually impossible to predict, specially with spaces.
 
Posts: 252 | Thanked: 252 times | Joined on Nov 2009
#2
apt-cache search might help you out finding apps based on parts of the name. For example, if you want to find mbarcode, you could write

apt-cache search barcode
__________________
dragly.org
 

The Following User Says Thank You to dragly For This Useful Post:
Posts: 16 | Thanked: 10 times | Joined on Sep 2010
#3
I think you're looking for this:
Code:
xterminal
sudo gainroot
apt-cache pkgnames
It will take some time...

Or even you can do this:
Code:
apt-cache pkgnames |sort |more
So the list will be sorting and paging

Regards
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#4
You can also:
Code:
# apt-cache dumpavail --no-all-versions > /home/user/MyDocs/pkglist.txt
Then use your favourite text editor (vi) to view pkglist.txt with details
__________________
May the source be with you.

Last edited by jedi; 2011-06-21 at 22:46. Reason: corrected type (version*s*)
 

The Following User Says Thank You to jedi For This Useful Post:
Posts: 12 | Thanked: 1 time | Joined on May 2011
#5
Originally Posted by jedi View Post
You can also:
Code:
# apt-cache dumpavail --no-all-version > /home/user/MyDocs/pkglist.txt
Then use your favourite text editor (vi) to view pkglist.txt with details
This command you gave me doesn't work. If I enter
apt-cache dumpavail --no-all-version > /home/user/MyDocs/pkglist.txt
it says E: Command line option --no-all-version is not understood

If I enter
apt-cache dumpavail -no-all-version > /home/user/MyDocs/pkglist.txt

It says "E: Option -no-all-version: configuration item specification must have an -<val>"

If I enter
apt-cache dumpavail > /home/user/MyDocs/pkglist.txt

it loads the file pkglist.txt in n900 directory, but file is 18mb in size and text editor gives an error "can't load, file is too large".

Please, rectify the problem

Last edited by loverfellow; 2011-06-21 at 22:27.
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#6
Originally Posted by loverfellow View Post
This command you gave me doesn't work. If I enter
apt-cache dumpavail --no-all-version > /home/user/MyDocs/pkglist.txt
it says E: Command line option --no-all-version is not understood

If I enter
apt-cache dumpavail -no-all-version > /home/user/MyDocs/pkglist.txt

It says "E: Option -no-all-version: configuration item specification must have an -<val>"

If I enter
apt-cache dumpavail > /home/user/MyDocs/pkglist.txt

it loads the file pkglist.txt in n900 directory, but file is 18mb in size and text editor gives an error "can't load, file is too large".

Please, rectify the problem
ah sorry - it should have been "--no-all-versions", but anyway that's just to reduce 'duplicates' in the list and reduce the file size slightly.

I've got extras etc enabled and end up with a 15mb file. "vi" loads it in a flash and has no problem moving/searching around.
__________________
May the source be with you.
 

The Following 2 Users Say Thank You to jedi For This Useful Post:
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#7
You could always just use faster application manager
__________________
The thanks button? Sure! You can press it! I would!
 
Posts: 47 | Thanked: 27 times | Joined on Apr 2011
#8
Originally Posted by jedi View Post
ah sorry - it should have been "--no-all-versions", but anyway that's just to reduce 'duplicates' in the list and reduce the file size slightly.

I've got extras etc enabled and end up with a 15mb file. "vi" loads it in a flash and has no problem moving/searching around.
Thank you very much for your guiding, I got >14mb txt output.
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#9
If you want a real full list (without library packages) you can use this:

Code:
apt-cache search \ | grep -v ^lib | sort | more
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:55.