Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th April 2012, 05:55 AM
trotel Offline
Registered User
 
Join Date: Jan 2012
Location: Lima, Perú
Posts: 21
linuxchrome
Installation - force the last version of a program, libraries and repositories

Hi people,

I new in Fedora, before I used to work with Ubuntu, now I use Fedora 16

My question is when I install any program for example a game Supertuxkart...

First I try to install it by "yum install supertuxkart" so in this case this install the 7.2 version, but the last version is 7.3. How can I force the installation by "yum install... " with the last version?... where is the file, directory or anything where is the order that "yum install program" use.

Second, If "yum install program" doesn't work for any program I try to download the last version in its web and install the program manually, I copy the program in /usr/local/bin, in this case when I want to play the game I have to run the program by terminal (very easy) but I can't see the program in the Gnome Shell Accesories/Games. What can I do to see the program in Gnome Shell Applications/Games?

Other question: How can I install libraries that are not detected by "yum"? I download the libraries and then...???
Other question: How can I install repositories? In Ubuntu is "sudo add-apt-repository ppa:... " but in fedora

This is only for a game but before I had a lot of problems with the installation of programs for my carrier (biology).

Thanks people I hope several answers.

Last edited by trotel; 8th April 2012 at 06:16 AM.
Reply With Quote
  #2  
Old 8th April 2012, 06:35 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfirefox
Post Re: Installation - force the last version and libraries that are not detected

The 7.2 is FC15 and is for F15 and F16.
The 7.3 and 7.4 is for F17 and F18.
Because things changed and mass rebuilds occured/

However you can get 7.4 rpm for supertuxkart and you will also need suppertuxkart-data (in the noarch section) from koji.fedoraproject.org/koji - do a search on supert*

Once the rpm is downloaded to you dir do a yum localinstall supertux...-.fc17.rpm
and you get this.


# yum localinstall supertuxkart-0.7-4.fc17.i686.rpm supertuxkart-data-0.7-4.fc17.noarch.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
Examining supertuxkart-0.7-4.fc17.i686.rpm: supertuxkart-0.7-4.fc17.i686
Marking supertuxkart-0.7-4.fc17.i686.rpm to be installed
Examining supertuxkart-data-0.7-4.fc17.noarch.rpm: supertuxkart-data-0.7-4.fc17.noarch
Marking supertuxkart-data-0.7-4.fc17.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package supertuxkart.i686 0:0.7-4.fc17 will be installed
--> Processing Dependency: libIrrXML.so.1.7 for package: supertuxkart-0.7-4.fc17.i686
--> Processing Dependency: libIrrlicht.so.1.7 for package: supertuxkart-0.7-4.fc17.i686
--> Processing Dependency: libopenal.so.1 for package: supertuxkart-0.7-4.fc17.i686
--> Processing Dependency: opengl-games-utils for package: supertuxkart-0.7-4.fc17.i686
---> Package supertuxkart-data.noarch 0:0.7-4.fc17 will be installed
--> Running transaction check
---> Package irrXML.i686 0:1.2-8.fc16 will be installed
--> Processing Dependency: libaesgm.so.0 for package: irrXML-1.2-8.fc16.i686
---> Package irrlicht.i686 0:1.7.2-8.fc16 will be installed
---> Package openal-soft.i686 0:1.12.854-2.fc15 will be installed
---> Package opengl-games-utils.noarch 0:0.2-1.fc16 will be installed
--> Running transaction check
---> Package libaesgm.i686 0:20090429-4.fc15 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ================================================== ===
Package Arch Version Repository Size
================================================== ================================================== ===
Installing:
supertuxkart i686 0.7-4.fc17 /supertuxkart-0.7-4.fc17.i686 2.4 M
supertuxkart-data noarch 0.7-4.fc17 /supertuxkart-data-0.7-4.fc17.noarch 139 M
Installing for dependencies:
irrXML i686 1.2-8.fc16 fedora 38 k
irrlicht i686 1.7.2-8.fc16 fedora 1.4 M
libaesgm i686 20090429-4.fc15 fedora 43 k
openal-soft i686 1.12.854-2.fc15 fedora 116 k
opengl-games-utils noarch 0.2-1.fc16 fedora 6.9 k

Transaction Summary
================================================== ================================================== ===
Install 2 Packages (+5 Dependent packages)

Total size: 143 M
Total download size: 1.6 M
Installed size: 143 M
Is this ok [y/N]:


