additional package installation on fedora core 2

This is a discussion about additional package installation on fedora core 2 in the Everything Linux category; can neone help me how can i configure my system config packages so tht it retrieves rpms from a ftp sever and not demand me for a cd to insert

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar01.webp

1 Posts
Location -
Joined 2004-08-25
can neone help me how can i configure my system config packages so tht it retrieves rpms from a ftp sever and not demand me for a cd to insert

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Aug 25
Created
Aug 25
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
since you say "additional package" in the thread title, I'll guess you've
already got a working Fedora system but are adding a few more packages. yes?
 
[tt][size:3]Package files for install, upgrade and query operations may be specified
as an _ftp_ or _http_ style URL:
 
ftp://USER:PASSWORD@HOST:PORT/path/to/package.rpm
 
If the :PASSWORD portion is omitted, the password will be prompted for
(once per user/hostname pair). If both the user and password are omitted,
anonymous ftp is used. In all cases, passive (PASV) ftp transfers are
performed.
[/tt]
 
example: rpm ftp://hostname.example.com/redhat/i386/packagename.rpm
 
hope this helps.