LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-25-2015, 07:48 PM   #1
DavidKimbl
LQ Newbie
 
Registered: Apr 2015
Posts: 6

Rep: Reputation: Disabled
Question I need to learn how to install software on linux.


Hi. Sorry to be so stupid, but I just managed to load and install this Linux (which I really like a lot) on my previously windows <--(bad) system.
But now I need to upgrade some software (like Adobe flash), and I have no clue how to do this. I understand I should go to my original linux distrubutor, and select software thru them (my "Linux distro").
But actually, it's been awhile since I did the install, and I dont exactly remember where I even got this distribution. (I know, I'm dumb--sorry).
Is there a way I can look at my linux system files and see who my distribution is thru, and where is their website. Or would it be easier if I just went thru the whole download and install of linux again <--(not really looking forward to that).
Or even, am I wrong about going thru the distro to do installs/upgrades?
Anything you can tell me will be greatly appreciated.

Long Live Linux !! David K
 
Old 04-25-2015, 08:03 PM   #2
Ragnarok Warrior
Member
 
Registered: Nov 2005
Location: Bangor, ME
Distribution: Debian,Ubuntu,DSL
Posts: 87

Rep: Reputation: 18
You are going to have to be a bit more specific with your question.

Most distributions have some sort of package manager: apt/aptitude and synaptic for debian, yum for centos/fedora/redhat, slackpkg for slackware, and an assortment of others. You are going to need to specify which distribution that you are using. For this you will need to open a terminal. In your program list you should find something like Konsole, bash, rxvt, xterm- use this to open a terminal and run the following code and give us the output:
Code:
uname -a
 
1 members found this post helpful.
Old 04-25-2015, 09:26 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What distro of Linux did you install?

The way software is managed in Linux is much different from how it is managed in Windows. This Wikipedia article might help: https://en.wikipedia.org/wiki/Package_manager
 
1 members found this post helpful.
Old 04-25-2015, 10:22 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
If you don't know which distribution of Linux you are using you can find it by typing in a terminal:

Code:
cat /etc/issue
Or
Code:
cat /etc/release
 
1 members found this post helpful.
Old 04-25-2015, 11:31 PM   #5
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by DavidKimbl View Post
Hi. Sorry to be so stupid, but I just managed to load and install this Linux (which I really like a lot) on my previously windows <--(bad) system. (I know, I'm dumb--sorry).
Hi David...

Welcome to Linux and the forum

I have to confess I don't entirely understand the phenomenon of folks who are new to Linux disparage and belittle themselves when they come to a forum seeking help. It's almost as if to find help and acceptance, they have to do this so that in order that those more experienced might grudgingly take pity on them and offer to help or that they really are what they call themselves. I understand the spiritual angle of this, or rather the source (Satan.)

Two things here that I want to stress: You are not dumb or stupid! Your value and purpose does not come from how much of Linux you may or may not know, your value and purpose comes from the fact that God created you (in His own image, see Genesis 1:27,) specifically and uniquely! That's it. As far as intelligence and ability are concerned, no one who uses Linux started out knowing everything they know about it. It took time using it and learning by trial and error. Everything I know about it (which, granted, isn't as much as others,) was achieved the same way, over a period of years. I commend you for the steps you have taken. You installed a copy of Linux on your computer, on your own. Not everyone would able to do that or would want to. It's not an easy thing to do for someone just starting out. If the perception among those outside (or inside) of the community is that we're "maneaters" or that we need to put others down so we ourselves can feel good and that we're important, then I suggest that we, as a community, do some "soul searching" and reflection.

Now as far as your question goes, the means to download and install software via package manager has been covered above. Installing Flash Player can be accomplished a few different ways so we'll wait to hear from you what distribution and version of Linux you're running. Bear in mind though, Adobe quite developing standalone, regular versions of Flash after 11.2, so if you want or need a newer version, you will need to install a copy of Chrome (not Chromium,) the browser from Google.

Hope this helps.

Last edited by ardvark71; 04-25-2015 at 11:36 PM. Reason: Added information.
 
1 members found this post helpful.
Old 04-26-2015, 08:04 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
all of the above
Quote:
But actually, it's been awhile since I did the install,
depending on just WHAT version ( distro ) you installed
you might have to reinstall with the CURRENT version
or upgrade to it

some operating systems are LONG TERM SUPPORT --- 5 years
others are VERY SHORT term support --- 13 MONTHS!!!!

