Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
|
06-27-2005, 10:50 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2005
Distribution: Linspire
Posts: 3
Rep:
|
I want to like linux but installing apps sux!!
Ok folks, this is my first post.
I really want to use Linux but I really can't get over the fact why its so difficult to install software. Gee no wonder microsoft wins.
So I went to Linspire (yeah I know what you are all thinking but gimme a break, at least im trying)
Anywho, How in the world do I install software? How do I know what I need? How do I know what command lines to use? Why can't I just click on the file and have it install?
This all starts with my trying to get XMULE working.
I downloaded what I THINK is the package for Linspire. I also can get the other packages if need be.
STEP BY STEP, what do I need, where do I get it and what do I do to get it working.
IM LOST here. THis is my 4th attempt at linux and so far im ready to go back to windows. Real me in and help me lol :-)
thanks peeps.
Jon
|
|
|
|
06-27-2005, 11:02 PM
|
#2
|
|
Member
Registered: Dec 2004
Location: Atlanta, GA U.S.
Distribution: I play with them all :-)
Posts: 316
Rep:
|
Try a completely free distro like Mandriva rather than Linspire -- they would be happier pointing you to their so-called Click-and-Run that will cost you. You'll see how much MORE easy it is to install apps than Windows when you use urpm on Mandriva. If you're in need of a Mandriva DVD Download Edition and you live in the states, I'll be happy to provide one for you rather inexpensively.
|
|
|
|
06-27-2005, 11:06 PM
|
#3
|
|
LQ Newbie
Registered: Jun 2005
Distribution: Linspire
Posts: 3
Original Poster
Rep:
|
Is this also something relatively easy to download.
I do have Cable so it wouldn't be a burden on me :-)
I also want to thank you for the quick response.
Is this software an easy install. I remember installing mandrake and having to setup partitions and such, what a pain.
|
|
|
|
06-27-2005, 11:16 PM
|
#4
|
|
Member
Registered: Jun 2005
Distribution: debian sarge
Posts: 49
Rep:
|
Linux is easy to install and maintain. However, windows takes the burden of making you think. It controls your machine the way they think best suites you. Give Linux few months, and you will get used to it.
|
|
|
|
06-27-2005, 11:34 PM
|
#5
|
|
Member
Registered: Jun 2005
Distribution: Debian
Posts: 356
Rep:
|
Typing 'apt-get install xmule' sucks? Seems a lot easier than Windows to me.
|
|
|
|
06-27-2005, 11:59 PM
|
#6
|
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
Nothing in the world easier than
emerge <app-name>
All the benefits of the terrific package managers out there plus the software is custom compiled for your specific environment. Although if you don't have any desire to do any reading / learning, have someone install Gentoo for you.
Any commercially available Gentoo-pre-installed systems available? hmmm....
|
|
|
|
06-28-2005, 12:05 AM
|
#7
|
|
Member
Registered: Jun 2005
Distribution: Debian
Posts: 356
Rep:
|
Quote:
Originally posted by jpbarto
Nothing in the world easier than
emerge <app-name>
|
Sure, as long as you don't mind waiting 20 minutes for the thing to download and compile for no good reason.
|
|
|
|
06-28-2005, 12:30 AM
|
#8
|
|
Member
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 795
Rep:
|
I just started using Linux yesterday, Mandrake 10.1 to be exact, and I'm in love. My Windows hdd is set as slave, but I'm Linux all the way. It's a little odd I'll admit having to combine using a new, unfamiliar CLI with the GUI when installing apps, but it makes me feel like I'm in more control. I physically do what needs to be done instead of clicking a button that says install and letting the system do it all automatically. You can get Wine and install it and it will let you run .exe files and many of your old Windows files. I plan on keeping Linux for a long, long time.
|
|
|
|
06-28-2005, 01:00 AM
|
#9
|
|
Senior Member
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775
Rep:
|
Try Ubuntu or Mepis.
Synaptic Package Manager is a very easy way to install software.
|
|
|
|
06-28-2005, 02:05 AM
|
#10
|
|
Senior Member
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549
Rep:
|
Quote:
|
Is this software an easy install. I remember installing mandrake and having to setup partitions and such, what a pain
|
Mandrake has an option to 'automatically partition' in the installer. From all reports I've heard it works fine.
As for installing extra software once you've installed Mandrake its very easy - just click the menu, goto System->Confiuration->Configure Your Computer and select the 'Software' tab. Then type in the name of the program you want to install.
Remember that the download edition comes with a relatively small amount of software so head over to http://easyurpmi.zarb.org and setup some more repositories so you can get more stuff.
|
|
|
|
06-28-2005, 07:09 AM
|
#11
|
|
Member
Registered: May 2005
Distribution: Slackware 10.1
Posts: 49
Rep:
|
This is the second post I have read here on LQ recently of someone saying how hard it is to install Linux software. I dont get it. What is so hard about it? Even installing from source is simple.
./configure && make && make install
and then edit any config files than need to be configured.
There isnt anything difficult about that!
I think the thing is, you are used to Windows, and just havent gotten use to the way Linux installs software. However, I am sure that once you have spent some time using Linux, you will come to appreciate software installation on Linux much more than Windows. At least I do.
|
|
|
|
06-28-2005, 08:14 AM
|
#12
|
|
LQ Newbie
Registered: Jun 2005
Distribution: Linspire
Posts: 3
Original Poster
Rep:
|
Well I certainly appreciate all the feedback ive gotten as im sure this question has been posted numerous times. YOu all have given me some things to think about. My cousin downloaded the full Mandrake, I will give that a shot as you say its better then linspire.
Again, thank you for the assistance.
have a fine day/night
|
|
|
|
06-28-2005, 09:18 AM
|
#13
|
|
Member
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828
Rep:
|
try Ubuntu if you want an easy distro to work with, then move to Debian after you get used to that...
just give it some time...it makes computing, installing, and everyday crap with your machine a learning experience...and you'll appreciate it in the long run...
|
|
|
|
06-28-2005, 09:47 AM
|
#14
|
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Rep:
|
Yeh definetely try ubuntu..its really good, plus there is only one install cd, which was nice...Installing aps is easy using apt-get or the graphical version - Synaptic, it resolves all the dependencies and bascailly sorts everything out for you.
|
|
|
|
06-28-2005, 09:51 AM
|
#15
|
|
Member
Registered: Jun 2005
Distribution: Debian
Posts: 356
Rep:
|
Quote:
Originally posted by Dr. Psy
This is the second post I have read here on LQ recently of someone saying how hard it is to install Linux software. I dont get it. What is so hard about it? Even installing from source is simple.
./configure && make && make install
and then edit any config files than need to be configured.
There isnt anything difficult about that!
I think the thing is, you are used to Windows, and just havent gotten use to the way Linux installs software. However, I am sure that once you have spent some time using Linux, you will come to appreciate software installation on Linux much more than Windows. At least I do.
|
Other than the fact that you have to have a ton of support libraries already install otherwise you get compiler or linker errors that don't mean much to normal people. IMO no one should be compiling software on their desktop, it's a waste of time and needlessly complicates things.
|
|
|
|
All times are GMT -5. The time now is 05:05 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|