Results 1 to 5 of 5
hi,
i am using 64bit centos-5
i want to install a package which requires some dependencies.
GUI software manager is not working properly
package through yum is not available online. ...
- 02-10-2011 #1
rpm dependencies
hi,
i am using 64bit centos-5
i want to install a package which requires some dependencies.
GUI software manager is not working properly
package through yum is not available online. so i downloaded rpm file of the software, now when i try too install downloaded package it's giving me dependency error
can yum download dependencies when i install local package
if yes how to do itlife is the greatest opportunity that the nature had given you
- 02-10-2011 #2Just Joined!
- Join Date
- Jan 2011
- Posts
- 3
rpm dependencies
Hi,
Mount the OS cd & create a local repository (point to packages location in cd) in YUM. Once you are ready execute yum clean all (will build the repo) then run yum install <package name>, it will automatically resolve the dependencies if they are available in the local repo.
Regds,
Vibin
- 02-11-2011 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 8
- 02-12-2011 #4Just Joined!
- Join Date
- Jun 2010
- Posts
- 8
- 03-08-2011 #5
sorry for late reply
when it tryit's showing dependencies list but it's not downloadingyum localinstall downloaded.rpm
here's an example
[root@localhost Desktop]# yum localinstall chrome.rpm
Loaded plugins: fastestmirror
Setting up Local Package Process
Examining chrome.rpm: google-chrome-stable-9.0.597.107-75357.x86_64
Marking chrome.rpm to be installed
Loading mirror speeds from cached hostfile
* addons: repo.genomics.upenn.edu
* base: centos.supsec.org
* extras: centos.aol.com
* updates: centos.corenetworks.net
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:9.0.597.107-75357 set to be updated
--> Processing Dependency: lsb >= 3.2 for package: google-chrome-stable
--> Processing Dependency: xdg-utils for package: google-chrome-stable
--> Processing Dependency: libcurl.so.4()(64bit) for package: google-chrome-stable
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:9.0.597.107-75357 set to be updated
--> Processing Dependency: lsb >= 3.2 for package: google-chrome-stable
--> Processing Dependency: libcurl.so.4()(64bit) for package: google-chrome-stable
---> Package xdg-utils.noarch 0:1.0.2-2.el5.centos set to be updated
--> Finished Dependency Resolution
google-chrome-stable-9.0.597.107-75357.x86_64 from /chrome has depsolving problems
--> Missing Dependency: lsb >= 3.2 is needed by package google-chrome-stable-9.0.597.107-75357.x86_64 (/chrome)
google-chrome-stable-9.0.597.107-75357.x86_64 from /chrome has depsolving problems
--> Missing Dependency: libcurl.so.4()(64bit) is needed by package google-chrome-stable-9.0.597.107-75357.x86_64 (/chrome)
Error: Missing Dependency: lsb >= 3.2 is needed by package google-chrome-stable-9.0.597.107-75357.x86_64 (/chrome)
Error: Missing Dependency: libcurl.so.4()(64bit) is needed by package google-chrome-stable-9.0.597.107-75357.x86_64 (/chrome)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
[root@localhost Desktop]#life is the greatest opportunity that the nature had given you


Reply With Quote
