Linux

Install glade-gtk2 on Ubuntu: sudo apt-get install glade-gtk2

Learn how to install glade-gtk2 with the command sudo apt-get install glade-gtk2 on Ubuntus.

Quick installation of glade-gtk2:

Step 1: Update system:

sudo apt-get update

Step 2: Install: glade-gtk2

Ater updaing the OS run following command to install the packae:

sudo apt-get install glade-gtk2

Package Details

Package:glade-gtk2
Version:3.8.0-0ubuntu4
Maintainer:Ubuntu Desktop Team
Home page:http://glade.gnome.org
Description:GTK+ 2 User Interface Builder Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 toolkit. . The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. You will probably want to use it with tools such as libglade, which can load the XML files and create the interfaces at runtime. . This version is more modular than previous ones, so you can install modules to add additional widgets for Glade to use. You can install the glade-gnome package to provide GNOME widgets, for instance. Homepage: http://glade.gnome.org
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/devel

How to install glade-gtk2 on Ubuntu 12.04 LTS?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If glade-gtk2 is not installed on your compter then the command 'dpkg -L glade-gtk2' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L glade-gtk2
Package `glade-gtk2' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing glade-gtk2:

After system update use the following command to install glade-gtk2:

sudo apt-get install glade-gtk2

Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove glade-gtk2 from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the glade-gtk2 from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the glade-gtk2 following command is used:

sudo apt-get remove  glade-gtk2

Following command is used to remove the glade-gtk2 package along with its dependencies:

sudo apt-get remove --auto-remove glade-gtk2

This will remove glade-gtk2 and all its dependent packages which is no longer needed in the system.

Completely removing glade-gtk2 with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge glade-gtk2

or you can use following command also:

sudo apt-get purge --auto-remove glade-gtk2

Above command will remove all the configuration files and data associated with glade-gtk2 package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories