Results 1 to 3 of 3
Ive got SuSE 8.2 and when I installed it I installed almost every package on the list. I want to know if there is a command I can run on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-12-2003 #1Linux Newbie
- Join Date
- Sep 2003
- Location
- St.Charles, Missouri, USA
- Posts
- 201
what apps are there???
Ive got SuSE 8.2 and when I installed it I installed almost every package on the list. I want to know if there is a command I can run on the command line to list all the programs I can run. Ive used kappfinder and got ~70 programs on my menu but Im shure there are more programs installed than that. Any ideas?
- 11-12-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
not really sure...what i usually do is wait till i need a certain app then i check to see if it was installed on my distro then if i dont have it i download the source and compile it
- 11-12-2003 #3Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
type $PATH at a terminal
then run
ls /bin >> /home/username/applist.text
ls /usr/bin >> /home/username/applist.text
etc etc for each enrty in your path
this shoudl give u a list of all commands and programs u can run


Reply With Quote
