Linux

Install python-sfml on Ubuntu: sudo apt-get install python-sfml

Learn how to install python-sfml with the command sudo apt-get install python-sfml on Ubuntus.

Quick installation of python-sfml:

Step 1: Update system:

sudo apt-get update

Step 2: Install: python-sfml

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

sudo apt-get install python-sfml

Package Details

Package:python-sfml
Version:1.5-2build2
Maintainer:Ubuntu Developers
Home page:http://www.sfml-dev.org
Description:Simple and Fast multimedia library - Python Bindings SFML is an modern multimedia library offering a wide range of subsystems useful to produce an multimedia application. It offers OpenGL integration for hardware accelerated Graphics, Windowing and input support, audio and network facilities and supports besides GNU/Linux MS Windows and Mac OS X, too . This package contains the Python bindings for SFML Homepage: http://www.sfml-dev.org
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/python

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

deepak@deepak-VirtualBox:~$ dpkg -L python-sfml
Package `python-sfml' 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 python-sfml:

After system update use the following command to install python-sfml:

sudo apt-get install python-sfml

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 python-sfml from Ubuntu 12.04 LTS?

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

sudo apt-get remove  python-sfml

Following command is used to remove the python-sfml package along with its dependencies:

sudo apt-get remove --auto-remove python-sfml

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

Completely removing python-sfml with all configuration files:

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

sudo apt-get purge python-sfml

or you can use following command also:

sudo apt-get purge --auto-remove python-sfml

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

Get our newsletter

Categories