I just downloaded Ubuntu. But when I go to YouTube the videos play horribly and I get a window saying the plug in is needed but then when I try to add it it says it can't find a suitable plug in. I have tried to download flash player and Lightstream and I have no idea what is going on with either one. I keep launching them over and over and nothing works. I have no idea what to do, can someone help?
Asked
Active
Viewed 2,046 times
3 Answers
0
Easy answer: Load google Chrome - adobe stopped supporting Flash Player for Linux about a year ago.
Charles Green
- 21,859
0
I faced the same problem in my new Linux Mint and got an easy solution.
Open Terminal and type in :
sudo apt-get install pepperflashplugin-nonfree
If you are not comfortable with terminals follow this GUI tutorial by Ubuntu :
0
Installing Flash Player
Open terminal by 'CTRL+ALT+T'
close firefox
copy & past this 'line by line'
sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer
'suggestions : 1 - try to learn ubuntu desktop there's so many video tutorials,2 - learn the command line too'
you can download & watch youtube videos by installing youtube-dl
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
usage in terminal
youtube-dl "youtube video link or the video id"
you can also download a youtube video playlist
youtube-dl -cit "the youtube playlist link"
more info
youtube-dl --help
it gonna auto download in the /home folder
you can download them in Download dir by getting into the Download dir
cd Download
then the
youtube-dl -command "video link"
hwez
- 3,026