View Single Post
  #3  
Old 12-10-2011, 06:57 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
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
Reply With Quote