I used to use ubuntu 16.04 ,but now it's 18.04 .
youtube-dl still working , but youtube-viewer can't work
I had reinstalled it , but command line showed that the ppa didn't had any release .
Is it possible to use youtube-viewer in future ?
71 Answer
$ sudo apt install git libncurses5-dev libtinfo-dev libreadline-dev pkg-config libgtk2.0-dev libcanberra-gtk-moduleEither downloading the zip from github () or using git clone
$ git clone
$ cd youtube-viewer
$ sudo cpan install CPAN ExtUtils::PkgConfig Module::Build inc::latest PAR::Dist Term::ReadLine::Gnu::XS Unicode::GCString LWP::Protocol::https Data::Dump JSON Gtk2 File::ShareDir
$ perl Build.PL --gtk
$ sudo ./Build installdeps
$ sudo ./Build installThen, done.
$ gtk-youtube-viewer 0