sudo apt-get install r-base-dev
sudo apt-get install xorg-dev
Thursday, 17 January 2013
Compilation problem R in Ubuntu
error: --with-readline=yes (default) and headers/libs are not available
error: No F77 compiler found
You need the package gfortan in Ubuntu:
sudo apt-get install gfortran
For Fedora:
sudo yum install gcc
sudo apt-get install gfortran
For Fedora:
sudo yum install gcc
Tuesday, 18 December 2012
Uninstalling shopping lense in Ubuntu 12.1
Most people find this rather annoying. Use the following command to remove the ''feature''.
sudo apt-get remove unity-lens-shopping
sudo apt-get remove unity-lens-shopping
Saturday, 1 December 2012
Ubuntu 12.1 - wireless not working after system update
Fix:
sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
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
sudo apt-add-repository ppa:user/repository
Uninstall
sudo apt-add-repository -r ppa:user/repository
Monday, 12 November 2012
Scid vs PC installation guide - Ubuntu (Mint, Debian etc.)
Scid vs PC
Scid vs PC is definitely the best and most comprehensive chess software for Linux. Unfortunately I struggled quite a bit to get it up and running.Before I start: You might prefer to watch the video. Otherwise keep on reading.
Open a terminal and execute the following commands
sudo apt-get install auto-apt build-essential sudo auto-apt update-local sudo auto-apt update sudo auto-apt updatedb
Now make sure you got both tcl8.5-dev and tk8.5-dev installed
sudo apt-get install tcl8.5-dev tcl8.5 sudo apt-get install tk8.5-dev tk8.5
Some users are reporting problems on Ubuntu 14.04.
sudo apt-get install tcl8.6-dev tcl8.6 sudo apt-get install tk8.6-dev tk8.6 libgcj15-dev
The 'x' refers to the current release: e.g. 4.9.tgz
download scid vs pc: http://sourceforge.net/projects/scidvspc/files/source/scid_vs_pc-4.9.tgz/download
tar -xzf scid_vs_pc-4.xx.tgz cd scid_vs_pc-4.x sudo auto-apt run ./configure sudo auto-apt run make sudo auto-apt run make installThis should work. If you encounter any problems, please let me know.
Kernel driver not installed (rc=-1908) - Ubuntu 12.10 (Virtualbox)
try this:
sudo apt-get install linux-headers-3.5.0-17-generic
sudo apt-get remove virtualbox-dkms
sudo apt-get install virtualbox-dkms
Subscribe to:
Posts (Atom)
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...
-
Scid vs PC Scid vs PC is definitely the best and most comprehensive chess software for Linux. Unfortunately I struggled quite a bit to ge...
-
OsmocomBB is an Open Source GSM Baseband software implementation. By using the sofware on a compatible phone (e.g. Motorola C118), you are a...
-
You wan't to login to skype, but you can't because you receive the following error: '' another skype instance may exist ...