Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
?????????????? How Do Install Software on Linux ??????????????
Is it just as easy as installing things on Windows? I need help!!!
I'm fairly new to linux and I dont know any of the text based commands except for navigating in the Konsole. I use SuSE 8.2 and i want to install a few programs like Aim.... Counterstrike... and Hard truck 2....and also Macromedia Studio MX..
Is it just a few clicks and its installed? Or do i have to go into the Konsole to do installations?
*HeH* I start paragraphs with "Is it just" alot....... lol
AND HOW ON EARTH do u close xpenguins???? its funny for a few min but they wont go away!!! i dont like logging in and out just to get rid of the penguins!
is there a task manager on SuSE?
Hope this isnt too many questions!! Thanks if u can help!
Last edited by terdmonkey18; 10-05-2003 at 01:45 PM.
a) Installing from source
b) Installing from package
a) To install from source code, you will get a often compressed file (*.tar.gz). You need to go to the Console and type
tar -xvzf Nameoffile.tar.gz
cd Nameoffile
./configure
make
su -c 'make install'
However, this may vary depending on different situations.
b) Installing from packages (*.rpm)
In RedHat like distributions, you can install packages. Most likely, you will be able to do this just by double clicking it in your front-end. However, you can do it in the console, too.. by
rpm -ivh nameoffile.rpm
Note: You cannot install Windows applications on Linux. "Installing Macromedia Studio MX" is possible unless you have WINE or a similar program. If you wish to do so, I strongly encourage you to read the manual that comes with it.
Also remember that (when you said you want to install counterstrike and Hard truck 2 and Studio MX) you can't install windows apps in linux; they are two completely different operating systems. to install those programs you need an emulator to emulate a windows environment. these include Winex for games, Wine and Crossover for applications, Win4Lin, and some others.
For just normal programs (like the AIM client) I would just find a native linux client of that (there are thousands). this is obviously better if you can do it because emulators are far from perfect.
I know, installing programs may scare a little bit at the beginning. I have tried myself to "double click" on Winamp when I started with Linux and nothing happened. I thought it was such stupid OS. Today it's the only one I use. You will eventually get the hang of it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.