we do need to know just what your operating system is

then we can help
 
1 members found this post helpful.
Old 04-27-2015, 03:56 AM   #7
SandsOfArrakis
Member
 
Registered: Apr 2012
Location: Netherlands
Distribution: Linux Mint 21.1 Vera / Zorin Pro 6.2
Posts: 155

Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
all of the above

depending on just WHAT version ( distro ) you installed
you might have to reinstall with the CURRENT version
or upgrade to it

some operating systems are LONG TERM SUPPORT --- 5 years
others are VERY SHORT term support --- 13 MONTHS!!!!

we do need to know just what your operating system is

then we can help
Some are even shorter then 13 months. The latest Ubuntu only has 9 months support.

@OP
You probably want to look for a Linux version with LTS being mentioned. Those generally have 5 years support. If I could give you a recommendation. Download and install the latest Mint (17.1) with a desktop of your choice. It's an LTS with support till 2019. Stuff like Adobe Flash and support for mp3 etc. are installed by default. And it's tailored for people who are completely new to the world of Linux. It's one of the easiest distributions to use.

When it comes to installing software. Mint has it's own software manager. Where everything is nicely sorted out into groups of programs. Popular programs are listed first and installing them is just a click on the install button.

Last edited by SandsOfArrakis; 04-27-2015 at 04:05 AM.
 
1 members found this post helpful.
Old 04-27-2015, 07:06 AM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Given that you said it's been a while since you did this install, and that you don't recall where you got this distribution, it is a great idea to consider just upgrading the distribution. The others have offered suggestions as to how to figure this out. Another one might be a splash screen you see when you boot, if you happen to boot to a desktop distribution.

I'd actually consider saving backups of your data and then performing a complete install of the newest version of that distribution. Or starting first with a Live form of that distribution to ensure that it hasn't changed so dramatically that you now dislike it. This should get you updated copies of things like Adobe and other stuff.

Also there should be a GUI based installer available to let you install or update programs on your system. This is an alternative you could try if you want to just try updating one main program. An issue might be that the system libraries are sufficiently old that the upgrade may not work correctly. This would be the reasoning behind recommendations to upgrade the whole distribution.
 
1 members found this post helpful.
Old 04-27-2015, 01:32 PM   #9
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,491

Rep: Reputation: Disabled
Don't put yourself down, we all started knowing next to nothing about computers/Linux.

As you have had the courage to move to Linux I suggest using a newer/up to date version of any distro that appeals to you, it will be your easiest path.

Take a look through the Screencasts and Screenshots - http://www.linuxquestions.org/questi...reenshots-114/
 
1 members found this post helpful.
Old 04-28-2015, 07:45 PM   #10
DavidKimbl
LQ Newbie
 
Registered: Apr 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
learning how to do upgrades inLinux....

Hey everyone was VERY helpful... first let let me thank you all a LOT !! Both in your technical expertise, and your spiritual admonitions...
OK, I have some news for you in this thread. I entered the linux commands in terminal mode as you suggested:
1) code: uname -a Gives: "Linux debian 3.2.0 - 4 -amd64 #1 SMP Debian 3.2.57 - 3+deb741 x86_64 GNU/Linux"

2) Code: cat /etc/issue Gives: " Debian Gnu/Linux 7 \A \l "
Code cat /etc/release doesnt seem to be recognized.

So I guess I'm running Debian. Ragnarok Warrior said the "package manager: apt/aptitude and synaptic for debian,"
Still, I dont think this tells me the exact distro.. , and where I go for software upgrades/installs, etc.

I am inspired by all your support so far, and I think I can actually do a re-install of Linux if that seems like the best way to go. Also, I need help getting my printer to work on Linux. -- I never did get it working.

Where do I go from here in order to begin getting comfortable doing system maintenance on Linux?
Thankx again.. David K
 
Old 04-28-2015, 07:57 PM   #11
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
this should help:
https://wiki.debian.org/FlashPlayer/
 
Old 04-28-2015, 08:13 PM   #12
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi David...

Your welcome, glad to help.

The instructions schneidz listed above should help you get Flash Player installed. What is the brand and model number of your printer?

Regards...
 
Old 04-28-2015, 11:16 PM   #13
akinola1
LQ Newbie
 
Registered: Apr 2015
Posts: 1

Rep: Reputation: Disabled
Nice post!!!!!

