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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
12-18-2010, 11:53 AM
|
#1
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Rep:
|
What version of Adobe Flash Player do I want?
The Adobe support site has a dropdown menu of the versions for Linux. They are:
YUM for Linux
.tar .gz for Linux
.rpm for Linux
deb for Ubuntu 8.04+
Apt for Ubuntu 9.04+
Which one do I download? I'm running an Ubuntu 8.04 LiveCD.
|
|
|
|
12-18-2010, 12:03 PM
|
#2
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,171
|
To get Flash working on Ubuntu try to type this into a terminal:
Code:
sudo apt-get update
sudo apt-get install flashplugin-nonfree
|
|
|
|
12-18-2010, 01:04 PM
|
#3
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
This is the output:
Code:
ubuntu@ubuntu:~$ sudo apt-get update
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/main Translation-en_US
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic Release.gpg
Ign http://archive.ubuntu.com karmic/main Translation-en_US
Ign http://archive.ubuntu.com karmic/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic-updates Release.gpg
Ign http://archive.ubuntu.com karmic-updates/main Translation-en_US
Ign http://archive.ubuntu.com karmic-updates/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic Release
Hit http://archive.ubuntu.com karmic-updates Release
Hit http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-en_US
Ign http://security.ubuntu.com karmic-security/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic/main Packages
Hit http://archive.ubuntu.com karmic/restricted Packages
Hit http://archive.ubuntu.com karmic/main Sources
Hit http://archive.ubuntu.com karmic/restricted Sources
Hit http://security.ubuntu.com karmic-security Release
Hit http://archive.ubuntu.com karmic-updates/main Packages
Hit http://archive.ubuntu.com karmic-updates/restricted Packages
Hit http://archive.ubuntu.com karmic-updates/main Sources
Hit http://archive.ubuntu.com karmic-updates/restricted Sources
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://security.ubuntu.com karmic-security/restricted Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/restricted Sources
Reading package lists... Done
ubuntu@ubuntu:~$ ^Cdo apt-get install flashplugin-nonfree
ubuntu@ubuntu:~$
|
|
|
|
12-18-2010, 02:15 PM
|
#4
|
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 3,931
|
So? Where's the su in front of the last line you typed, and what's the control-C doing there? Did you copy and paste the two suggested commands and then try to abort with a control-C? Your output suggests that might be what happened.
By the way, you will need to create a place on you hard drive fo the LiveCD to store your changes since, obviously, you can't change the contents of the CD. (IIRC, there is a menu item for doing that.)
|
|
|
|
12-20-2010, 11:30 AM
|
#5
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
I did copy & paste the 2 commands suggested by TobiSGD and I didn't abort. I tried again today and got 3 extra lines at the end:
Code:
Building dependency tree
Reading state information... Done
E: Couldn't find package flashplugin-nonfree
I don't have access to the HDD to store changes, I do have an SD card. What is IIRC?
Last edited by Advice Pro; 12-20-2010 at 11:40 AM.
|
|
|
|
12-20-2010, 11:38 AM
|
#6
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,171
|
I don't know why that doesn't work with copy and past, it should. Please try to type the lines in manually.
|
|
|
|
12-20-2010, 11:49 AM
|
#7
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
TobiSGD, I was editing my last post as you submitted yours. I tried typing in the commands manually as so and got:
Code:
ubuntu@ubuntu:~$ sudo apt-get update sudo apt-get install flash-nonfree
E: The update command takes no arguments
|
|
|
|
12-20-2010, 11:54 AM
|
#8
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
They're two separate commands. You need to run "sudo apt-get update", wait for it to finish and then run the second one.
|
|
|
|
12-20-2010, 12:11 PM
|
#9
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
I tried that Nylex and got the same:
Code:
ubuntu@ubuntu:~$ sudo apt-get update
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/main Translation-en_US
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/restricted Translation-en_US
Hit http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-en_US
Ign http://security.ubuntu.com karmic-security/restricted Translation-en_US
Hit http://security.ubuntu.com karmic-security Release
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://archive.ubuntu.com karmic Release.gpg
Ign http://archive.ubuntu.com karmic/main Translation-en_US
Hit http://security.ubuntu.com karmic-security/restricted Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/restricted Sources
Ign http://archive.ubuntu.com karmic/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic-updates Release.gpg
Ign http://archive.ubuntu.com karmic-updates/main Translation-en_US
Ign http://archive.ubuntu.com karmic-updates/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic Release
Hit http://archive.ubuntu.com karmic-updates Release
Hit http://archive.ubuntu.com karmic/main Packages
Hit http://archive.ubuntu.com karmic/restricted Packages
Hit http://archive.ubuntu.com karmic/main Sources
Hit http://archive.ubuntu.com karmic/restricted Sources
Hit http://archive.ubuntu.com karmic-updates/main Packages
Hit http://archive.ubuntu.com karmic-updates/restricted Packages
Hit http://archive.ubuntu.com karmic-updates/main Sources
Hit http://archive.ubuntu.com karmic-updates/restricted Sources
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get install flash-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package flash-nonfree
ubuntu@ubuntu:~$
|
|
|
|
12-20-2010, 12:15 PM
|
#10
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,171
|
The package name is flashplugin-nonfree, not flash-nonfree. You should type the commands in as they are given to you, otherwise they won't work.
Last edited by TobiSGD; 12-20-2010 at 12:16 PM.
|
|
|
|
12-20-2010, 12:22 PM
|
#11
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
Thanks for pointing that out Tobi, but still the same results:
Code:
ubuntu@ubuntu:~$ sudo apt-get update
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/main Translation-en_US
Ign cdrom://Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5) karmic/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic Release.gpg
Ign http://archive.ubuntu.com karmic/main Translation-en_US
Ign http://archive.ubuntu.com karmic/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic-updates Release.gpg
Ign http://archive.ubuntu.com karmic-updates/main Translation-en_US
Ign http://archive.ubuntu.com karmic-updates/restricted Translation-en_US
Hit http://archive.ubuntu.com karmic Release
Hit http://archive.ubuntu.com karmic-updates Release
Hit http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-en_US
Hit http://archive.ubuntu.com karmic/main Packages
Hit http://archive.ubuntu.com karmic/restricted Packages
Hit http://archive.ubuntu.com karmic/main Sources
Hit http://archive.ubuntu.com karmic/restricted Sources
Ign http://security.ubuntu.com karmic-security/restricted Translation-en_US
Hit http://security.ubuntu.com karmic-security Release
Hit http://archive.ubuntu.com karmic-updates/main Packages
Hit http://archive.ubuntu.com karmic-updates/restricted Packages
Hit http://archive.ubuntu.com karmic-updates/main Sources
Hit http://archive.ubuntu.com karmic-updates/restricted Sources
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://security.ubuntu.com karmic-security/restricted Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/restricted Sources
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package flashplugin-nonfree
|
|
|
|
12-22-2010, 09:32 AM
|
#12
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
Why can't I just download one of the plugin versions in my first post?
|
|
|
|
12-22-2010, 09:52 AM
|
#13
|
|
Member
Registered: Jul 2010
Location: USA, New Mexico
Distribution: Several
Posts: 69
Rep:
|
According to your last post it appears that you have successfully installed the flash-plug-in. Have a great day.
|
|
|
|
12-22-2010, 11:15 AM
|
#14
|
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 3,931
|
Quote:
Originally Posted by Advice Pro
Why can't I just download one of the plugin versions in my first post?
|
Did you enable the non-free repositories? I don't see them listed in your "update" output.
|
|
|
|
12-23-2010, 08:33 AM
|
#15
|
|
Member
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 328
Original Poster
Rep:
|
Quote:
Originally Posted by PTrenholme
Did you enable the non-free repositories?
|
I don't know how to do that.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|