LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to install flash in debian 7 (wheezy) (https://www.linuxquestions.org/questions/debian-26/how-to-install-flash-in-debian-7-wheezy-4175463795/)

skilo47 05-28-2013 01:21 PM

How to install flash in debian 7 (wheezy)
 
I want to use chromium web browser and so far i have only found tutorials on how to install flash for firefox.

So how could i install it so it works on all browsers?

Janus_Hyperion 05-28-2013 01:28 PM

As far as I know,

Code:

apt-get install flashplugin-nonfree
should work on all browsers. Of course, you would need the nonfree repo enabled.

Here is the relevant page from Debian - http://wiki.debian.org/FlashPlayer

skilo47 05-28-2013 01:50 PM

Quote:

Originally Posted by nonamedotc (Post 4960715)
As far as I know,

Code:

apt-get install flashplugin-nonfree
should work on all browsers. Of course, you would need the nonfree repo enabled.

Here is the relevant page from Debian - http://wiki.debian.org/FlashPlayer

I did that but it says to insert media:

Code:

The following extra packages will be installed:
  binutils
Suggested packages:
  binutils-doc konqueror-nsplugins ttf-mscorefonts-installer
  ttf-xfree86-nonfree hal
The following NEW packages will be installed:
  binutils flashplugin-nonfree
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,820 kB of archives.
After this operation, 15.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Media change: please insert the disc labeled
 'Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 xfce-CD Binary-1 20130504-14:44'
in the drive '/media/cdrom/' and press enter

Here is my sources list:

Code:

# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 xfce-CD Binary-1 $

deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 xfce-CD Binary-1 20$

deb http://ftp.gtlib.gatech.edu/debian/ wheezy main
deb-src http://ftp.gtlib.gatech.edu/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.gtlib.gatech.edu/debian/ wheezy-updates main
deb-src http://ftp.gtlib.gatech.edu/debian/ wheezy-updates main
#Non-free
deb http://ftp.us.debian.org/debian wheezy main non-free
#Aptitude
deb http://ftp.us.debian.org/debian stable main contrib non-free


Hangaber 05-28-2013 01:54 PM

You can either put in the CD (and hit enter), or comment out the second "deb cdrom" line with a # and retry.

Janus_Hyperion 05-28-2013 01:55 PM

Quote:

Originally Posted by skilo47 (Post 4960743)
Here is my sources list:

# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 xfce-CD Binary-1 $

deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 xfce-CD Binary-1 20$

deb http://ftp.gtlib.gatech.edu/debian/ wheezy main
deb-src http://ftp.gtlib.gatech.edu/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

[ ... ]

Disable the CD sources from the file - second line.

---------- Post added 05-28-13 at 01:56 PM ----------

Oh! I see it has been answered already! :)

skilo47 05-28-2013 02:01 PM

Ok that worked, Flash seems to be working now.

Should i just leave that cd source line commented out?

---------- Post added 05-28-13 at 03:01 PM ----------

Ok that worked, Flash seems to be working now.

Should i just leave that cd source line commented out?

Hangaber 05-28-2013 02:03 PM

If you don't want to be prompted for that CD, then yep! Leave it commented out. :)

The "deb cdrom" lines are handy if you do not have a network connection, but you have the DVD's.


All times are GMT -5. The time now is 03:43 PM.