LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 03-02-2019, 09:51 AM   #16
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542

Unless I missed it, nobody mentioned AppImages. A lot of projects are starting to release bleeding edge versions as AppImages and I've had good luck with that platform.

Most major projects provide either a .deb file that can be installed with gdebi or from cli or some like Firefox have an archive that can be extracted and used as a portable install.

All in all you need to research the application you are trying to install and see if they have a wiki or some other installation instructions. If that fails, open a thread on their forum(or LQ software subforum), or contact them via email.

If the program is NOT actively being maintained it a different story altogether.
 
1 members found this post helpful.
Old 03-02-2019, 11:19 AM   #17
sidzen
Member
 
Registered: Feb 2014
Location: GMT-7
Distribution: Slackware64, xenialpup64, Slacko5.7
Posts: 204

Rep: Reputation: 36
BTW:
Go directly to https://ftp.mozilla.org/pub/
and click on thunderbird.

Of course, one will then have to know how to untar a bz2 file or use xarchive or such to install (which raises the question, where?)
Decisions, decisions. . . !
 
Old 03-02-2019, 12:12 PM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by DK1994 View Post
However, for people like me who just want to install a program, but end up getting confused and frustrated when trying to do so, I don't understand why Linux distros don't come with the option to install a program by using the executable or the source code.
Actually this sounds like someone who, right at the beginning of their Linux journey, missed to familiarize themselves with some specialties of GNU/Linux, namely what Repository & Package Management means, and simply hung onto the only familiar paradigm they've ever known, which is: hunt, point and click.

When it takes all but concentrated reading of one web page and some additional minutes spent familiarizing oneself with some new software, usually synaptic, and you're done for a lifetime of enjoying Linux.

Application containers only play into this "hanging on to familiar paradigms" by adding a whole new layer of abstraction. They were not made for this purpose, but they enable droves of Linux newbs to hold on to their hunt, point and click mentality, and droves of equally enthusiastic podcasters and bloggers wax with admiration: "Finally, Linux will truly be like all the other $PROPRIETARY_OS out there! No more complaints about unintuitive UX etc.!"
...[insert long row of expletives here]...
 
5 members found this post helpful.
Old 03-02-2019, 01:29 PM   #19
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #5.
Quote:
... typing in "apt-get install thunderbird"
The commands are :
Code:
su     [enter root password]
apt-get install thunderbird
 
Old 03-02-2019, 04:02 PM   #20
Mechanikx
Member
 
Registered: Jul 2018
Distribution: Slackware
Posts: 351

Rep: Reputation: 258Reputation: 258Reputation: 258
Quote:
Originally Posted by ondoho View Post
Actually this sounds like someone who, right at the beginning of their Linux journey, missed to familiarize themselves with some specialties of GNU/Linux, namely what Repository & Package Management means, and simply hung onto the only familiar paradigm they've ever known, which is: hunt, point and click.

When it takes all but concentrated reading of one web page and some additional minutes spent familiarizing oneself with some new software, usually synaptic, and you're done for a lifetime of enjoying Linux.

Application containers only play into this "hanging on to familiar paradigms" by adding a whole new layer of abstraction. They were not made for this purpose, but they enable droves of Linux newbs to hold on to their hunt, point and click mentality, and droves of equally enthusiastic podcasters and bloggers wax with admiration: "Finally, Linux will truly be like all the other $PROPRIETARY_OS out there! No more complaints about unintuitive UX etc.!"
...[insert long row of expletives here]...
Well said
 
2 members found this post helpful.
Old 03-04-2019, 12:57 PM   #21
cruedi
LQ Newbie
 
Registered: Aug 2009
Posts: 6

Rep: Reputation: 11
One of the reason you can't just click an executable in linux/unix is security. If you need to understand what you're installing it's much more difficult to get viruses by clicking links, or hijacked executables.
 
1 members found this post helpful.
Old 03-05-2019, 06:57 AM   #22
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,622
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by cruedi View Post
One of the reason you can't just click an executable in linux/unix is ...
that at the time, nobody had ever thought of that possibility. In the meantime, nobody felt the need to change that.

I'd say, one reason for the earth to still be round is that nothing has ever imposed something else. Not even security-considerations...
 
Old 03-10-2019, 12:13 PM   #23
RickDeckard
Member
 
Registered: Jan 2014
Location: Canton, Georgia, USA
Distribution: Debian 12
Posts: 205

Rep: Reputation: Disabled
Of course there is no technical barrier to using and learning about Linux anymore. There used to be, back when you had to compile your own drivers to so much as get the display running.

IMHO I believe it's more a question of seeking help within the user community for specific issues - we come off as expecting users to have enough familiarity with what they're doing so as to be on that level. Specific distros of Linux *cough*Arch*cough* are some of the main offenders.

Even the general way in which one requests help with a topic is more suited to the mindset of a software programmer: have full log files ready, RTFM, STFW, methodically cross off every other possibility and then whatever you're left with - only if you have the experience to suggest it might not be the fault of your own settings or mis/configurations - might just be a problem worth looking into.
 
1 members found this post helpful.
Old 03-10-2019, 12:23 PM   #24
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by RickDeckard View Post
Of course there is no technical barrier to using and learning about Linux anymore. There used to be, back when you had to compile your own drivers to so much as get the display running.

IMHO I believe it's more a question of seeking help within the user community for specific issues - we come off as expecting users to have enough familiarity with what they're doing so as to be on that level. Specific distros of Linux *cough*Arch*cough* are some of the main offenders.

Even the general way in which one requests help with a topic is more suited to the mindset of a software programmer: have full log files ready, RTFM, STFW, methodically cross off every other possibility and then whatever you're left with - only if you have the experience to suggest it might not be the fault of your own settings or mis/configurations - might just be a problem worth looking into.
It's actually a wee bugbear of mine that we can sometimes scare off newbies on here. This happened in a thread in which I was participating just recently, where suddenly the OP was flooded with alternatives and information that went beyond solving the problem, and I'm sure merely led to confusion in their mind as to what to do next. We have to keep on remembering that newbies don't yet have tremendous knowledge and need "guiding" rather than being presented with lots of options and told "here, take your choice". It's almost akin to communicating with someone in a language that is similar but not quite the same as one's own - an effort has to be made to talk in that other person's language.
 
1 members found this post helpful.
Old 03-11-2019, 02:40 PM   #25
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,622
Blog Entries: 40

Rep: Reputation: Disabled
If we condone the deviation that this thread has been taking.
The expectations of new users nowadays are different. If we must adapt our way of reacting to this kind of critique, it must be in the awareness that the access of this kind of operating-system is demanded by people who are currently not apt to it. Else, define Linux.

Those responses in the thread, which I consider appropriate, direct the OP in the direction of familiarization with what he declares to be interested in. Else he/she would not, else she/he should not use Linux.
Ω
 
  


Reply

Tags
installation, linux, programs, user preferences, windows



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
I am a programmer(Student). How can i help the Linux community as a Programmer? mgsurya Linux - Newbie 11 07-21-2010 03:56 AM
Programmer to Programmer ( Long Story Of A GUI ) mdoubledragon Programming 1 10-13-2005 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:14 PM.

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