Quote:
Originally Posted by ardvark71 View Post
Hi David...

Welcome to Linux and the forum

I have to confess I don't entirely understand the phenomenon of folks who are new to Linux disparage and belittle themselves when they come to a forum seeking help. It's almost as if to find help and acceptance, they have to do this so that in order that those more experienced might grudgingly take pity on them and offer to help or that they really are what they call themselves. I understand the spiritual angle of this, or rather the source (Satan.)

Two things here that I want to stress: You are not dumb or stupid! Your value and purpose does not come from how much of Linux you may or may not know, your value and purpose comes from the fact that God created you (in His own image, see Genesis 1:27,) specifically and uniquely! That's it. As far as intelligence and ability are concerned, no one who uses Linux started out knowing everything they know about it. It took time using it and learning by trial and error. Everything I know about it (which, granted, isn't as much as others,) was achieved the same way, over a period of years. I commend you for the steps you have taken. You installed a copy of Linux on your computer, on your own. Not everyone would able to do that or would want to. It's not an easy thing to do for someone just starting out. If the perception among those outside (or inside) of the community is that we're "maneaters" or that we need to put others down so we ourselves can feel good and that we're important, then I suggest that we, as a community, do some "soul searching" and reflection.

Now as far as your question goes, the means to download and install software via package manager has been covered above. Installing Flash Player can be accomplished a few different ways so we'll wait to hear from you what distribution and version of Linux you're running. Bear in mind though, Adobe quite developing standalone, regular versions of Flash after 11.2, so if you want or need a newer version, you will need to install a copy of Chrome (not Chromium,) the browser from Google.

Hope this helps.
 
Old 04-29-2015, 12:00 AM   #14
SandsOfArrakis
Member
 
Registered: Apr 2012
Location: Netherlands
Distribution: Linux Mint 21.1 Vera / Zorin Pro 6.2
Posts: 155

Rep: Reputation: Disabled
Quote:
Originally Posted by DavidKimbl View Post
Hey everyone was VERY helpful... first let let me thank you all a LOT !! Both in your technical expertise, and your spiritual admonitions...
OK, I have some news for you in this thread. I entered the linux commands in terminal mode as you suggested:
1) code: uname -a Gives: "Linux debian 3.2.0 - 4 -amd64 #1 SMP Debian 3.2.57 - 3+deb741 x86_64 GNU/Linux"

2) Code: cat /etc/issue Gives: " Debian Gnu/Linux 7 \A \l "
Code cat /etc/release doesnt seem to be recognized.

So I guess I'm running Debian. Ragnarok Warrior said the "package manager: apt/aptitude and synaptic for debian,"
Still, I dont think this tells me the exact distro.. , and where I go for software upgrades/installs, etc.

I am inspired by all your support so far, and I think I can actually do a re-install of Linux if that seems like the best way to go. Also, I need help getting my printer to work on Linux. -- I never did get it working.

Where do I go from here in order to begin getting comfortable doing system maintenance on Linux?
Thankx again.. David K
I got:
erwin@Atlantis:~$ uname -a
Linux Atlantis 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux
erwin@Atlantis:~$

when typing uname -a. I'm running the new Debian 8.0 Jessie. Looks like you're running an older version of Debian. Debian uses Synaptic Package Manager for installing/removing software. Mint has it as well, but Mint also has a software manager which is far more friendly for new users. You can also use apt-get to install software from the terminal.

sudo apt-get install rhythmbox will for example install the rhythmbox music player. That is if sudo is installed as well. Discovered that with Debian it is not.

sudo apt-get update will update your computers software list to the latest version of the repository, and sudo apt-get upgrade will upgrade your system with available updates for your system and programs. In Linux Mint you have an Update Manager which works very similar to Windows if you don't wish to use the terminal.
 
Old 04-29-2015, 12:40 AM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by akinola1 View Post
Nice post!!!!!
Hi...

Welcome to the forum

Thank you but all glory and praise to God for it. It's only because of Him that I know the truth of those words. Over 10 years ago, I wouldn't have.

Regards...
 
  


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
LXer: Learn more about free and open source software at Software Freedom Day 2014 LXer Syndicated Linux News 0 09-14-2014 11:17 PM
LXer: Learn how to compile from source Linux software with AbiWord 3 LXer Syndicated Linux News 0 10-24-2013 02:40 AM

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

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