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 13th April 2012, 07:56 AM
simonsharry Offline
Registered User
 
Join Date: Jun 2008
Posts: 16
linuxfirefox
How to install remaining packages on DVD after a Live USB install?

Hi,

I installed Fedora16 via a Live USB. I would now like to install the remaining packages that are sitting on the F16 DVD.

Is there an interactive installation program for this... similar or identical to the graphical one you get during a fresh DVD install? Basically, I need to be able to select packages from package-groups, instead of install all rpm's that are sitting on the DVD. For example, in Legacy Fonts package group, I would like to be able to select the ones I want.

Thanks,
/HS
Reply With Quote
  #2  
Old 13th April 2012, 08:46 AM
hadrons123's Avatar
hadrons123 Offline
'The Blue Dragon'
 
Join Date: Jan 2011
Location: chennai
Posts: 991
linuxfirefox
Re: How to install remaining packages on DVD after a Live USB install?

You can do a group install .
http://www.cyberciti.biz/tips/fedora...-with-yum.html
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
Reply With Quote
  #3  
Old 13th April 2012, 11:40 AM
hieronymous Offline
Registered User
 
Join Date: Jan 2012
Location: auckland
Posts: 39
linuxfirefox
Re: How to install remaining packages on DVD after a Live USB install?

Quote:
Originally Posted by simonsharry View Post
Hi,

I installed Fedora16 via a Live USB. I would now like to install the remaining packages that are sitting on the F16 DVD.

Is there an interactive installation program for this... similar or identical to the graphical one you get during a fresh DVD install? Basically, I need to be able to select packages from package-groups, instead of install all rpm's that are sitting on the DVD. For example, in Legacy Fonts package group, I would like to be able to select the ones I want.

Thanks,
/HS
Hi simonsharry

You seem to be asking for 2 things - to use an install program instead of the command-line for adding more apps, and also to do a local install from your dvd, which contains the original release files, instead of downloading the latest updates.

For the install program you can use f16's Add/Remove Software, or you could download Yumex.

For a local install you can create a local repo as follows:

load install dvd

As root

mkdir /mnt/local_repo

mount /dev/sr0 /mnt/local_repo

cp /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/install_dvd.repo

gedit /etc/yum.repos.d/install_dvd.repo
In the Fedora section
- title: change to dvd_repo
- add 'install dvd' to end of name
- change baseurl to baseurl=file:///mnt/local_repo/
- comment out mirror list
- retain enabled=1 etc

- delete debuginfo and source sections
save & exit

goto Software Settings / Software Sources tab - turn on local_repo, turn off everything else

run Add/Remove Software or Yumex

when finished:
in Software Sources window, turn off local_repo, turn on Fedora and Updates
unmount /dev/sr0
eject dvd

Good luck!
Reply With Quote
  #4  
Old 13th April 2012, 01:23 PM
simonsharry Offline
Registered User
 
Join Date: Jun 2008
Posts: 16
linuxfirefox
Re: How to install remaining packages on DVD after a Live USB install?

Thanks, hieronymous. Will try out your instructions in a few days (as, right now, I'm in another hard-disk recovery related mess which I need to take care of first).

Looks like, your instructions will work beautifully for me. Will let you know, if they don't.
Thanks a lot, again.

---------- Post added at 05:53 PM ---------- Previous post was at 05:51 PM ----------

Quote:
Originally Posted by hadrons123 View Post
Thanks, hadrons123!
Reply With Quote
  #5  
Old 13th April 2012, 02:02 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,602
linuxfedorafirefox
Re: How to install remaining packages on DVD after a Live USB install?

Rather than working with the 'original' files, i'd write them to a temp file and change your needs there.

With something like this: (untested, use at your own risk!)
Code:
yum grouplist > /tmp/grouplist
select thisEntry in $(cat /tmp/grouplist) abort
do  [[ "$thisEntry" =  "abort" ]] && break
    yum grouplist $thisEntry > /tmp/$thisEntry
    select thisPackage in $(cat /tmp/$thisEntry) abort; do
        [[ "$thisPackage" = "abort" ]] && break
        sudo yum install $thisPackage
    done
done
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
Reply

Tags
dvd, install, live, packages, remaining, usb

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 to install mysql packages in fedora 11 live cd lekkala Installation and Live Media 1 19th November 2009 02:07 PM
Fedora live usb:- storing data on the remaining space on the USB kalabharath Installation and Live Media 9 31st July 2009 03:07 AM
live-usb: yum install programs to remaining space schneidz Using Fedora 0 13th October 2008 05:06 PM
Can I Install FC 8 from Live CD and add packages from DVD ISO file later? cmoraes Installation and Live Media 3 12th November 2007 12:35 PM
How to install remaining 3 CD's The_Scorpion Installation and Live Media 1 24th June 2006 05:45 PM


Current GMT-time: 07:06 (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