-
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?
-
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
-
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