https://github.com/pasiegel/youtube-viewer-install-ubuntu18
Install tutorial for youtube-viewer on Ubuntu 18.04 LTS
https://github.com/pasiegel/youtube-viewer-install-ubuntu18
perl ubuntu1804 youtube-player youtube-search
Last synced: 7 months ago
JSON representation
Install tutorial for youtube-viewer on Ubuntu 18.04 LTS
- Host: GitHub
- URL: https://github.com/pasiegel/youtube-viewer-install-ubuntu18
- Owner: pasiegel
- License: artistic-2.0
- Created: 2018-06-26T17:26:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T17:39:20.000Z (over 7 years ago)
- Last Synced: 2025-01-29T11:11:19.685Z (8 months ago)
- Topics: perl, ubuntu1804, youtube-player, youtube-search
- Language: Perl
- Size: 876 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# Installing youtube-viewer and gtk-youtube-viewer on Ubuntu 18.04
## Dependencies
youtube-viewer has some packages that are required for it to work so install these things:
```
sudo apt install git libncurses5-dev libtinfo-dev libreadline-dev pkg-config libgtk2.0-dev libcanberra-gtk-module
```
## Installing
```
cd /tmp
git clone https://github.com/trizen/youtube-viewer
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
```
### youtube-viewer* command-line interface to YouTube.

### gtk-youtube-viewer
* GTK2 interface to YouTube.
