Post Reply  Post Thread 


How do I install software on Linux.?
Author Message
ci50158
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #1
How do I install software on Linux.?

First of all, I'm new to Linux but not stupid (I hope). Now, I've installed openSUSE in the past and always have the same problem when installing software. I can never find all the dependencies to install one simple program. For example:If I want to install Program A, it needs Program B first. But Program B needs Program C. But Program C needs Library X. But Library X needs Compiler Z, etc etc etc. And then I forget what I was trying to install in the first place.Does anybody else have this problem? Or am I doing something VERY wrong?

05-22-2007 04:41 AM
Find all posts by this user Quote this message in a reply
roentgen88
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #2
 

It depends how you are installing the software. Generally the best way to install software on linux is to use some software getting method. You can install the SUSE version of "apt". Then you can command line "apt-get install xxxx" and it will install that piece of software as well as all its dependancies.

05-22-2007 04:53 AM
Find all posts by this user Quote this message in a reply
sebastian.dziallas
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #3
 

Normally, if you use for example YaST for installing your software. This is one of the advantages of the RPM files, which is used by openSUSE. But it depends where and how you get your software. If you use YaST for downloading your software from the repositories, it will resolve the dependencies automatically. It's the same with downloaded RPM files from a website. But if you get TAR.GZ or TAR.BZ2 files (source code), which need to be compiled, there could be some problems. So until you cannot avoid it, use the repositories or use the RPM files. If encounter again problems, please specifiy your program.Using YaST is mainly self-explaining - start the dialog to install the software and search for it. For RPM files a double-click should be fine. If you want to use the terminal, you can use zypper, whose use is explained here: http://en.opensuse.org/Using_zypperFor the TAR.GZ files: Extract them with a double click, open the terminal, switch with using "cd" to the directory of the extracted files, type "su" and your password (for getting admin rights), and use "sh ./configure" or something like this. There could also be a file called INSTALL... after having used this, type "make" and then "make install". But it's not always the same so that you should read the README before.As you can see RPM files are a lot easier to use...Regards.

05-22-2007 08:16 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  I just installed Linux Ubuntu? What can I do... tennismaster16666 1 432 12-23-2007 04:04 AM
Last Post: tennismaster16666
  Macintosh and Photography Software? truenorth675 1 84 12-23-2007 01:16 AM
Last Post: truenorth675
  how do you take linux off a computer and install straubcharles 1 91 12-22-2007 05:36 PM
Last Post: straubcharles
  where to buy fedora linux 8 in new... romantic_boy_2003 1 77 12-22-2007 05:36 PM
Last Post: romantic_boy_2003
  Linux Mint Wireless Network wont connect?!?!? aqualung 1 85 12-22-2007 05:36 PM
Last Post: aqualung
  Sharing files between Linux and Windows? MS4 1 83 12-22-2007 12:50 PM
Last Post: MS4
  how can i install WINDOWS APPLICATIONS on a Linux... hussain7865 1 88 12-22-2007 12:50 PM
Last Post: hussain7865
  Need help on red hat linux??? Remix 1 87 12-21-2007 05:25 PM
Last Post: Remix
  need local linux mailing server solution..? service_nissi 1 89 12-21-2007 05:25 PM
Last Post: service_nissi
  how to install gcc compiler in ubuntu linux/? rk_221 1 83 12-21-2007 04:39 PM
Last Post: rk_221

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: