Tuesday, 13 November 2012

Ubuntu - adding and removing ppas

Install

sudo apt-add-repository ppa:user/repository 

Uninstall

sudo apt-add-repository -r ppa:user/repository

1 comment:

  1. Hallo ... i got an error message
    Location of "tcl.h": not found
    Location of "tk.h": not found
    how should i solve it in Debian stretch?
    thanks in advance

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...