Jump to content

packages installed


Guest spring
 Share

Recommended Posts

If you are just referring to regular applications, such as kwrite, etc., they will be in you menu file (just like in Windows - right off your desk top). What you could do is go to your /bin and /usr/bin directories and just look at the different programs listed. In these files you have you commands to start the programs (.exe in Windows).

 

Kieth

Link to comment
Share on other sites

If you installed everything using the RPM package system, then rpmdrake (the "remove" one) will tell you what is available to remove (hence what is installed). If you're not against the command-line, there is a simpler solution:

# rpm -qa | less

will tell you what is installed.

# rpm -qa | while read pack; do rpm -ql "$pack"; done | grep "/\(bin\|sbin\)/" | sort

(long to execute) will give you all the binaries installed using the RPM system.

 

Yves.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...