Results 1 to 2 of 2

Thread: Install software from fedora 11 dvd

  1. #1
    Join Date
    Apr 2008
    Posts
    586

    Install software from fedora 11 dvd

    Install Softwares from Fedora 11 DVD
    To install and update software packages on Fedora system we do need connection to the internet and some of us do not have the luxury of fasters internet connection. So, here is a step by step instruction for installing softwares from fedora 11 dvd.
    Install from Fedora 11 DVD
    1) Open Fedora 11 x terminal, (Applications -> System Tools -> Terminal)
    2) Become the root user and execute the su command as shown below
    Code:
    [fedora11@localhost ~]$  su -
    Password:
    [root@localhost ~]#
    3) List the file inside yum repo config directory. You can use ll command or ls -l command, both will display the same result.
    [root@localhost ~]# ll /etc/yum.repos.d/
    total 16
    -rw-r--r--. 1 root root 1785 2009-05-11 18:45 fedora-rawhide.repo
    -rw-r--r--. 1 root root 1144 2009-05-11 18:45 fedora.repo
    -rw-r--r--. 1 root root 1105 2009-05-11 18:45 fedora-updates.repo
    -rw-r--r--. 1 root root 1163 2009-05-11 18:45 fedora-updates-testing.repo
    [root@localhost ~]#
    4) Just copy the existing yum configuration file fedora.repo and name the copied file as fedora-dvd.repo or as you wish, see the command below
    [root@localhost ~]# cp -pr /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-dvd.repo
    [root@localhost ~]#
    5) Check it with ll command as shown below. It is always better to check
    Code:
    [root@localhost ~]# ll /etc/yum.repos.d/
    total 20
    -rw-r--r--. 1 root root 1144 2009-05-11 18:45 fedora-dvd.repo
    -rw-r--r--. 1 root root 1785 2009-05-11 18:45 fedora-rawhide.repo
    -rw-r--r--. 1 root root 1144 2009-05-11 18:45 fedora.repo
    -rw-r--r--. 1 root root 1105 2009-05-11 18:45 fedora-updates.repo
    -rw-r--r--. 1 root root 1163 2009-05-11 18:45 fedora-updates-testing.repo
    [root@localhost ~]#
    6) Edit the fedora-dvd.repo file as shown below.
    Code:
    [root@localhost ~]# gedit /etc/yum.repos.d/fedora-dvd.repo &
    [1] 7504
    [root@localhost ~]#
    # fedora-dvd.repo
    # Use this repo if you want to install/add package from Fedora 11 installation DVD
    # that usually automount when you insert the installation DVD.
    # This repo only useful when you don't have internet connection to install
    # package from internet.
    # To use this repo, insert the Fedora 11 installation DVD, let the system
    # mount the DVD (automount)
    # Then execute yum --disablerepo=\* --enablerepo=fedora-dvd [command]
    # Command example => yum --disablerepo=\* --enablerepo=fedora-dvd install gcc*
    # This repo tune by labtestproject.com
    [fedora-dvd]
    name=Fedora-dvd $releasever - $basearch
    failovermethod=priority
    baseurl=file:///media/Fedora%2011%20i386%20DVD/
    enabled=1
    metadata_expire=7d
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
    7) Save the file and quit.
    Last edited by SpearMan; 12-11-2009 at 12:36 PM.

  2. #2
    Join Date
    Apr 2008
    Posts
    586

    Re: Install software from fedora 11 dvd

    Install software on fedora system
    1) Insert the Fedora 11 installation DVD on your DVD rom drive, let the system auto moutn the DVD.
    2) Before executing yum command it is better to clean up the yum cache.
    Code:
    [root@localhost ~]# yum clean all
    Loaded plugins: refresh-packagekit
    Cleaning up Everything
    [root@localhost ~]#
    3) To start installation from fedora 11 dvd, execute the following command. check this command carefully.
    Code:
    [root@localhost ~]# yum --disablerepo=\* --enablerepo=fedora-dvd install gcc*

Similar Threads

  1. Install Gnokii on Fedora 12
    By Lares in forum Operating Systems
    Replies: 6
    Last Post: 19-11-2010, 07:37 AM
  2. Cannot install Fuppes on Fedora 13, need help
    By The!Winston in forum Operating Systems
    Replies: 7
    Last Post: 15-11-2010, 07:39 AM
  3. What software is missing in the Fedora repository?
    By Steadfast in forum Windows Software
    Replies: 4
    Last Post: 18-03-2010, 07:34 PM
  4. Can't install fedora
    By InterNetWorKed in forum Operating Systems
    Replies: 2
    Last Post: 03-11-2009, 02:47 PM
  5. To install Hamachi on Fedora 9
    By Balgovind in forum Networking & Security
    Replies: 3
    Last Post: 25-03-2009, 11:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,553,901.30872 seconds with 17 queries