JannikHv / gydl

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.
GNU General Public License v2.0
151 stars 22 forks source link

Installation #3

Closed shawnthor closed 7 years ago

shawnthor commented 7 years ago

How do I install this on a Debian/Ubuntu based operating system?

JannikHv commented 7 years ago

So, as you can see in the README.md, you must have a few dependencies installed. GTK3 and Python3 are in most of the cases preinstalled.

You can install Pygobject by:

$ apt install python3-gi

and youtube-dl by:

$ apt install youtube-dl

Then, you simply git clone this project, go into the src directory and do:

$ sudo chmod +x gydl.py

$ sudo cp gydl.py /usr/bin/gydl

and

$ sudo cp gydl.desktop /usr/share/applications/

There is currently no way to officially install it. Will add this description to the README though, thanks for reminding.

JannikHv commented 7 years ago

I'm pretty sure this fixes your issue, in case I forgot something, feel free to reopen this. :)