Thursday, 17 January 2013

Compilation problem R in Ubuntu

error: --with-readline=yes (default) and headers/libs are not available


sudo apt-get install r-base-dev
sudo apt-get install xorg-dev

error: No F77 compiler found

You need the package gfortan in Ubuntu:

sudo apt-get install gfortran

For Fedora:

sudo yum install gcc

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...