Seedhost.eu Question
(Click here to view the original thread with full colors/images)Posted by: reno55
Anyone on seedhost.eu that has gotten flash running in their browser?
Posted by: ericab
sudo apt-get install flashplugin-nonfree
Posted by: ericab
wow! sorry for the triple post!
wtf
Posted by: ericab
..
Posted by: ericab
..
Posted by: reno55
no work sudo command not found...maybe i dont have root?
Posted by: Ellusionist
if you have a dedi, I would hope you have root login
Posted by: ericab
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
Posted by: Xapsa
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:
# yum --enablerepo=flash install flash-plugin
Fedora Core 5/6/7/8 & CentOS:
# yum install flash-plugin
Ubuntu:
# apt-get install flashplugin-nonfree
Debian:
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:
# nano /etc/apt/sources.list
Insert the following line to the end:
deb http://www.backports.org/debian etch-backports main contrib non-free
Save and exit (Ctrl + X)
Get the verification key:
# wget -O - http://backports.org/debian/archive.key | apt-key add -
Run update:
# apt-get update
Then:
# apt-get -t etch-backports install flashplugin-nonfree
