This is a discussion on yum fedora linux howto within the Getting started tutorials forums, part of the Linux Getting Started category; yum is software installation tool for Red hat linux and Fedora Linux. It is a complete software management system. Other ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
yum is software installation tool for Red hat linux and Fedora Linux. It is a complete software management system. Other option is to use up2date utility. yum is designed to use over network/internet. It does not use CDROM to install packages. If you are using fedora you don't have to install it, it is part of fedora itself.
If you don't have yum then download it from project home page http://linux.duke.edu/projects/yum/download.ptml And then install it Code:
rpm -ivh yup* You need to edit /etc/yum.conf and modify/add following code to it: Code:
vi /etc/yum.conf Code:
[base] name=Fedora Core $releasever - $basearch - Base baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag baseurl=http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os Install GPG signature key with rpm command: Code:
# rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Step # 2 Update your package list: Code:
# yum check-update Install a new package called foo Code:
# yum install foo Code:
# yum update Code:
# yum update bar Code:
# yum remove telnet Code:
# yum list installed Code:
# yum list installed | grep samba Code:
# yum info foo Code:
# yum list updates Yum homepage: http://linux.duke.edu/projects/yum/ Managing Software with yum: http://fedora.redhat.com/docs/yum/index.html FC Mirrors: http://fedora.redhat.com/download/mirrors.html |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fedora Linux 7 wireless card configuration | adahan | Linux hardware | 3 | 12-08-2007 12:50 AM |
| Use memory command to find details under Fedora Linux | chiku | Getting started tutorials | 0 | 04-29-2007 08:35 PM |
| Configuring disk quotas on Fedora Linux | chimu | Linux software | 2 | 12-26-2006 10:18 AM |
| redhat fedora core linux disable screensaver | chiku | Linux software | 1 | 12-13-2006 06:35 PM |
| Upgrading Red Hat Enterprise Linux to Fedora Core...? | jerry | Linux software | 1 | 04-06-2006 03:54 PM |