Can I use youtube-viewer on ubuntu18.04

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 ?

7

1 Answer

$ sudo apt install git libncurses5-dev libtinfo-dev libreadline-dev pkg-config libgtk2.0-dev libcanberra-gtk-module

Either 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 install

Then, done.

$ gtk-youtube-viewer
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like