Jump to content

urpm how to do this?


mte
 Share

Recommended Posts

hello,

i've searched the web on this but found nothing. let me give an example:

i'm not sure if i have a package called abc-def-ghi.rpm installed but i know it exists. how would i check if there'se a package called something like abc installed on my system and maybe obtain additional info about this package?

thanks,

matej

Link to comment
Share on other sites

Or you could try

rpm -qa | grep  name_of_package

 

Or you could even try slocate. Run it first as root with this command

slocate -u

to update, then run

slocate file_name_

Or you could use Kpackage to find it. There are loads of other methods for finding files.

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