Thank you.. Does anyone know a pop3 program that has an rpm associated with it? -----Original Message----- From: "Bevan C. Bennett" <bevan@xxxxxxxxxxxxxxxx> Date: Wed, 21 Jan 2004 13:36:36 To:fedora-list@xxxxxxxxxx Subject: Re: Simple, but daunting query -> Post Installation David Jackson wrote: > I'm wondering why did you switch, and why did you decide to use a work in > progress rather than a "productoin" reliease like RH9? Fedora 1 Core -is- a "production" release like RH9. Aside from the change in name and official management, FC1 is effectively RH10. FC *2* is currently a 'work in progress'. > The basic answer to you problem is rpm -i file.rpm. > Or from gnome/kke menu try add/delete programs/applications. Indeed. If you have an rpm downloaded that you want to install, you can use RPM directly. Fedora also includes some utilities to ty to make package management a little easier. To add/remove packages from your CDs, you could run redhat-config-packages, a GUI like the one in the installation. Most people are now using either yum or up2date now. I like yum personally. The default configuration will have the official package and stable updates configured, but you should edit /etc/yum.conf and replace the entries with your choice of servers from http://fedora.redhat.com/download/mirrors.html After that the following will be useful: yum list installed - show current packages yum list updates - show available updates yum install <package> - install <package> (and any dependencies) yum remove <package> - remove <package> (and any dependents) It's very good about prompting you before going through with an actual change. Note that the first time you run yum it will need to download package headers from your configured repositories. This can take a little time, but each header only needs to be downloaded once. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list Wayne Spivak 516-353-9155 Sent via a BlackBerry. Please note I use a large number of filters to keep spam out of my blackberry, so a response maybe delayed.