PySide Binaries Linux: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=linux#V French] ''[qt-devnet.developpez.com]''
[toc align_right=&quot;yes&amp;quot; depth=&quot;2&amp;quot;]<br />[[Category:LanguageBindings::PySide]]<br />[[Category:LanguageBindings::PySide::Downloads]]


=PySide Binaries for Linux=
'''English''' &quot;French&amp;quot;:http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=linux#V


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.
= PySide Binaries for Linux =


==Ubuntu==
If your distributions is not listed here, check out [[Building_PySide_on_Linux|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)''
''Maintainer: Didier Raboud (OdyX)''
Line 11: Line 13:
This is the easiest way to get PySide installed on your Ubuntu system.
This is the easiest way to get PySide installed on your Ubuntu system.


Didier, together with the PySide core dev team, maintains a <span class="caps">PPA</span> 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 .
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
Pyside is in the official Ubuntu repos for precise (12.04) onward. No ppa adding needed, just run
<code><br />sudo apt-get install python3-pyside<br /></code>


For older releases, you need the ppa:
For older releases, you need the ppa:
<code><br />sudo add-apt-repository ppa:pyside<br />sudo apt-get update<br /></code>


To install all the modules:
To install all the modules:
<code><br />sudo apt-get install python-pyside<br /></code>


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 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 <br /> by <br />
<code><br />sudo apt-get install python-pyside.qtgui<br /></code>
 
If you want to use PySide with Python3.x, replace<br /><code> python-pyside <code><br /> by<br /></code> python3-pyside </code>


So to install all the PySide modules :
So to install all the PySide modules :


.
<code><br />sudo apt-get install python3-pyside<br /></code><br />.


==Debian==
== Debian ==


''Maintainer: Didier Raboud (OdyX)''
''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):
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):
<code><br />apt-get install python-pyside<br /></code>


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.
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==
== Fedora ==


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


.
<code><br />yum install python-pyside pyside-tools<br /></code><br />.


==openSUSE==
== openSUSE ==


''Maintainer: Carlos Goncalves (cgoncalves)''
''Maintainer: Carlos Goncalves (cgoncalves)''


To install PySide on openSUSE 11.2 perform the following commands as root:
To install PySide on openSUSE 11.2 perform the following commands as root:
<code><br />zypper ar http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/ shiboken/openSUSE_11.2/ pyside<br />zypper refresh pyside<br />zypper install python-pyside<br /></code>


There are also packages for openSUSE 11.1 and openSUSE Factory available.
There are also packages for openSUSE 11.1 and openSUSE Factory available.
Line 51: Line 65:
Git clone:
Git clone:


.
<code><br />http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/<br /></code><br />.


==ArchLinux==
== ArchLinux ==


===Stable builds===
=== Stable builds ===


''Maintainer: Hugo Osvaldo Barrera (hobarrera)''
''Maintainer: Hugo Osvaldo Barrera (hobarrera)''


The latest stable version of PySide is packaged in the Arch User Repositories (<span class="caps">AUR</span>), as ''python2-pyside'' and ''python2-pyside-tools''.
The latest stable version of PySide is packaged in the Arch User Repositories (AUR), as ''python2-pyside'' and ''python2-pyside-tools''.


===Git builds===
=== Git builds ===


''Maintainer: Douglas Andrade (dsa)''
''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 PySide binaries from git repositories (not the latest oficial release), add the following to your /etc/pacman.conf file:
<code><br />[pyside]<br />Server = http://dev.archlinux.org/~douglas/repo/x86_64/pyside<br /></code>


To install it, just run the following command:
To install it, just run the following command:


.
<code><br />sudo pacman -S pyside-git pyside-tools-git<br /></code><br />.


==Mandriva==
== Mandriva ==


''Maintainer: Carlos Goncalves (cgoncalves)''
''Maintainer: Carlos Goncalves (cgoncalves)''


To install PySide on Mandriva 2010 perform the following commands:
To install PySide on Mandriva 2010 perform the following commands:
<code><br />urpmi.addmedia pyside:devel http://download.opensuse.org/repositories/home:/ cgoncalves:/pyside:/shiboken/Mandriva_2010/home:cgoncalves:pyside:shiboken.repo<br />urpmi.update -a<br />urpmi python-pyside<br /></code>


Git clone:
Git clone:


===Categories:===
<code><br />http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/
 
* [[:Category:LanguageBindings|LanguageBindings]]
** [[:Category:LanguageBindings::PySide|PySide]]
*** [[:Category:LanguageBindings::PySide::Downloads|Downloads]]

Revision as of 14:15, 23 February 2015

[toc align_right="yes&quot; depth="2&quot;]

English "French&quot;:http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=linux#V

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

<br />sudo apt-get install python3-pyside<br />

For older releases, you need the ppa:

<br />sudo add-apt-repository ppa:pyside<br />sudo apt-get update<br />

To install all the modules:

<br />sudo apt-get install python-pyside<br />

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

<br />sudo apt-get install python-pyside.qtgui<br />

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

 python-pyside <code><br /> by<br />

python3-pyside

So to install all the PySide modules :

<br />sudo apt-get install python3-pyside<br />


.

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):

<br />apt-get install python-pyside<br />

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:

<br />yum install python-pyside pyside-tools<br />


.

openSUSE

Maintainer: Carlos Goncalves (cgoncalves)

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

<br />zypper ar http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/ shiboken/openSUSE_11.2/ pyside<br />zypper refresh pyside<br />zypper install python-pyside<br />

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

Git clone:

<br />http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/<br />


.

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:

<br />[pyside]<br />Server = http://dev.archlinux.org/~douglas/repo/x86_64/pyside<br />

To install it, just run the following command:

<br />sudo pacman -S pyside-git pyside-tools-git<br />


.

Mandriva

Maintainer: Carlos Goncalves (cgoncalves)

To install PySide on Mandriva 2010 perform the following commands:

<br />urpmi.addmedia pyside:devel http://download.opensuse.org/repositories/home:/ cgoncalves:/pyside:/shiboken/Mandriva_2010/home:cgoncalves:pyside:shiboken.repo<br />urpmi.update -a<br />urpmi python-pyside<br />

Git clone:


http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/