| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-11-2003, 05:35 AM
|
#1
|
|
Member
Registered: Mar 2002
Location: phoenix,az
Distribution: fedora 17, mint mega
Posts: 763
Rep:
|
apt -yum
i know that these options are available for fedora, where do i find infor about them. is it hidden somewhere on ther fedora home page
|
|
|
|
11-11-2003, 05:44 AM
|
#2
|
|
Member
Registered: May 2001
Location: Beijing
Distribution: Fedora, Knoppix
Posts: 204
Rep:
|
yum is already installed...
apt can be downloaded from freshrpms.net and a lot of other sites...
|
|
|
|
11-11-2003, 05:48 AM
|
#3
|
|
Member
Registered: Mar 2002
Location: phoenix,az
Distribution: fedora 17, mint mega
Posts: 763
Original Poster
Rep:
|
thanks , i was thinking there was so info about using apt-yum on the fedora home page, will keep looking. not to sure how to use yum??
|
|
|
|
11-11-2003, 05:51 AM
|
#4
|
|
Member
Registered: Mar 2002
Location: phoenix,az
Distribution: fedora 17, mint mega
Posts: 763
Original Poster
Rep:
|
|
|
|
|
11-11-2003, 06:25 AM
|
#5
|
|
Member
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319
Rep:
|
|
|
|
|
11-11-2003, 07:07 AM
|
#6
|
|
Member
Registered: May 2001
Location: Beijing
Distribution: Fedora, Knoppix
Posts: 204
Rep:
|
Okay, sorry I was brief....
Here's one you should read http://www.fedora.us/wiki/FedoraHOWTO
From the site itself:
Quote:
HOWTO use apt-get
apt-get update
Download package lists. Packages change several times daily, so do this often.
apt-get dist-upgrade
Update all packages.
apt-get install <packagename>
Install/upgrade specific package(s) (and its dependencies, if missing any).
apt-cache search <word>
Search all known packages entries (descriptions etc) for <word>.
apt-cache show <packagename>
Show basic information about a package.
|
There's more...
Quote:
HOWTO use yum
yum check-update
See if there are updated packages available.
yum update
Update all installed packages that have a newer version available.
yum install <packagename>
Install specific package (and its dependencies, if missing any).
|
|
|
|
|
11-11-2003, 07:14 AM
|
#7
|
|
Member
Registered: May 2001
Location: Beijing
Distribution: Fedora, Knoppix
Posts: 204
Rep:
|
A few things to add....
First you should do all of it as root... just type 'su', and then your root password.
Second, you need to tell 'apt' and 'yum' where to get the rpms from. To get you started here is my apt sources ( /etc/apt/sources.list )
Now here's my yum sources ( /etc/yum.conf ):
Quote:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
gpgcheck=1
tolerant=1
exactarch=1
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://fedora.redhat.com/updates/released/fedora-core-$releasever
#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://fedora.redhat.com/updates/testing/fedora-core-$releasever
[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core
#[extras]
#name=Fedora Linux $releasever - $basearch - extras
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/extras
#[alternatives]
#name=Fedora Linux $releasever - $basearch - alternatives
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/alternatives
[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates
[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
gpgcheck=1
[livna-unstable]
name=Livna.org Fedora Compatible Packages (unstable)
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
gpgcheck=1
[livna-testing]
name=Livna.org Fedora Compatible Packages (testing)
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing
gpgcheck=1
|
you should be okay with these to start with ;-)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Yum / Apt-get
|
mikedeatworld |
Fedora |
17 |
12-01-2005 08:31 AM |
|
yum against APT
|
programmershous |
Linux - Software |
6 |
06-20-2005 08:45 AM |
|
yum vs apt-get
|
eranb2 |
Debian |
2 |
02-27-2005 09:26 AM |
|
yum vs apt-get
|
eranb2 |
Red Hat |
1 |
02-25-2005 01:11 PM |
|
YUM vs APT-GET
|
prismra |
Linux - Newbie |
12 |
06-30-2004 03:00 PM |
All times are GMT -5. The time now is 08:24 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|