Re: Help Installing software
Quote:
Originally Posted by ajodom10
...Also after I installed mozilla on my system there was no icon linked to it, therefore everytime I wanted to run the program I had to follow the same steps as the first time I installed it...
You can always use an alias to shorten things up a little bit
Code:
alias mozilla="~/mozilla/./mozilla"
And then you append that line of code to your .bashrc, .bash_profile, /etc/profile or whatever suits your needs
Then you can just type "mozilla" to open it
Re: Help Installing software
Quote:
Originally Posted by ajodom10
I am fairly new at linux, I have tried it a few times but I always get frustrated when I try to Install software.
I can't vouch for other distros, but I know most have some kind of package management system (RPM, urpmi, Yum, YaST). Debian-based distros (Mepis, Ubuntu, Xandros, Damn Small Linux) use the apt-get method of installing software, which I found pretty easy to use. Here's a graphical step-by-step walkthrough of installing software in Mepis:
http://www.psychocats.net/essays/winuxinstall.php
I think you're doing it the hard way...