LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install a new or 3rd party package on Red Hat Linux Enterprise OS (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-new-or-3rd-party-package-on-red-hat-linux-enterprise-os-730644/)

s_amrollahi 06-04-2009 08:17 AM

How to install a new or 3rd party package on Red Hat Linux Enterprise OS
 
Dear all
Hello

I am a C++ programmer. I have two Linux OS:I want to install the latest version of GCC 4.4.0 on my systems for new features of C++0x. Also, I have two systems with two Linux variants
Desktop: Red Hat Enterprise Linux Server 5.0
Laptop: SUSE Linux Entreprise Desktop 10
My question is not about how to install GCC. It is completely different
issue. My problem is about the first steps in installing some prerequisites of GCC. How to install 3rd party Linux software using GUI? Please note I'm not so beginner in Unix/Linux era, I know the rpm command and its options a little. I want to install packages using GUI
I have same question in both variants.
Can you help me?

Regards,
-- Saeed Amrollahi

battletroll 06-04-2009 08:24 AM

In Redhat there is the pirut application to install software.

You will need to configure the default repository for the third party vendor or create your own.
Pirut will see the repo and allow you to install the software from the GUI. If the dependancies are not resolvable by the rpm wrapper then the GUI install will fail. Command line would most likely be better for what I think you are askin.

saagar 06-04-2009 11:35 AM

step 1:learning a bit of rpm installation and uninstallation via command line.
step 2: learning how to add /remove these rpms via GUI (pirut)
step 3: learning how to create a repository and how to add and remove packages via YUM, which makes our lives very easy (so that we get rid of those dependency issues).
so YUM is the ultimate solution as far as rpms are concerned.
step 4: to install third party softwares, probably they might be in .tar.gz format and we need to extract it and read their instructions on how to go about with the installation...thanks


All times are GMT -5. The time now is 03:23 AM.