Anyone on seedhost.eu that has gotten flash running in their browser?
Printable View
Anyone on seedhost.eu that has gotten flash running in their browser?
sudo apt-get install flashplugin-nonfree
wow! sorry for the triple post!
wtf
..
..
no work sudo command not found...maybe i dont have root?
if you have a dedi, I would hope you have root login
well i made a few assumptions from the get-go; so now with the questions.
your running linux correct ?
what distro ?
you can always install it through gui
You know if you're on root if next to your command line you see this number sign: #
If you have: $, then that is not root.
I don't know what distro of linux you have so here's three commands you can use (pulled from NAQ's Seedbox Guide
Fedora Core 4:
Fedora Core 5/6/7/8 & CentOS:Code:# yum --enablerepo=flash install flash-plugin
Ubuntu:Code:# yum install flash-plugin
Debian:Code:# apt-get install flashplugin-nonfree
Optional configuration for Debian (will need it if you want Flash):
We are gonna assume you are running Debian 4.0 (Etch), we can install the "backports" repository which will have more updated softwares than the stable tree.
Edit the sources.list file:
Insert the following line to the end:Code:# nano /etc/apt/sources.list
Save and exit (Ctrl + X)Code:deb http://www.backports.org/debian etch-backports main contrib non-free
Get the verification key:
Run update:Code:# wget -O - http://backports.org/debian/archive.key | apt-key add -
# apt-get update
Then:
Code:# apt-get -t etch-backports install flashplugin-nonfree