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
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
This subject has been archived. New comments and votes cannot be submitted.
Aug 25
Aug 25
0
1 minute
Responses to this topic
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.
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.