Install libgconf-2-4 on Ubuntu: sudo apt-get install libgconf-2-4

Learn how to install libgconf-2-4 with the command sudo apt-get install libgconf-2-4 on Ubuntus.


 

Ads

Quick installation of libgconf-2-4:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: libgconf-2-4

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

	sudo apt-get install libgconf-2-4

Package Details

Package:libgconf-2-4
Version:3.2.5-0ubuntu2
Maintainer:Ubuntu Desktop Team
Home page:http://projects.gnome.org/gconf/
Description:GNOME configuration database system (shared libraries) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the shared libraries. Multi-Arch: same Homepage: http://projects.gnome.org/gconf/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:libs

How to install libgconf-2-4 on Ubuntu 12.04 LTS?

Install libgconf-2-4 on Ubuntu: sudo apt-get install libgconf-2-4

First of all update your system with the command:

sudo apt-get update

Ads

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 libgconf-2-4 is not installed on your compter then the command 'dpkg -L libgconf-2-4' will give followin error.


Installing libgconf-2-4:

After system update use the following command to install libgconf-2-4:

sudo apt-get install libgconf-2-4

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 libgconf-2-4 from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the libgconf-2-4 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 libgconf-2-4 following command is used:

sudo apt-get remove  libgconf-2-4

Following command is used to remove the libgconf-2-4 package along with its dependencies:

sudo apt-get remove --auto-remove libgconf-2-4

This will remove libgconf-2-4 and all its dependent packages which is no longer needed in the system.

Completely removing libgconf-2-4 with all configuration files:

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

sudo apt-get purge libgconf-2-4

or you can use following command also:

sudo apt-get purge --auto-remove libgconf-2-4

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