Page 1 of 1

Some Issues with Ubuntu 10.04

Posted: Tue May 11, 2010 2:12 am
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

Re: Some Issues with Ubuntu 10.04

Posted: Wed May 12, 2010 1:16 pm
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.

Re: Some Issues with Ubuntu 10.04

Posted: Thu May 27, 2010 9:42 pm
by Antonio Linares
Doug,

many thanks for the info! :-)