How to upgrade to a new version of gtk in linux?

Status
Not open for further replies.

prashanthmpai

Broken In
I am using Red Hat Enterprise Linux 4. I want to upgrade gtk to 2.6.7 but i am getting error that it conflicts with earlier version, so how can i try to upgrade it? Please tell me as i want to install MPlayer in my PC.
 

desertwind

Cyborg Agent
are you sure that your upgrading (not installing) the new package. try the following command and post the output here.
Code:
$ rpm -Uvh <gtkpackagename.rpm>
for installing mplayer download the packages from www.mplayerhq.hu. Yo'll need the following packages essentially.
1. mplayer
2. mplayer-codecs
3. mplayer-gui
4. mplayer-skin-default
download the above packages and install it using the following command
Code:
$ rpm -ivh mplayer*

And next time post gnu/linux related queries in Open Source section.
 
Status
Not open for further replies.
Top Bottom