Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.22 KB

install.fedora.markdown

File metadata and controls

45 lines (26 loc) · 1.22 KB

Paperwork installation on GNU/Linux Fedora

Package

Currently, there is no official Fedora package for Paperwork.

Note that Paperwork depends on Pillow. Pillow may conflict with the package python-imaging (aka PIL).

Build dependencies

# Python3 dependencies
$ sudo dnf install python3-pip python3-setuptools python3-devel 

# Pillow build dependencies
$ sudo dnf install libjpeg-turbo-devel zlib-devel redhat-rpm-config

# PyEnchant dependencies
$ sudo dnf install python3-enchant enchant-devel

Note that yum is deprecated since Fedora 22 and replaced by dnf. If you use an older Fedora, replace instances of dnf above by yum. The rest of the commands are the same.

System-wide installation

$ sudo python3 -m pip install paperwork

Some dependencies cannot be installed automatically. You can find all the missing dependencies by running 'paperwork-chkdeps'.

$ paperwork-shell chkdeps paperwork_backend
$ paperwork-shell chkdeps paperwork

Running Paperwork

A shortcut should be available in the menus of your window manager (you may have to log out first).

You can also start Paperwork by running the command 'paperwork'.

Enjoy :-)