Fedora Linux Support Community & Resources Center
  #1  
Old 7th June 2011, 12:20 PM
whyMe Offline
Banned
 
Join Date: Jun 2011
Location: Neptune- too cold here...
Posts: 86
linuxfirefox
how to install software from cd/dvd in fedora....?

i'm a newbie to linux.
I just installed fedora 15 to explore.
please tell me in detail how to install software using a cd/dvd.....
Reply With Quote
  #2  
Old 7th June 2011, 12:39 PM
Witgetsteinsbee Offline
Registered User
 
Join Date: Aug 2010
Posts: 60
linuxfedorafirefox
Re: how to install software from cd/dvd in fedora....???

Hi, and welcome to Linux in general and Fedora in particular.
What software are you wanting to install?
In Linux, software is generally free and installed from a repository. That means you directly download the software using a program that then installs the software onto your system. In Fedora (at least on the command line) that program is yum. However, to make it easier, you can install software using x-windows. I'm not sure what desktop you're using, but in KDE, you can access this by clicking on the kicker menu in the bottom corner of the screen, selecting system settings and in that window selecting software settings - add and remove software.
There are other ways to install software, for instance you can install windows software using the WINE program.
Reply With Quote
  #3  
Old 7th June 2011, 12:53 PM
whyMe Offline
Banned
 
Join Date: Jun 2011
Location: Neptune- too cold here...
Posts: 86
linuxfirefox
Re: how to install software from cd/dvd in fedora....???

Quote:
Originally Posted by Witgetsteinsbee View Post
Hi, and welcome to Linux in general and Fedora in particular.
What software are you wanting to install?
In Linux, software is generally free and installed from a repository. That means you directly download the software using a program that then installs the software onto your system. In Fedora (at least on the command line) that program is yum. However, to make it easier, you can install software using x-windows. I'm not sure what desktop you're using, but in KDE, you can access this by clicking on the kicker menu in the bottom corner of the screen, selecting system settings and in that window selecting software settings - add and remove software.
There are other ways to install software, for instance you can install windows software using the WINE program.
i'm using wine already....and also i'm using yum to install software directly.....^_^
but i've a open office CD and some other linux softwares.....how do i install it from cd....
Reply With Quote
  #4  
Old 7th June 2011, 02:00 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
windows_xp_2003firefox
Re: how to install software from cd/dvd in fedora....???

Quote:
Originally Posted by whyMe View Post
but i've a open office CD
Use yum to install LibreOffice instead of using OpenOffice.
Quote:
Originally Posted by whyMe View Post
and some other linux softwares.....how do i install it from cd....
It depends on which file format is used for the software. See if there's a README file or some other instructions included on the CD.
Reply With Quote
  #5  
Old 7th June 2011, 02:25 PM
Witgetsteinsbee Offline
Registered User
 
Join Date: Aug 2010
Posts: 60
linuxfedorafirefox
Re: how to install software from cd/dvd in fedora....???

just to add to markkuk's advice, you'll generally need a distribution specific build of the software in question. Such software may be on your CD (look for a .rpm file perhaps) but you are much more likely to find it either using
Code:
yum search program_name
or using the web to find a build for your specific version of Fedora linux. A few programs (ie java apps) are fairly portable, but mostly you'll find generic distributions of programs are optimised for Debian, as it's the most widespread linux distribution.

Of course if no optimised build exists you could always build it yourself from source - and i can vouch you'll get lots of help here if you run into any problems.
Reply With Quote
  #6  
Old 8th June 2011, 10:32 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,112
linuxfirefox
Re: how to install software from cd/dvd in fedora....???

Quote:
Originally Posted by whyMe View Post
i'm a newbie to linux.
I just installed fedora 15 to explore.
please tell me in detail how to install software using a cd/dvd.....
You can give yum a path and rpm name on the command line and it will attempt to install it.

Code:
su -
yum install /media/cd-disk-name/rpm-name.rpm
You might not think a cd disk has a name, but it needs to be called something. Use a file manager or ls /media to find out what Fedora is calling it.

Also, your path to the rpm file may be more complex than the example above, if the rpm is buried inside a directory or two - you need to specify the entire path.
Reply With Quote
  #7  
Old 9th June 2011, 01:19 AM
whyMe Offline
Banned
 
Join Date: Jun 2011
Location: Neptune- too cold here...
Posts: 86
linuxfirefox
Thumbs up Re: how to install software from cd/dvd in fedora....???

Quote:
Originally Posted by sonoran View Post
You can give yum a path and rpm name on the command line and it will attempt to install it.

Code:
su -
yum install /media/cd-disk-name/rpm-name.rpm
You might not think a cd disk has a name, but it needs to be called something. Use a file manager or ls /media to find out what Fedora is calling it.

Also, your path to the rpm file may be more complex than the example above, if the rpm is buried inside a directory or two - you need to specify the entire path.
hey thanx....^_^
i exactly wanted to know that only......
Reply With Quote
  #8  
Old 18th June 2011, 04:57 AM
whyMe Offline
Banned
 
Join Date: Jun 2011
Location: Neptune- too cold here...
Posts: 86
linuxfirefox
Talking Re: how to install software from cd/dvd in fedora....???

thanks to all
i got it.....
Reply With Quote
  #9  
Old 20th September 2012, 07:54 AM
daveloves Offline
Registered User
 
Join Date: Sep 2012
Location: East Coast
Posts: 12
linuxfedorakonqueror
Re: how to install software from cd/dvd in fedora....???

Hi, I am new to Fedora and using 9 and is harder then going from windows to android. However i have a DVR servers pc that came with Fedora 9 installed but became a boot up problem. Could not get supplied CD to install and boot so used live cd to download and install. Now boots great but can not get the remaining software off the cd that came with the system which is software program for the DVR Camera system. Have ran terminal with command but says no destination folder. I am so confused and been working on this for 20+ hours. Help !!! Not sure how to find rpm etc or what to put in command line to complete the install.
Thanks in advance
Reply With Quote
Reply

Tags
cd/dvd, fedora 15, linux, software install

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
how do i use tar.gz to install software on fedora 11 and fc9 noobusinglinux Using Fedora 5 3rd September 2009 10:27 PM
How do I install software in Fedora 10? wonderweirdo Using Fedora 3 23rd April 2009 06:48 AM
how to install a software in Fedora 9 mahesh_vm Using Fedora 1 7th August 2008 09:28 PM
Install Software on Fedora 6 Diana Rogger Using Fedora 7 19th June 2007 09:30 PM
How to install a software in Fedora 4.0 kammy Installation and Live Media 2 28th March 2006 05:26 PM


Current GMT-time: 11:58 (Saturday, 25-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