PySide Binaries Linux

From Qt Wiki
Revision as of 16:20, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

English French [qt-devnet.developpez.com]

PySide Binaries for Linux

If your distributions is not listed here, check out Building PySide on Linux for how to build PySide yourself from source. You might also want to build from source if the packages in your distribution are outdated.

Ubuntu

Maintainer: Didier Raboud (OdyX)

This is the easiest way to get PySide installed on your Ubuntu system.

Didier, together with the PySide core dev team, maintains a PPA repository for Ubuntu. Currently, up-to-date packages are available for versions from 10.04 (Lucid) up to 11.10 (Oneiric). Python 3 experimental support is available for 11.04 (Natty) and 11.10 (Oneiric). Follow the instructions below to install PySide in your system in order to use it with Python 2.x .

Pyside is in the official Ubuntu repos for precise (12.04) onward. No ppa adding needed, just run

For older releases, you need the ppa:

To install all the modules:

If you need just one module (e.g. PySide.QtGui) run a line like below. Be aware that any dependencies will be installed too.

If you want to use PySide with Python3.x, replace
by

So to install all the PySide modules :

.

Debian

Maintainer: Didier Raboud (OdyX)

To install PySide on Debian unstable perform the following commands as root (assuming you already have the unstable repository added to /etc/apt/sources.list):

Alternatively, you can install PySide module packages individually, e.g. “python-pyside.qtgui”. For the full list of packages, see http://packages.debian.org/search?keywords=pyside.

Fedora

Starting with Fedora 13, PySide is in the official Fedora package repositories. Use the following command to install PySide:

.

openSUSE

Maintainer: Carlos Goncalves (cgoncalves)

To install PySide on openSUSE 11.2 perform the following commands as root:

There are also packages for openSUSE 11.1 and openSUSE Factory available.

Git clone:

.

ArchLinux

Stable builds

Maintainer: Hugo Osvaldo Barrera (hobarrera)

The latest stable version of PySide is packaged in the Arch User Repositories (AUR), as python2-pyside and python2-pyside-tools.

Git builds

Maintainer: Douglas Andrade (dsa)

To install PySide binaries from git repositories (not the latest oficial release), add the following to your /etc/pacman.conf file:

To install it, just run the following command:

.

Mandriva

Maintainer: Carlos Goncalves (cgoncalves)

To install PySide on Mandriva 2010 perform the following commands:

Git clone:

Categories: