this is my first time here, so please be kind with me
I am trying to install an rpm application and it fail for dependency issues.
Using the control center i installed those packages, but still the application fails to install.
Here is a snap of the code
- Code: Select all
Resolving Dependencies
--> Running transaction check
---> Package Jamaica.x86_64 0:6.3-2 will be installed
--> Processing Dependency: libX11-devel for package: Jamaica-6.3-2.x86_64
--> Processing Dependency: libXi-devel for package: Jamaica-6.3-2.x86_64
--> Processing Dependency: libXtst-devel for package: Jamaica-6.3-2.x86_64
--> Processing Dependency: libXext-devel for package: Jamaica-6.3-2.x86_64
--> Finished Dependency Resolution
Error: Package: Jamaica-6.3-2.x86_64 (/Jamaica-6.3-2-8513-xwindow-multicore-linux-x86_64)
Requires: libX11-devel
Error: Package: Jamaica-6.3-2.x86_64 (/Jamaica-6.3-2-8513-xwindow-multicore-linux-x86_64)
Requires: libXext-devel
Error: Package: Jamaica-6.3-2.x86_64 (/Jamaica-6.3-2-8513-xwindow-multicore-linux-x86_64)
Requires: libXi-devel
Error: Package: Jamaica-6.3-2.x86_64 (/Jamaica-6.3-2-8513-xwindow-multicore-linux-x86_64)
Requires: libXtst-devel
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[emad@localhost Downloads]$ Sudo yum -v clean expire-cache
bash: Sudo: command not found
[emad@localhost Downloads]$ sudo yum -v clean expire-cache
Config time: 0.005
Yum Version: 3.4.3
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>
[emad@localhost Downloads]$ yum list installed libXi-devel
Installed Packages
libxi-devel.i586 1.7.4-3.mga5 installed
[emad@localhost Downloads]$ yum list installed libXtst-devel
Installed Packages
libxtst-devel.i586 1.2.2-5.mga5 installed
[emad@localhost Downloads]$