Sponsored Content
Full Discussion: yum provides help
Special Forums UNIX and Linux Applications yum provides help Post 302832431 by cokedude on Sunday 14th of July 2013 11:17:16 PM
Old 07-15-2013
Since this isn't obvious and it took me a long long time to figure this out I thought I would post the solution.

Code:
yum provides \*libquazip*
yum provides \*libquazip\*

The problem with this is that it assumes you know the exact name of the file. In my case I didn't know the exact file name.

Code:
yum whatprovides */libquazip

Here is what it looks right when run with the extra wildcard. The file was actually called libquazip.so.1.0 and libquazip.so.1.0, libquazip.so.1, and libquazip.so.1.0.0

Code:
$ yum provides \*libquazip\*
Loaded plugins: langpacks, presto, refresh-packagekit, versionlock
quazip-0.3-3.fc15.i686 : Qt/C++ wrapper for the minizip library
Repo        : fedora
Matched from:
Filename    : /usr/lib/libquazip.so.1.0
Other       : libquazip.so.1
Filename    : /usr/lib/libquazip.so.1
Filename    : /usr/lib/libquazip.so.1.0.0



quazip-devel-0.3-3.fc15.i686 : Development files for quazip
Repo        : fedora
Matched from:
Filename    : /usr/lib/libquazip.so



quazip-0.3-3.fc15.i686 : Qt/C++ wrapper for the minizip library
Repo        : installed
Matched from:
Filename    : /usr/lib/libquazip.so.1.0
Other       : libquazip.so.1
Filename    : /usr/lib/libquazip.so.1
Filename    : /usr/lib/libquazip.so.1.0.0

Code:
$ yum provides \*libquazip*
Loaded plugins: langpacks, presto, refresh-packagekit, versionlock
quazip-0.3-3.fc15.i686 : Qt/C++ wrapper for the minizip library
Repo        : fedora
Matched from:
Filename    : /usr/lib/libquazip.so.1.0
Other       : libquazip.so.1
Filename    : /usr/lib/libquazip.so.1
Filename    : /usr/lib/libquazip.so.1.0.0



quazip-devel-0.3-3.fc15.i686 : Development files for quazip
Repo        : fedora
Matched from:
Filename    : /usr/lib/libquazip.so



quazip-0.3-3.fc15.i686 : Qt/C++ wrapper for the minizip library
Repo        : installed
Matched from:
Filename    : /usr/lib/libquazip.so.1.0
Other       : libquazip.so.1
Filename    : /usr/lib/libquazip.so.1
Filename    : /usr/lib/libquazip.so.1.0.0

 

10 More Discussions You Might Find Interesting

1. Red Hat

Yum Update

I am using Cent OS 5 i need to update proxy server address in yum, i don't know where to update and how exactly i need to specify the proxy address can anyone help me in the issue. (2 Replies)
Discussion started by: praneel2k
2 Replies

2. UNIX for Dummies Questions & Answers

Centos commands: Yum Upgrade versus Yum update

Hi, I would like to know the difference between YUM UPDATE and YUM UPGRADE. The man pages say upgrade is same as update with the obsolete option. And by default it says the obsolete option is turned on, which would make them equivalent. Does not say what obsolete does. Can someone please... (3 Replies)
Discussion started by: mojoman
3 Replies

3. Red Hat

yum problem

hi i am not able to do yum update in centos5 i was not able to use yum at all.i am getting an like this. #yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Update Process No Packages marked for Update please help me what i have missed (6 Replies)
Discussion started by: praneel2k
6 Replies

4. UNIX for Advanced & Expert Users

yum issue

Hi Guys, I am trying install mysql.i386 with yum... But unfortunately I am getting error as listed below: # yum install mysql.i386 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? ... (2 Replies)
Discussion started by: mahesh_raghu
2 Replies

5. Red Hat

Yum is unusable

How do I delete all of my repo information and start completely fresh? (8 Replies)
Discussion started by: cokedude
8 Replies

6. Red Hat

yum error

i have install fresh redhat ent 6.1 and i have configure yum server with ftp but am get this error error 14] PYCURL ERROR 9 - "Server denied you to change to the given directory" i have checked every thing (3 Replies)
Discussion started by: drpix
3 Replies

7. Red Hat

help with YUM

Hi All, Just installed new Redhat server. I am trying to do rhn_register. I get this error message. Fatal error: The SSL certificate failed verification. Any one ran into this error. Please let me know. I do have internet connection- ping www.google.com PING... (1 Reply)
Discussion started by: samnyc
1 Replies

8. Red Hat

Yum error

Hi, I have configure local yum repository in my red hat linux on vmware. Below are the steps i followed 1. mkdir -p /root/install/RPMS 2. Copy all the software/packages RPMS from instillation CD/DVD to /root/install/RPMS directory 3. rpm -ivh createrepo-0.4.11-3.el5.rpm 4. createrepo... (5 Replies)
Discussion started by: chetansingh23
5 Replies

9. Linux

Need help on YUM

HI, First I'll use yum check-update to check any updates. Q1: How can I know that how much space needed to update all packages listed by yum check-update command? Q2: How can I list kernel related packages? TIA (2 Replies)
Discussion started by: Sumanthsv
2 Replies

10. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
yum-verify(1)															     yum-verify(1)

NAME
yum verify plugin SYNOPSIS
yum [options] verify [package ...] DESCRIPTION
This plugin extends yum with some commands that give verification information on the installed system, much like rpm -V. You can change how the verification is done and which files it applies to. added yum commands are: * verify * verify-rpm * verify-all all of which take the same arguments as the list yum command, obviously you can only verify packages that are installed on the system. verify Is the generic verification command, and is intended to give the most useful output. It removes all false matches due to multilib and ignores changes to configuration files by default. verify-rpm Is meant to be 100% compatible with rpm -V output, and any differences should be considered as bugs. verify-all Is used to list all the differences, including some that rpm itself will ignore. GENERAL OPTIONS
These are the options added to yum that are available in the verify commands. They are: --verify-filenames This option is used to limit the filenames that the packages will perform verification. --verify-configuration-files This option is only useful in the generic verify command, and will enable/disable verification of files that are tagged as configu- ration files. EXAMPLES
To do the same as rpm -Va, use: yum verify-rpm To verify the packages starting with the name yum, use: yum verify 'yum*' To verify the binaries that are in a bin directory, use: yum verify --verify-filenames='*bin/*' To verify all include files, Eg. for multilib problems, use: yum verify-all --verify-filenames='/usr/include/*' SEE ALSO
yum (8) yum.conf (5) the verify.conf file in /etc/yum/plugins.d AUTHORS
James Antill <james.antill@redhat.com>. BUGS
Currently yum-verify does not do verify-script checking or dependency checking, only file checking. Should you find any other bugs, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs. James Antill 01 March 2008 yum-verify(1)
All times are GMT -4. The time now is 02:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy