LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-07-2019, 09:56 AM   #286
lhb1142
LQ Newbie
 
Registered: Jul 2012
Posts: 23

Rep: Reputation: 6

Quote:
Originally Posted by jeremy View Post
The LQ poll series continues. This time we'd like to know: Which software do you install immediately after setting up a new Linux desktop system?

--jeremy

I'm afraid that I install a LOT of software including:


Audacious, BleachBit, Deluge, GIMP, Handbrake, MakeMKV, p7zip, Rawtherapee, Shotwell, x265, h.265, SMPlayer, SMTube, Gparted, VLC, VLC Blu-ray, Alacarte, Alsamixer, Dosbox, Evince, Gnome-disk-utility, Gnome-system-monitor, Gucharmap, hfsutils, hfsplus, hfsprogs, k3b, paman, paprefs, pavumeter, pdfsam, picard, qasconfig, qasmixer, SoundConverter, SoundKonverter, xfce4, xfce4-goodies, xfwm-themes, Gnome-calculator, Gnome-dictionary, mkvtoolnix, mp3wap, mpesplt, Audacity, lsb-prinitng, Easytag, Xsane, shntool, cuetools, Calibre, Asunder, Avidemux, Pitivi, Zlib, Ekiga, m4a, alac, Trelby, ntfs, fat, exfat, Oxygen icons, Bluetooth, Bluedevil, libreoffice, Mirage, HEVC, Dropbox, kdenlice, Olive, Opera, Openshot video editor, Aegisub subtitle editor.


There are probably also a few others, minor in nature.


As I am currently using four (4) different Linux operating systems on my varied computers, some of the above programs are already packed with an individual distro and, where they are not, some are not available (or not appropriate) on others.


I'm sorry about the length of this post - but you DID ask!

Last edited by lhb1142; 03-07-2019 at 09:57 AM.
 
Old 03-07-2019, 11:23 AM   #287
ted-tanner
LQ Newbie
 
Registered: Feb 2019
Posts: 1

Rep: Reputation: Disabled
Software I install by default

I have a .sh file I run on all new systems that installs all the software I typically use. Here are the contents of that .sh:

Code:
sudo apt-get -y update;
sudo apt-get -y dist-upgrade;
sudo apt-get -y install google-chrome-stable;
sudo apt-get -y install gcc;
sudo apt-get -y install g++;
sudo apt-get -y install gfortran;
sudo apt-get -y install make;
sudo apt-get -y install cmake;
sudo apt-get -y install default-jre;
sudo apt-get -y install default-jdk;
sudo apt-get -y install p7zip-full;
sudo apt-get -y install gparted;
sudo apt-get -y install geany;
sudo apt-get -y install python;
sudo apt-get -y install python3.3;
sudo apt-get -y install php;
sudo apt-get -y install snap;
sudo apt-get -y install wine-stable;
sudo apt-get -y install gimp;
sudo apt-get -y install octave;
sudo apt-get -y install kalgebra;
sudo apt-get -y install kmplot;
sudo apt-get -y install geda;
sudo apt-get -y install libreoffice;
sudo apt-get -y install 2048-qt;
sudo apt-get -y install texlive-full;
sudo apt-get -y install texstudio;
sudo snap install shotcut --classic;
sudo snap install spotify;
sudo apt-get -y install dropbox;
 
1 members found this post helpful.
Old 03-07-2019, 12:21 PM   #288
Reziac
Member
 
Registered: Aug 2018
Location: Brendansport, Sagitta IV
Distribution: PCLinuxOS
Posts: 150

Rep: Reputation: 42
Quote:
Originally Posted by GID View Post
I have been trying, unsuccessfully, to install some of the many options--A slow learner trying to become familiar with Linux -- with which I am enamored.
I was initially baffled too. How the heck do I install stuff? there was no obvious way to do so, unlike Windows where you just find your download, click, and off it goes. The term "package manager" didn't mean anything to me; it was a strange word in a foreign language. At some point I tripped over a very basic tutorial for Synaptic and all became clear, and now I'm annoyed if whatever I want isn't thereby available.
 
Old 03-07-2019, 01:08 PM   #289
lhb1142
LQ Newbie
 
Registered: Jul 2012
Posts: 23

Rep: Reputation: 6
Quote:
Originally Posted by Reziac View Post
I was initially baffled too. How the heck do I install stuff? there was no obvious way to do so, unlike Windows where you just find your download, click, and off it goes. The term "package manager" didn't mean anything to me; it was a strange word in a foreign language. At some point I tripped over a very basic tutorial for Synaptic and all became clear, and now I'm annoyed if whatever I want isn't thereby available.

I do not know which OS you're using but an easy way to install programs is via the Terminal.


You DO have to know the exact name of the program you wish to install and you DO have to know the correct syntax of the Terminal command necessary to install the program.


Assuming that you are using a Debian-based OS, you would first open the Terminal and then type < sudo apt update && sudo apt upgrade >.


That will update your computer.


Then, if you wanted to install, for example, Calibre (a book reading and organizing program), you would then type < sudo apt install calibre >.


Note that the case of your command is important and, as I said, you must know the exact name of the program.



I hope that this helps you. There are, of course, many other ways to install new programs into a GNU/Linux operating system. (With Linux, there is never just one way of doing anything!)


Arch-based, SUSE-based and other operating systems have different methods for installing programs but, in ALL cases, installing programs is FAR easier within Linux than it is with Windows.


You just need to know how to do it.


And once you do, and once you learn how to do other things, you will find that almost EVERYTHING in Linux is far easier to do than is doing the equivalent operation in Windows,
 
Old 03-07-2019, 01:39 PM   #290
ktheof
LQ Newbie
 
Registered: Feb 2019
Posts: 5

Rep: Reputation: Disabled
Quote:
Originally Posted by jeremy View Post
The LQ poll series continues. This time we'd like to know: Which software do you install immediately after setting up a new Linux desktop system?

--jeremy
I just install some updates.
 
Old 03-07-2019, 02:33 PM   #291
roger_1960
LQ Newbie
 
Registered: Dec 2007
Location: Les Gets, France
Distribution: Bodhi Manjaro
Posts: 18

Rep: Reputation: 3
Nemo
Libre office
Boinc
Chromium
Simple scan
Printer driver
Vpn
 
Old 03-07-2019, 02:37 PM   #292
sailslack
LQ Newbie
 
Registered: Dec 2016
Posts: 5

Rep: Reputation: Disabled
if not present these are the first:
firefox
thunderbird
okular
freeciv
 
Old 03-07-2019, 02:44 PM   #293
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,735

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
firefox
thunderbird
scite
 
Old 03-07-2019, 05:02 PM   #294
jkiwi
LQ Newbie
 
Registered: Oct 2003
Location: Auckland New Zealand
Distribution: Debian Jessie
Posts: 4

Rep: Reputation: 0
Stable Debian versions

reFind to allow dualbooting windows 10. (But I try not to use Windows!)
Clamav
VLC
Thunderbird
libdvdcss*
SkypeforLinux
Vuescan
 
Old 03-08-2019, 03:01 AM   #295
mccartco
LQ Newbie
 
Registered: Apr 2016
Posts: 2

Rep: Reputation: Disabled
Cool Software Install

I install all the extra software in order of anti-malware, cleaning, so the first one to get "installed" is chkrootkit, followed closely by rkhunter. Followed by development stuff, like gcc, python and R (statistical package).
Sometimes, LaTeX plus related packages and Octave.
 
Old 03-08-2019, 03:42 AM   #296
colinetsegers
Member
 
Registered: Jul 2011
Location: Brussels, Belgium, Europe
Distribution: PCLinuxOS, Kubuntu, Puppy Linux
Posts: 96

Rep: Reputation: 28
Quote:
Originally Posted by lhb1142 View Post
Arch-based, SUSE-based and other operating systems have different methods for installing programs but, in ALL cases, installing programs is FAR easier within Linux than it is with Windows.

