#download glade http://pkgs.fedoraproject.org/repo/pkgs/glade3/glade3-3.8.5.tar.xz/4e4b4f5ee34a03e017e4cef97d796c1f/glade3-3.8.5.tar.xz #extract the glade3-3.8.5 files from the tar file tar -xvf glade3-3.8.5.tar.xz # # #install packages that will be need to compile and install glade3-3.8.5 sudo apt-get update sudo apt-get install -y libxml++2.6-dev gnome-common devhelp libglade2-dev libgtk2.0-dev python-gtk2-dev gnome-doc-utils gtk-doc-tools intltool libglib2.0-dev # #change directory to glade3-3.8.5 the compile an dinstall glade3.8.5 cd glade3-3.8.5 # #run configure to setup the source code for compiling sudo ./configure # #compile the package sudo make # #install the programs and any data and documentation files sudo make install # # create the necessary links and cache to the most recent shared libraries sudo ldconfig # # move back up one directory cd .. # #extract the glade3 folder adn files from the glade3.tar file tar -xvf glade3.tar.xz # #copy the glade3 subdirectory to the directory /usr/local/share/ sudo cp -R glade3 /usr/local/share/