---
title: Install Paratext Lite on Red Hat Enterprise Linux using the Snap Store | Snapcraft
description: Get the latest version of Paratext Lite for on Red Hat Enterprise Linux
  - Paratext Lite running on the desktop
url: https://snapcraft.io/install/paratextlite/rhel
---

[Canonical Snapcraft](https://snapcraft.io/)

# Install Paratext Lite on **Red Hat Enterprise Linux**

# Paratext Lite (paratextlite)

[Tom Hindle (hindlemail)](https://snapcraft.io/publisher/hindlemail "View all snaps from Tom Hindle (hindlemail)")

* [Tom Hindle (hindlemail)](https://snapcraft.io/publisher/hindlemail "View all snaps from Tom Hindle (hindlemail)")
* [Education](https://snapcraft.io/search?categories=education)
* [Productivity](https://snapcraft.io/search?categories=productivity)

[Install](https://snapcraft.io/install/paratextlite/rhel#install)

#### Paratext Lite running on the desktop

**NOTE**: This app is intended to be used in conjunction with Paratext and requires a Paratext registration code.

**Key features**:

* **Compatibility**: Paratext Lite is compatible with all current versions of Paratext 8 and 9.
* **Portable and low power**: Paratext Lite allows users of Paratext 8 and 9 to read and edit their project data on an Android tablet, phone, or Linux or MacOS computer. This is useful for comprehension checking and for simple editing comparable to what can be done in Paratext's Basic view.
* **Projects and resources** can be installed on the device.
* **Editing** is supported for existing projects only. By default markers cannot be inserted, so only verses and footnotes which already exist can be edited. For more advanced users, marker inserting and editing can be enabled.
* **Notes** can be browsed, created, assigned, replied to, and resolved.
* **Send/Receive** is supported via wifi internet connection. The full project data is synced, but Paratext Lite can only display the text and the notes. Some tablet models are able to Send/Receive to a USB drive or SD card; others are not. Projects can also be synced between devices by way of Wifi-Direct, this does not require an internet connection. Local network Send / Receive with Chorus Hub is not supported.
* **Points in project history** can be created and viewed in a list, but their content cannot, and different points in history cannot be compared.
* **Multiple panes** allow up to four panes of content to be open at a time. Panes can be temporarily collapsed to make better use of limited screen space. Additionally 3 workspaces allow up to 12 panes of content.
* Text collections, Word lists and Biblical terms.
* Display mode can be toggled between showing up to four panes at once or up to two panes at once (swipe left or right to switch columns).
* **Sync scrolling**: By default, all text panes shown on screen scroll together when you tap in a verse.
* **Searching**: "Find" + "Replace" are supported;
* **Consultant Notes**
* **Parallel passages**
* **MyTasks**: Interact with project plans.
* **Basic Checks**
* **Source Language Tools**
* **Dictionaries**
* **Interlinear creation**
* **Back translation status Annotations**
* **Text Inventories**
* **Graphite support**: (Linux + MacOS only)
* **Open type font features**
* **Limitations**: Some other features are only available when running full Paratext.
  Paratext Lite is developed with the Linux Bible Translation community in mind. Representatives from this community meet regularly with a development team member to prioritise development and to forward community recommendations about the priorities of fixing bugs and nuisances.

**Android**

Paratext Lite for Android can be found here: <https://play.google.com/store/apps/details?id=org.paratext.ptlite>

**MacOS**

Paratext Lite for Apple Computers can be found here: <https://drive.google.com/drive/folders/1ysmexwN2XBv9yjhV4FKN_94s_V5coGXu>

### Package name

* paratextlite

---

### License

* unset

---

### Last updated

* 11 September 2026 - latest/stable
* 16 September 2026 - latest/edge

---

### Websites

* [www.sil.org](https://www.sil.org/ "https://www.sil.org/")

---

### Contact

* [dawson\_tennant@sil.org](mailto:dawson_tennant@sil.org "mailto:dawson_tennant@sil.org")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/install/paratextlite/rhel#report-snap-modal)

---

## Enable snaps on Red Hat Enterprise Linux and install Paratext Lite

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the [Snap Store](https://snapcraft.io/store), an app store with an audience of millions.

### Enable snapd

Snap is available for [Red Hat Enterprise Linux (RHEL) 8](https://www.redhat.com/en/enterprise-linux-8) and RHEL 7, from the 7.6 release onward.

The packages for RHEL 7, RHEL 8, and RHEL 9 are in each distribution’s respective [Extra Packages for Enterprise Linux](https://fedoraproject.org/wiki/EPEL) (EPEL) repository. The instructions for adding this repository diverge slightly between RHEL 7, RHEL 8 and RHEL 9, which is why they’re listed separately below.

The EPEL repository can be added to **RHEL 9** with the following command:

```
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf upgrade
```

The EPEL repository can be added to **RHEL 8** with the following command:

```
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade
```

The EPEL repository can be added to **RHEL 7** with the following command:

```
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```

Adding the *optional* and *extras* repositories is also recommended:

```
sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
sudo yum update
```

Snap can now be installed as follows:

```
sudo yum install snapd
```

Once installed, the *systemd* unit that manages the main snap communication socket needs to be enabled:

```
sudo systemctl enable --now snapd.socket
```

To enable *classic* snap support, enter the following to create a symbolic link between `/var/lib/snapd/snap` and `/snap`:

```
sudo ln -s /var/lib/snapd/snap /snap
```

Either log out and back in again or restart your system to ensure snap’s paths are updated correctly.

### Install Paratext Lite

To install Paratext Lite, simply use the following command:

```
sudo snap install paratextlite
```

### Other popular snaps…

[See more...](https://snapcraft.io/search?categories=featured)

[See more in Featured](https://snapcraft.io/search?categories=featured)

### More things to do…

#### [Get the snap store](https://snapcraft.io/snap-store)

Browse and find snaps from the convenience of your desktop using the snap store snap.

#### [Learn more about snaps](https://snapcraft.io/docs)

Interested to find out more about snaps? Want to publish your own application? Visit [snapcraft.io](https://snapcraft.io/) now.

[Back to top](https://snapcraft.io/install/paratextlite/rhel)

© 2026 Canonical Ltd.
Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Powered by [Charmed Kubernetes](https://www.ubuntu.com/kubernetes)

[Join the forum](https://forum.snapcraft.io/), contribute to or report problems with,
[snapd](https://bugs.launchpad.net/snapd),
[Snapcraft](https://bugs.launchpad.net/snapcraft),
or [this site](https://github.com/canonical/snapcraft.io/issues/new).

* [Share on Twitter](https://twitter.com/snapcraftio)
* [Share on Facebook](https://www.facebook.com/snapcraftio)
* [Share on YouTube](https://www.youtube.com/snapcraftio)

* [Terms of Service](https://ubuntu.com/legal/terms-and-policies/snap-store-terms)
* [Data privacy](https://www.ubuntu.com/legal/data-privacy)
* [Manage your tracker settings](https://snapcraft.io/install/paratextlite/rhel)
* [Service status](https://status.snapcraft.io/)
* [Other functions](https://dashboard.snapcraft.io/)
* [Contact us](https://snapcraft.io/about/contact-us)
