File: uninstall.linux.markdown

package info (click to toggle)
paperwork 2.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 166,660 kB
  • sloc: python: 44,775; makefile: 992; sh: 625; xml: 135
file content (16 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Uninstallation *won't* delete your work directory nor your documents.


# Paperwork uninstallation using Flatpak

If you installed Paperwork using Flatpak, you can uninstall it with:

```sh
flatpak --user uninstall work.openpaper.Paperwork
```

# Paperwork uninstallation using virtual-env

If you installed Paperwork using Python's virtualenv
(`source ./active_test_env.sh`), you can simply delete the Git repository
(`rm -rf ~/git/paperwork`).