View Single Post
  #4  
Old 12-10-2011, 07:21 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by cyan3 View Post
As far as I'm aware 11.10 doesn't contain the package "libgtksourceview1.0-0" in the repository by default so to fix the RC we need to add a repository that does contain the package. The easiest way to fix this is by adding the Universe repository for Natty (11.04).

In a Terminal session enter:

HTML Code:
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ natty universe'
sudo apt-get update
sudo apt-get install libgtksourceview1.0-0
Could you add this to the wiki please? Thanks for the help!
Reply With Quote