You just need to know how to do it.

And once you do, and once you learn how to do other things, you will find that almost EVERYTHING in Linux is far easier to do than is doing the equivalent operation in Windows,
Although I'm a real Linux fan, and although this is a little out of topic, I do not agree with your statement that installing programs in Linux is easier than in other operating systems.
The command line is, no doubt, a very powerful tool, but before the user knows the basic vocabulary, a lot of time will have past by. Then, the famous commands: "configure", "make", "make install"..., there's nearly always something missing to have the installation done and working ! Even with Synaptics, due to hidden and/or unclear updates, installing a program ends often in a message the kind of: "could not this, because that..." First thing is discovering the "that" thing... In short: good luck my friend !

I'm convinced that Linux operating systems lack some plain installer. I mean that after downloading a program, some plain script just installs the program with all the necessary extensions without having to use synaptics or the command line. And yes, I know the practical problem of the many different configurations of all those Linux systems.
 
2 members found this post helpful.
Old 03-08-2019, 04:04 AM   #297
tubaplayer
LQ Newbie
 
Registered: Jul 2016
Posts: 3

Rep: Reputation: Disabled
post

Printer Driver
 
Old 03-08-2019, 07:24 AM   #298
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by hydrurga View Post
I don't always use all the tools in my toolbox, but I like to have a good set of tools to hand if the need arises.
Sorry for the late reply hydrurga. I've had a backlog of going through my TV recordings, and housekeeping to do that I've neglected to do.

Same here. I still use Windows machines sometimes (not ones I own), so it's good to have tools on hand, just in case.

Quote:
Which GUI do you use for ffmpeg?
I've used at least a few, as trying to find a GUI for ffmpeg that works and does what you want it to do, can be like looking for a needle in a haystack. Anyway, while I can't remember the name of it, whatever it's name is was good up until it stopped changing the name of the output file to match the input file - so I had to ditch that one. And it wasn't being
developed anymore anyways.

FF Multi Converter crashes after converting 3 video files at least on version 1.8.0 So I had to ditch that one as well, but I haven't checked the latest version of it (assuming there is one, given that it didn't look like it was still being maintained anyway).

So while I had to download the openSUSE 12.X package for it given I use CentOS, and more precisely, so it could find the libraries it was looking for; I currently have QWinFF installed. Although because of the backlog I was talking about before, I haven't used it in a while now, and I had to fix it's "presets" file to get it to convert anything.

But looking at the others, I might have to try some others.
 
2 members found this post helpful.
Old 03-08-2019, 09:54 AM   #299
Samsonite2010
Member
 
Registered: Apr 2015
Distribution: Debian
Posts: 267
Blog Entries: 1

Rep: Reputation: 117Reputation: 117
Quote:
Originally Posted by Reziac View Post
I've done so, but they mostly regurgitate the same talking points. Was more interested in individual experience.

Originally the big point I recall was that LO incorporated Novell's bugfixes, and OO did not, which produced significant differences in stability and performance. (In the early days I had both installed side by side, and LO won hands down. But that was a long time ago, and I haven't even looked at OO since.)
I have not used Open Office for many years, but because (and not sure it has changed) you cannot save as docx, it has been off the menu. Unfortunately, until all of my clients stop using MS formats, I need it this feature! Other than that, I believe Open Office offers a lot of advantages, but of course a showstopper is a showstopper.
 
1 members found this post helpful.
Old 03-08-2019, 10:12 AM   #300
Saltidae
LQ Newbie
 
Registered: Mar 2011
Distribution: LinuxLite
Posts: 2

Rep: Reputation: 0
linux lite

Now and again I fire up an hp mini 110 with linux lite. It's mostly an early morning mail scanner and reader as well as part of my continuing tinkering with linux.
chromium
vnc
LibreOffice
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What command can you use to safely shut down the Linux system immediately Mikemahone Linux - Newbie 4 06-06-2013 12:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:05 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