Some Issues with Ubuntu 10.04

Post Reply
User avatar
xProgrammer
Posts: 464
Joined: Tue May 16, 2006 7:47 am
Location: Australia

Some Issues with Ubuntu 10.04

Post by xProgrammer »

Hi Antonio

Just upgrading to Ubuntu 10.04 (LTS) (64bit) and have come across the following:

Code: Select all

sudo apt-get install glade-2
 
fails as does

Code: Select all

sudo apt-get install libglade2-dev
 
but the following installs

Code: Select all

sudo apt-get install glade
 
as does

Code: Select all

sudo apt-get install libglade2-0
Above info might save some time for others upgrading to 10.04 or installing FiveLinux on 10.04

Regards
xProgrammer
User avatar
xProgrammer
Posts: 464
Joined: Tue May 16, 2006 7:47 am
Location: Australia

Re: Some Issues with Ubuntu 10.04

Post by xProgrammer »

Hi all

Further to the above I have discovered that

Code: Select all

sudo apt-get install glade
also installs libglade2-0 and libgtk2.0-dev, so less steps are now required.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Some Issues with Ubuntu 10.04

Post by Antonio Linares »

Doug,

many thanks for the info! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply