PySide Binaries Linux: Difference between revisions
No edit summary |
Jozef Mlich (talk | contribs) (update fedora installation guide) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
'''English''' | [[Category:PySide]] | ||
[[Category:PySide]] | |||
'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=linux#V French] | |||
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. | 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 == | ==Ubuntu/Debian== | ||
''Maintainer: Didier Raboud (OdyX)'' | ''Maintainer: Didier Raboud (OdyX)'' | ||
Pyside is in the official Ubuntu and Debian repos. Each module is a separate package. Be aware that any dependencies will be installed too. For example, PySide2.QtGui package is installed by: | |||
Pyside is in the official Ubuntu repos | |||
For | |||
<code> | <code> | ||
sudo apt install python3-pyside2.qtgui | |||
</code> | |||
==Fedora== | |||
PySide is in the official Fedora [https://src.fedoraproject.org/rpms/python-pyside2/ package repositories]. Use the following command to install PySide: | |||
<code> | |||
sudo dnf install python3-pyside2 | |||
</code> | |||
The PySide6 is currently not packaged and must be installed in other way: | |||
<code> | |||
pip install pyside6 | |||
</code> | |||
<br /> | |||
== openSUSE == | ==openSUSE== | ||
''Maintainer: Carlos Goncalves (cgoncalves)'' | ''Maintainer: Carlos Goncalves (cgoncalves)'' | ||
Line 59: | Line 40: | ||
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> | <code> | ||
zypper ar http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/ shiboken/openSUSE_11.2/ pyside | |||
zypper refresh pyside | |||
zypper install python-pyside | |||
</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 65: | Line 50: | ||
Git clone: | Git clone: | ||
<code> | <code> | ||
http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/ | |||
</code> | |||
. | |||
== ArchLinux == | ==ArchLinux== | ||
=== Stable builds === | ===Stable builds=== | ||
''Maintainer: Hugo Osvaldo Barrera (hobarrera)'' | ''Maintainer: Hugo Osvaldo Barrera (hobarrera)'' | ||
Line 75: | Line 63: | ||
The latest stable version of PySide is packaged in the Arch User Repositories (AUR), 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)'' | ||
Line 81: | Line 69: | ||
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> | <code> | ||
[pyside] | |||
Server = http://dev.archlinux.org/~douglas/repo/x86_64/pyside | |||
</code> | |||
To install it, just run the following command: | To install it, just run the following command: | ||
<code> | <code> | ||
sudo pacman -S pyside-git pyside-tools-git | |||
</code> | |||
. | |||
== Mandriva == | ==Mandriva== | ||
''Maintainer: Carlos Goncalves (cgoncalves)'' | ''Maintainer: Carlos Goncalves (cgoncalves)'' | ||
Line 93: | Line 87: | ||
To install PySide on Mandriva 2010 perform the following commands: | To install PySide on Mandriva 2010 perform the following commands: | ||
<code> | <code> | ||
urpmi.addmedia pyside:devel http://download.opensuse.org/repositories/home:/ cgoncalves:/pyside:/shiboken/Mandriva_2010/home:cgoncalves:pyside:shiboken.repo | |||
urpmi.update -a | |||
urpmi python-pyside | |||
</code> | |||
Git clone: | Git clone: | ||
<code> | <code> | ||
http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/ | |||
</code> |
Latest revision as of 16:38, 9 April 2023
English French
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/Debian
Maintainer: Didier Raboud (OdyX)
Pyside is in the official Ubuntu and Debian repos. Each module is a separate package. Be aware that any dependencies will be installed too. For example, PySide2.QtGui package is installed by:
sudo apt install python3-pyside2.qtgui
Fedora
PySide is in the official Fedora package repositories. Use the following command to install PySide:
sudo dnf install python3-pyside2
The PySide6 is currently not packaged and must be installed in other way:
pip install pyside6
openSUSE
Maintainer: Carlos Goncalves (cgoncalves)
To install PySide on openSUSE 11.2 perform the following commands as root:
zypper ar http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/ shiboken/openSUSE_11.2/ pyside
zypper refresh pyside
zypper install python-pyside
There are also packages for openSUSE 11.1 and openSUSE Factory available.
Git clone:
http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/
.
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:
[pyside]
Server = http://dev.archlinux.org/~douglas/repo/x86_64/pyside
To install it, just run the following command:
sudo pacman -S pyside-git pyside-tools-git
.
Mandriva
Maintainer: Carlos Goncalves (cgoncalves)
To install PySide on Mandriva 2010 perform the following commands:
urpmi.addmedia pyside:devel http://download.opensuse.org/repositories/home:/ cgoncalves:/pyside:/shiboken/Mandriva_2010/home:cgoncalves:pyside:shiboken.repo
urpmi.update -a
urpmi python-pyside
Git clone:
http://download.opensuse.org/repositories/home:/cgoncalves:/pyside:/devel/