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 - 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 08-04-2010, 10:57 AM   #1
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Rep: Reputation: 0
How do I install a program after I've downloaded it from a website?


I am a bit new to the use of Linux commands and I need some help. I got an HP mini 1120NR as a gift and it runs Linux software. I am not sure which version, but I think its Edubuntu and I do not know how to actually open and install a downloaded program file from the web. A specific example is Adobe flash player. It goes into a list and asks me to open it with Archvie Manager, but after that I am lost. Can someone please help?

Thanks so much in advance.


Kaydee
 
Old 08-04-2010, 11:14 AM   #2
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Hi Kaydee wel-come to LQ,

You have not mention your linux Distro.
redhat,centos user .rpm package format and rpm,yum commands to install package.
ubuntu/debian use .deb package format and dpkg,aptitude,apt-get command to install package.

If you download source package (.tar.gz) then you have to compile source.

for that extract your tarball and read README file.
 
Old 08-04-2010, 11:18 AM   #3
basheer
Member
 
Registered: Mar 2009
Location: Bangalore, India
Distribution: CentOS6.5, CentOS7, Ubuntu14.04
Posts: 182

Rep: Reputation: 29
if it is edubuntu then,
At the prompt,

sudo dpkg -i adobe (press the tab button for name completion) then press enter. It will get installed.

The easiest way is to use the synaptic package manager.
Go to System on the panel.
Select Administration.
Select Synaptic Package Manager.
Select adobe-flashplugin.
Mark for Intsallation.
Apply.
It will do ur job.
But for this method u should have an internet connection.

Best of luck.
 
Old 08-04-2010, 11:42 AM   #4
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Lightbulb

To find out what distro you use, perform
Code:
lsb_release -a
uname -a
 
Old 08-04-2010, 02:01 PM   #5
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Thank you all for you rapid responses. Ok, I have additional info about the OS and additional questions to help me use all of your instructions. First, the software info. I have this:

Release 1.0
Kernel Linux 2.6.24-19-lpia
GNOME 2.22.3

There's also refernces made to Nautilus on my system.

Secondly, this minibook system is very odd to me. I think I should be able to access the terminal to execute these commands, but there's no option to access the terminal. All I have are the Gedit and Text editor options. Can someone help?
 
Old 08-04-2010, 02:03 PM   #6
tealio
LQ Newbie
 
Registered: Aug 2010
Location: Atlanta, GA
Distribution: Ubuntu 10.04
Posts: 23

Rep: Reputation: 18
Code:
CTRL-ALT-F1
should open a terminal
 
Old 08-04-2010, 02:13 PM   #7
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: 0
It didn't. But, thank you
 
Old 08-04-2010, 02:17 PM   #8
tealio
LQ Newbie
 
Registered: Aug 2010
Location: Atlanta, GA
Distribution: Ubuntu 10.04
Posts: 23

Rep: Reputation: 18
Code:
ALT-F2
brings up a 'Run Application' window.

Type in 'gnome-terminal' to run a terminal window...
 
Old 08-04-2010, 02:21 PM   #9
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: 0
You're AWESOME, tealio! Okay, can you help me get Adobe Flash player installed into my mini-book? I have no clue which version to download, and how to make it install from the download queue.
 
Old 08-05-2010, 02:19 AM   #10
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
This is supposed to work for all *buntus :
( Ubuntu, Edubunty, Xubuntu, etc.)

1) sudo apt-get update
2) sudo apt-get install flashplugin-nonfree

No need ever to download anything ( or almost never.)

You can install the most basic 20,000 .. 30,000 most
basic packages with sudo apt-get install <package>
.. or by using the Package Manager = 'synaptic'.
..
 
Old 08-05-2010, 07:37 AM   #11
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Kaydee View Post
downloaded program file from the web.
That's the problem. That's not how Linux does it.

You use the package manager and repository.
 
Old 08-05-2010, 01:25 PM   #12
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
InstallingSoftware - Community Ubuntu Documentation : https://help.ubuntu.com/community/InstallingSoftware
 
Old 08-05-2010, 05:07 PM   #13
tealio
LQ Newbie
 
Registered: Aug 2010
Location: Atlanta, GA
Distribution: Ubuntu 10.04
Posts: 23

Rep: Reputation: 18
Kaydee: give us the output from
Code:
uname -a
 
Old 08-06-2010, 12:49 AM   #14
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Unhappy

Tealio & knudfl:

Tealio- the response to the uname -a command reads "Command not found".

knudfl: the first sudo command worked fine, the second one told me that they cannot find the flashplugin package
 
Old 08-06-2010, 12:59 AM   #15
Kaydee
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: 0
knudfl:

i fixed the problem. adobe is installed
 
  


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
How to install program on Palm TX downloaded onto a Linux PC izquierdista Linux - General 2 03-10-2007 04:19 PM
Find and install downloaded Firestarter Program Don Mac Linux - Software 1 06-25-2005 05:57 AM
first program downloaded; now what? how do install firefox marblessed115 Linux - Newbie 8 07-19-2004 10:41 PM
install downloaded program BIMMUR Linux - Newbie 4 02-21-2004 05:47 PM
How do I install a downloaded program??????????? goobster Linux - Software 1 12-07-2001 08:32 AM

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

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