Linux

Install libgl1-mesa-swx11 on Ubuntu: sudo apt-get install libgl1-mesa-swx11

Learn how to install libgl1-mesa-swx11 with the command sudo apt-get install libgl1-mesa-swx11 on Ubuntus.

Quick installation of libgl1-mesa-swx11:

Step 1: Update system:

sudo apt-get update

Step 2: Install: libgl1-mesa-swx11

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

sudo apt-get install libgl1-mesa-swx11

Package Details

Package:libgl1-mesa-swx11
Version:8.0.4-0ubuntu0.7
Maintainer:Ubuntu X-SWAT
Home page:http://mesa3d.sourceforge.net/
Description:free implementation of the OpenGL API -- runtime Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This library provides a pure software rasteriser; it does not provide a direct rendering-capable library, or one which uses GLX. For that, please see libgl1-mesa-glx. . On Linux, this library is also known as libGL or libGL.so.1. Multi-Arch: same Homepage: http://mesa3d.sourceforge.net/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:libs

How to install libgl1-mesa-swx11 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 libgl1-mesa-swx11 is not installed on your compter then the command 'dpkg -L libgl1-mesa-swx11' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L libgl1-mesa-swx11
Package `libgl1-mesa-swx11' 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 libgl1-mesa-swx11:

After system update use the following command to install libgl1-mesa-swx11:

sudo apt-get install libgl1-mesa-swx11

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 libgl1-mesa-swx11 from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the libgl1-mesa-swx11 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 libgl1-mesa-swx11 following command is used:

sudo apt-get remove  libgl1-mesa-swx11

Following command is used to remove the libgl1-mesa-swx11 package along with its dependencies:

sudo apt-get remove --auto-remove libgl1-mesa-swx11

This will remove libgl1-mesa-swx11 and all its dependent packages which is no longer needed in the system.

Completely removing libgl1-mesa-swx11 with all configuration files:

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

sudo apt-get purge libgl1-mesa-swx11

or you can use following command also:

sudo apt-get purge --auto-remove libgl1-mesa-swx11

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

Get our newsletter

Categories