I searched for libid3-3.8.so.3 with yum:
# yum search *libid3-3.8*
but it returns "No Matches found"
Am I not searching correctly, or does this not exist in CentOS 5.7?
tnx
Hi,
Perhaps could you use yum provides instead of search.
In a 6.x box I have it in epel and rpmforge repo.
Fabien
2012/1/18 ken gebser@mousecar.com
I searched for libid3-3.8.so.3 with yum:
# yum search *libid3-3.8*
but it returns "No Matches found"
Am I not searching correctly, or does this not exist in CentOS 5.7?
Thanks much to both you and Mr. Doe. Everything worked fine on my 5.7 system.
On 01/18/2012 08:16 AM Fabien Archambault wrote:
Hi,
Perhaps could you use yum provides instead of search.
In a 6.x box I have it in epel and rpmforge repo.
Fabien
2012/1/18 ken gebser@mousecar.com
I searched for libid3-3.8.so.3 with yum:
# yum search *libid3-3.8*
but it returns "No Matches found"
Am I not searching correctly, or does this not exist in CentOS 5.7?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
From: ken gebser@mousecar.com
I searched for libid3-3.8.so.3 with yum: # yum search *libid3-3.8* but it returns "No Matches found" Am I not searching correctly, or does this not exist in CentOS 5.7?
It is in repoforge... # yum whatprovides *libid3-3.8* ... id3lib-3.8.3-8.el5.rf.i386 : Library for manipulating ID3v1 and ID3v2 tags Repo : rpmforge Matched from: Filename : /usr/lib/libid3-3.8.so.3 Other : libid3-3.8.so.3 Filename : /usr/lib/libid3-3.8.so.3.0.0
JD