Results 1 to 5 of 5
Hi
I Have newly installed debian etch 4.0 to expand my knowledge of linux and hopefully expand its use throughout my other systems. So far i'm very impressed and want ...
- 04-07-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 4
Firefox/Iceweasel plugins (NewB)
Hi
I Have newly installed debian etch 4.0 to expand my knowledge of linux and hopefully expand its use throughout my other systems. So far i'm very impressed and want to get it fully working for some of the basic multimedia and web functions. When I use iceweasel/firefox, out of the box it doesn't have shockwave, flash, java, window-real player-quicktime plugins. When I download the "Linux versions" from the relevant links i.e. Adobe etc the default destination 'package manager??' says file extension not supported and I really want to know how do i install these updates so that I can run linux and not miss the ease and functionality of windows.
Please help
Many thanks in advance...
- 04-07-2008 #2
Hi and Welcome !
Open Terminal and execute this :
Restart FireFox, type about: plugins ( without space in : and p ) in Address box and check if it lists something like thisCode:su - apt-get update apt-get install flashplugin-nonfree
Shockwave Flash
File name: libflashplayer.so
Shockwave Flash 9.0 r48
MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl YesIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-25-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 4
sorry for the delay in getting back but i've not had many opportunities to try it out,
I used the apt-get update and it seemed to update ok and when I ran the plugin-nonfree I got the following msg
debian:/home/dean# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-nonfree has no installation candidate
debian:/home/dean#
have I missed a step?
like a download from adobe if so which one do i choose there are 3 different linux versions?
many thanks so far
dean
- 06-25-2008 #4
post contents of /etc/apt/sources.list file
Code:cat /etc/apt/sources.list
- 06-26-2008 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 4
ebian:/home/dean# cat /etc/apt/sources.list
#
# deb-src cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
#
deb-src cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
deb Index of /debian etch main
deb-src Index of /debian etch main
deb Debian -- Security Information etch/updates main
deb-src Debian -- Security Information etch/updates main
debian:/home/dean#


Reply With Quote
