LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Want to create Fedora Core 1 Update CD, which RPMs to get? (https://www.linuxquestions.org/questions/fedora-35/want-to-create-fedora-core-1-update-cd-which-rpms-to-get-169720/)

Arodef 04-13-2004 04:33 PM

Want to create Fedora Core 1 Update CD, which RPMs to get?
 
I'd like to create an update of the criticial fixes for Fedora Core 1, stuff like bug, security, and software fixes. I don't want the latest versions of every single sw out for Fedora, I just need the essential OS related stuff and updates for the rpms that are already installed (if it's not installed, I don't want to bloat my system by installing an rpm I'll never use). I checked out freshrpms and they have a ton of RPMs for Fedora:

ayo.freshrpms.net/fedora/linux/1/i386/

(Sorry I'm a newbie so I'm not allowed to post direct links.)

Which one(s) of those categories should I base my CD off of? Can someone explain the differences between the category listings (ex. RPMS.core vs RPMS.os).

LordMorgul 04-13-2004 06:01 PM

For your update CD you want the complete contents of the RPMS.updates directory.

You may have some problems updating directly from this CD however, if you do not have the correct dependencies installed for those apps there... so you do not want to try and update an RPM that is in this directory if you do not have it installed.

Most of the Fedora repos are now using this basic scheme:
RPMS.os == the original full installation, this should include every RPM on the install cd set
RPMS.updates == updates to the original full installation, these should only be official Fedora (Red Hat built) packages

Other categories you may see:
RPMS.stable == things you may wish to use, good solid working installs for software NOT part of the original os
RPMS.testing == things only a tester should touch
RPMS.unstable == things only a developer should touch

There will be others depending on the repository you are looking at. FreshRPMS.net is not simply a mirror, it is a separate and distinct repository of built packages (as well as being a mirror...).

fancypiper 04-13-2004 06:05 PM

I would install apt4rpm on a new Fedora Core 1 install, then:
apt-get update
apt-get --fix-broken dist-upgrade
You might want to apt-get install synaptic for a gui front for it too (don't configure it to delete downloaded files, though). Then I would burn a cd of /var/cache/apt and copy that to the new install, then install apt, etc.

# Red Hat links
Red Hat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
Red Hat 8.0 Tips & Tricks

# Red Hat 7.3 down configuration commands
setup leads to several configuration tools

# Red Hat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages
Red Hat Linux 8.0 Package Management Tool
Red Hat 9.0 Package Management Tool
Manage users
redhat-config-users

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Arodef 04-13-2004 07:05 PM

Quote:

Originally posted by LordMorgul
For your update CD you want the complete contents of the RPMS.updates directory.

You may have some problems updating directly from this CD however, if you do not have the correct dependencies installed for those apps there... so you do not want to try and update an RPM that is in this directory if you do not have it installed.

<SNIP>


In that case, I just use the rpm -F option so only currently installed packages will be updated correct? Or should I install every package in updates and get the needed packages (dependencies) when needed?


BTW, does anyone know an easy way to download all the rpms in ayo.freshrpms.net/fedora/linux/1/i386/RPMS.updates/ so I don't have to manually click on each one to save? Thanks.

tktim 04-13-2004 10:18 PM

You can buy all the FC1 updates on a CD for 99 cents plus shipping.

fancypiper 04-13-2004 11:08 PM

# Do I buy a boxed source, download off the internet or buy some cheap CDs?
It's your choice! If you download, I suggest that you
Check the MD5sums On the Linux Iso Images
How to Burn ISOs in Windows to install Linux
# Cheap CDs
AlmostFreeLinux
Discount Linux CDs
Linux Central
Cheapbytes
TuxCDs
ComputerHelperGuy
CheapISO
Os Heaven

LordMorgul 04-13-2004 11:53 PM

Quote:

Originally posted by Arodef
In that case, I just use the rpm -F option so only currently installed packages will be updated correct? Or should I install every package in updates and get the needed packages (dependencies) when needed?


BTW, does anyone know an easy way to download all the rpms in ayo.freshrpms.net/fedora/linux/1/i386/RPMS.updates/ so I don't have to manually click on each one to save? Thanks.

Use rpm -U packagename

The use of apt to provide the updates you need to burn is a good idea, yum or up2date could also supply only the files you need to install if you configure them to use the repo you want (freshrpms) and then use the download options for each rather than install.. then burn their respective cache directories.

wget or curl could both be used to download efficiently, yum, apt, and up2date however are designed to do just that, take a look at their man pages (in particular man yum.conf).

When the freshrpms entry is present in your yum.conf you can do:
yum clean all
yum --download-only update

Then burn the cache directory. The above posted method for using apt is equivalent and will save you effort in determining which packages to update.


All times are GMT -5. The time now is 04:53 AM.