|
| ||||||||||
| Tags: dvd, fedora, linux, operating system, software |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||||
| |||||
| Install software 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 ~]# Quote:
Quote:
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 ~]# Code: [root@localhost ~]# gedit /etc/yum.repos.d/fedora-dvd.repo & [1] 7504 [root@localhost ~]# Quote:
Last edited by SpearMan : 12-11-2009 at 11:36 AM. |
|
#2
| ||||
| ||||
| 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 ~]# Code: [root@localhost ~]# yum --disablerepo=\* --enablerepo=fedora-dvd install gcc* |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Install software from fedora 11 dvd" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Install Skype on Fedora | Talitha | Tips & Tweaks | 1 | 09-05-2012 10:44 AM |
| Install Gnokii on Fedora 12 | Lares | Operating Systems | 6 | 19-11-2010 06:37 AM |
| How to install Gnokii on Fedora 10? | Lysander | Portable Devices | 4 | 17-11-2010 11:49 PM |
| What software is missing in the Fedora repository? | Steadfast | Windows Software | 4 | 18-03-2010 07:34 PM |
| Can't install fedora | InterNetWorKed | Operating Systems | 2 | 03-11-2009 01:47 PM |