LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-11-2008, 06:34 AM   #1
dickrounds
LQ Newbie
 
Registered: Jul 2006
Posts: 18

Rep: Reputation: 0
Installing new programs


Here's where I have a lot of trouble with Linux. I constantly get notifications that updates are available. These get downloaded and installed seamlessly.

Other times and other programs require knowledge and expertese far beyond what I possess. For example, I attempted to make my computer available to SETI@home. This required a program called BOINC which I downloaded. Had no clue how to install and run so I asked for help from a SETI volunteer.

No joy! Still incomprehensible and error messages that meant nothing to me. I asked if I could buy or download a CD. No answer to this query.

Sent followup saying that I was a Linux newbe and needed more specifics. 2nd response no better than the first.

Why can't all programs be installed as easily as those that come with update or those which can be installed from the 'add/remove'system.

Dick Rounds
 
Old 01-11-2008, 06:55 AM   #2
arashi256
Member
 
Registered: Jan 2008
Location: Brighton, UK
Distribution: Ubuntu 18.04 / CentOS 7.6
Posts: 397

Rep: Reputation: 62
Well, a lot of Linux programs are released like that as RPM packages or whatever. This is actually a better system than Windows, IMHO. But yes - some stuff requires the joys of "untar/configure/make/make install" which is a total pain and if I can, I steer clear of programs that are released like that unless I really really want them and have the time necessary to figure out how to install and run the damned thing.
 
Old 01-11-2008, 07:05 AM   #3
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
I thought the SETI program was available trough the usual automatic package management. You didn't specify your distribution (or then I missed it), but for example in Ubuntu you have (in the System menu) a program called Synaptic which lets you "do more" than the add/remove utility, so you could check that too. Second best choice is to hunt for a distribution specific .deb (Debian/Ubuntu/similar) or .rpm (Fedora/SuSE/similar) from the net and install that (by double-clicking on it after downloading). Third choice is either a program distributor provided install script, or compiling from source as the "last resort" (that has some benefits over pre-compiled packages, but for newbies might be confusing at first). In that case the downloaded, then usually extracted, package contains documentation - often at least README and/or INSTALL text files - that describes the compilation process and software needed to run the program in detail.
 
Old 01-11-2008, 07:10 AM   #4
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
Dear Dickrounds (I thought my name was daft)

I don't know the program you refer to but installing any program on linux is a pain. Updates are easier because they are just that,updates.Depending on which version of linux you have there is a degree of automation avialable.The more recent the more automated. The type of file also dictates the manner of installation. In my limited experience 'rpm' files are the easiest to install and if you have no automatic installer can be introduced from the command line, or shell.
Type:

rpm -Uvh (name of package including number ref).rpm

Hope this helps.

Roy
 
Old 01-11-2008, 07:12 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
In my package manager, I find:
kboincmgr
ksetispy
ksetiwatch

I don't know anything about how SETI works, but this suggests the SW is available thru package managers. If my system (PCLOS) has it, then Debian/Ubuntu/Mepis surely does also.
 
Old 01-11-2008, 07:21 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
......but installing any program on linux is a pain
Actually, it's quite the opposite. If something is available in the package manager / repositories, the process is extremely simple. Even when you install something manually, it is not always an issue.

It is true that some SW can be frustrating. On occasion, one has to hunt down all the required libraries and--if the SW needs to be compiled--there can be more issues. But, consider this: Maybe the reason that some things take a bit of effort is that there are so many things available. In some respects, there are already more choices for Linux than for Windows.

For the vast majority of "mainstream" SW, the Linux process is faster and easier than on Windows.
 
Old 01-11-2008, 07:49 AM   #7
dickrounds
LQ Newbie
 
Registered: Jul 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks for the help, guys! I'll try your suggestions.

I'm just surprised that SETI doesn't make it easier for us novices to help them out.

Dick
 
Old 01-11-2008, 08:07 AM   #8
dickrounds
LQ Newbie
 
Registered: Jul 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Color me stupid!

I'm using UBUNTU 7.10 and, sure enough, I found the BOINC packages in Synaptic and have installed them.

Thanks again for the help.

Dick
 
Old 01-11-2008, 02:29 PM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Color me stupid!
By my definition of "stupid", you would not even be an also-ran. This is a very normal occurence for new Linux users. Because Windows has nothing like the modern Linux package manager, new users often don't even know to look for it.

I hope ALL your Linux stories have happy endings.
 
Old 01-12-2008, 04:04 PM   #10
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
installing on linux 'is a pain'

Dear Sir,
thanks for commenting but it remains a problem when trying to install programs on linux. I suspect this is because windows will run the install anyway,at least until xp, ie, no dependency checks etc.Running Wine, for example,seems to be frought with problems. Getting and installing the dcom95 enabler seems problematic or perhaps I am using out of date information, or am just thick.
 
Old 01-12-2008, 05:53 PM   #11
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Fred Caro View Post
Dear Sir,
thanks for commenting but it remains a problem when trying to install programs on linux. I suspect this is because windows will run the install anyway,at least until xp, ie, no dependency checks etc.Running Wine, for example,seems to be frought with problems. Getting and installing the dcom95 enabler seems problematic or perhaps I am using out of date information, or am just thick.
are you installing a program in wine?, that is alot different then installing a program naitivly, and you can't automatically expect everything to work properly in wine
 
Old 01-12-2008, 05:54 PM   #12
jonwatson
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170

Rep: Reputation: 30
There's no question that there are a lot of things that can go wrong with installing packages. As some have mentioned in this post, the more mature the distro the (hopefully) easier the installation.

One of the reasons that I went to Ubuntu and haven't looked back is because I've found the package management to be extremely good. I very rarely have any issues installing packages from the Ubuntu repos and it's made my life a lot easier.

Your mileage may vary...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing programs... noid1037 Linux - Newbie 2 07-31-2005 04:32 AM
Installing new programs... rrfish72 Linux - Software 5 11-18-2004 12:59 AM
Installing Programs The Oate Mandriva 6 08-09-2004 05:41 PM
Help on Installing Programs unwrittenlaw Linux - Newbie 8 09-25-2003 10:13 AM
Installing programs jamaso Linux - General 3 03-02-2002 12:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration