Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.43 KB

File metadata and controls

41 lines (24 loc) · 1.43 KB

Installation on Linux

The easy portable way

AppImage packages are available on the releases page. The AppImage will run once you make it executable.

The recommended way

This will allow Superpaper to integrate the best with your system theme and icons.
See the screenshot in the Readme taken on Manjaro KDE.

Step 1: Install wxPython 4.X:

Because of the differences between Linux distributions the installation options differ for wxPython:

  • Arch / Manjaro: sudo pacman -S python-wxpython
  • Debian / Ubuntu and relatives: sudo apt install python3-wxgtk4.0
  • Fedora : sudo dnf install python3-wxpython4
  • Older distros with no wxPython4 package: wxpython.org
    • Install the wheel if available for your OS: CentOS, Debian, Fedora and Ubuntu

Step 2: Install superpaper from PyPI

Superpaper is available from PyPI, and needs Python 3.6+. To install, run in a terminal:

python3 -m pip install --user --upgrade superpaper

On some Linux setups you might need to restart or logout and login to get the menu/launcher entry to show up.

Snaps

Snaps are currently not packaged, however for reference: To install the Snap (if available) you need to install it from the downloaded file with:

sudo snap install superpaper_1.2.0_amd64_experimental_classic.snap --classic --dangerous