LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing new application in Fedora (https://www.linuxquestions.org/questions/linux-software-2/installing-new-application-in-fedora-140191/)

afertis 01-29-2004 08:56 PM

Installing new application in Fedora
 
Hello.

In a previous thread, I was asking how to install a new application in Fedora. I received an answer but I would like further details. Do you know where is the Fedora Errata and how can I install them, or which where is the file I should change in order to make Fedora install extra packages?

Thank you very much in advance.

afertis

DjZvEr 01-29-2004 09:18 PM

I am having the same problem. what was the other forum you had?

h/w 01-29-2004 09:19 PM

im not very sure what you asked, but ... https://www.redhat.com/support/resou...owto/rhl9.html

afertis 01-29-2004 10:43 PM

I had asked for a problem that I had when trying to install additional packages in Fedora. I was advised to do one of the following 3 things:

1) Install the new fixed version of the package installer available in the Fedora errata site.

2) You can manually edit the code of the package handler (redhat-config-packages) you have installed. There is a line which tells the installer where to look for the RPM file, in the broken installer this points to the Redhat/RPM directory, when it should point to Fedora/RPM.

3) You can just install packages from the commandline: For new packages use rpm -ivh package_name. To upgrade a previously installed package, use rpm -Fvh package_name.

The problem for doing 1 or 3 is that I couldn't find the Fedora(not the RedHatLinux 9) Errata site.

The problem for doing 2 is that I cannot find the file pointing this directory.

Drogo 01-29-2004 10:49 PM

You could use yum

EX: from terminal type: yum

If you need to install a package you do this :

from terminal

yum install gaim <--example to install gaim


;) hope it helps

vintermann 01-30-2004 05:46 AM

Some bad advice...
 
Now I have plenty of problems relating to having installed packages from rawhide* and such, so perhaps I'm not a good person to ask. But I have used synaptic since Rh9, and I believe it is installed by default in Fedora Core. (If not, it's a little tricky to do it manually, but it solves a lot of problems if you succeed).

I have apt and synaptic installed and pointing to the repositories at freshrpms. The freshrpms site includes instructions about how to set it up like that. If you only install their official packages, you are pretty safe from conflicts and broken/undocumented dependencies.


All times are GMT -5. The time now is 05:04 PM.