SJ
__________________
Do the Math
Reply With Quote
  #3  
Old 8th April 2012, 08:01 AM
trotel Offline
Registered User
 
Join Date: Jan 2012
Location: Lima, Perú
Posts: 21
linuxchrome
Re: Installation - force the last version and libraries that are not detected

Quote:
Originally Posted by SlowJet View Post
The 7.2 is FC15 and is for F15 and F16.
The 7.3 and 7.4 is for F17 and F18.
Because things changed and mass rebuilds occured/

However you can get 7.4 rpm for supertuxkart and you will also need suppertuxkart-data (in the noarch section) from koji.fedoraproject.org/koji - do a search on supert*

Once the rpm is downloaded to you dir do a yum localinstall supertux...-.fc17.rpm
and you get this.


# yum localinstall supertuxkart-0.7-4.fc17.i686.rpm supertuxkart-data-0.7-4.fc17.noarch.rpm
SJ
This work, but when I type supertuxkart -v, this show me 1.7.2 (0.7.), when I run the program is not the same that I download here (Full Game - http://supertuxkart.sourceforge.net/...s#header_linux), this have more items.
Reply With Quote
  #4  
Old 8th April 2012, 08:10 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfirefox
Re: Installation - force the last version and libraries that are not detected

It has to be in the Fedora repos or you are working with unknown stuff.
All aparts would have to be Fedoratised with SElinux and in the correct dir's and attirbutes and compilled with a fairly recent gnc version.

SJ
__________________
Do the Math
Reply With Quote
  #5  
Old 8th April 2012, 05:37 PM
trotel Offline
Registered User
 
Join Date: Jan 2012
Location: Lima, Perú
Posts: 21
linuxchrome
Re: Installation - force the last version and libraries that are not detected

Quote:
Originally Posted by SlowJet View Post
It has to be in the Fedora repos or you are working with unknown stuff.
All aparts would have to be Fedoratised with SElinux and in the correct dir's and attirbutes and compilled with a fairly recent gnc version.

SJ
I copy the two files in /etc/yum.repos.d/ and type "yum localinstall.. " again, is it that you say me?, in the Fedora repos. The installation is 1.7.2 (0.7.) still.
Reply With Quote
  #6  
Old 8th April 2012, 05:58 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfirefox
Re: Installation - force the last version and libraries that are not detected

from:
koji.fedoraproject.org/koji
- do a search

Download with firefox into a dir in /home/useryou/Downloads/yourdirthatyoumkdiredonyouruseryou-04-08-ST74fc17/

su -
<password>
cd /home/useryou/Downloads/yourdirthatyoumkdiredonyouruseryou-04-08-ST74fc17/
yum localiupdate superfile1.rpm superfile2.rpm

SJ
__________________
Do the Math
Reply With Quote
  #7  
Old 8th April 2012, 06:35 PM
trotel Offline
Registered User
 
Join Date: Jan 2012
Location: Lima, Perú
Posts: 21
linuxchrome
Re: Installation - force the last version and libraries that are not detected

Quote:
Originally Posted by SlowJet View Post
from:
koji.fedoraproject.org/koji
- do a search

Download with firefox into a dir in /home/useryou/Downloads/yourdirthatyoumkdiredonyouruseryou-04-08-ST74fc17/

su -
<password>
cd /home/useryou/Downloads/yourdirthatyoumkdiredonyouruseryou-04-08-ST74fc17/
yum localiupdate superfile1.rpm superfile2.rpm

SJ
Well I did that, from http://koji.fedoraproject.org/koji/
yum localinstall supertuxkart-0.7-4.fc18.x86_64.rpm supertuxkart-data-0.7-4.fc18.noarch.rpm
but it install the 0.7. (1.7.2) this is simple like 7.2, the 7.4 have more items.
Reply With Quote
Reply

Tags
detected, force, installation, libraries, version

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GCC new version not detected after installation. shadowfwm Using Fedora 0 28th May 2011 04:48 AM
Problem with libraries (MATLAB installation) edgar916 Using Fedora 2 19th January 2011 02:54 PM
Problem with libraries not being found but greater version installed Jongi Using Fedora 2 24th February 2007 07:59 PM
Force graphical installation? shadowwyvern Installation and Live Media 1 3rd July 2006 02:08 AM


Current GMT-time: 19:54 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat