Installing OpenLP on Linux

Setting up OpenLP varies by distribution. We have included documentation on popular distributions or distributions that have OpenLP available from their package managers. It should be possible to get OpenLP running on nearly any Linux distribution.

Ubuntu

Installation of OpenLP on Ubuntu can either be done through the Software Center or the command line. Command line instructions will be included at the end of this section on Ubuntu and its variants.

OpenLP supports Ubuntu 23.04 or later.

Ubuntu, Xubuntu

To install OpenLP in Ubuntu, open the Software Center, search for OpenLP and click Install.

_images/4searchopenlp.png

You will see the install progress as OpenLP and the dependencies required for it to run are downloaded.

_images/5installprogressubuntu.png

After installation you should see that OpenLP is installed.

_images/6installcompleteubuntu.png

Kubuntu

Open up Discover, type “openlp” in the search box and press Enter. Next, click on the Install button.

Ubuntu Command Line Install

Open a terminal and type the following command to install OpenLP:

user@ubuntu:~$ sudo apt-get install openlp

OpenLP should now be available in your desktop’s menu system, but if you wish to run OpenLP from the command line type:

user@ubuntu:~$ openlp

Fedora

To install OpenLP on Fedora follow the instructions below. The instructions describes how to do the install when using GNOME, KDE or the command line.

Note When installing OpenLP you will need to have administrator privileges. You will be asked for the administrator password to install.

Fedora (GNOME)

Installing with Fedora you will use the default Add/Remove Programs available from System ‣ Administration ‣ Add/Remove Programs in Fedora 14 and below or in Applications ‣ System Tools ‣ Add/Remove Programs

_images/1fedoraaddremove.png

Search for OpenLP in the search box

_images/2fedoraaddremove.png

Check the check box for OpenLP then click Apply

_images/3fedoraaddremove.png

Click Continue to confirm installing any additional software.

_images/4fedoraadditionalconfirm.png

You should now see the packages downloading in the lower left corner.

_images/5fedoraaddremove.png

Click Run to run OpenLP now, or Close to run OpenLP later.

_images/6fedoracomplete.png

OpenLP will be available in Applications ‣ Sound & Video ‣ OpenLP

Fedora (KDE)

From the Kickoff open Software Management. Type OpenLP into the search box. Then click Find by name or press Enter.

_images/1fedoragetremove.png

Select OpenLP from the search results. Next, click Apply

_images/2fedoragetremove.png

Now give permission to install other software dependencies that are needed by clicking Continue

_images/3fedoraadditionalchanges.png

Once completed you can run OpenLP by clicking on its logo in the completed install notification, or from the Kickoff menu.

_images/4fedoracompleted.png

Fedora Command Line Install

To install OpenLP from the command line type:

user@fedora:~$ sudo yum install openlp

OpenLP should now be available in your desktop’s menu system, but if you wish to run OpenLP from the command line type:

user@fedora:~$ openlp

Linux Mint

The following instructions are for a standard Linux Mint install. These instructions will not work with Linux Mint Debian Edition. Most users should be able to follow the instructions for Software Manager Install, but if your are running Linux Mint without the standard desktop please see the Linux Mint Command Line Install install instructions.

Software Manager Install

The administrator password will be required several times during the installation. To install OpenLP open the Software Manager from the Mint Menu.

_images/mint1.png

Type OpenLP into the search box to locate the OpenLP package.

_images/mint7.png

Click on OpenLP from the results then click Install.

_images/mint8.png

After OpenLP is installed you can close the Software Manager and start OpenLP from the Sound and Video section of the Mint Menu.

Linux Mint Command Line Install

Open a terminal and type in the following command to install OpenLP:

user@mint:~$ sudo apt-get install openlp

OpenLP should now be available in your desktop’s menu system, but if you wish to run OpenLP from the command line type:

user@mint:~$ openlp

openSUSE

OpenLP is available using 1-Click Install on the openSUSE Build Service website. Go to the openSUSE Build Service site and type openlp into the search box.

_images/suse1.png

Then click 1-Click Install

_images/suse2.png

Select Open with YaST 1-Click Install then click OK

_images/suse3.png

Additional repositories may need to be enabled. This will be performed automatically. Accept the default options by clicking Next

_images/suse5.png

Confirm you want to install OpenLP and click Next

_images/suse6.png

Before the installation takes place confirm adding the repositories and installing the software again. Click Next to continue.

_images/suse7.png

Since this is a third party application the software key will have to be accepted. Click Trust to accept the software key.

_images/suse8.png

OpenLP will now be installed. When the install process is completed click Finish.

_images/suse9.png

OpenLP will now be available for use.

Arch Linux

OpenLP is available on Arch Linux through the Arch User Repository, or AUR. Info on the AUR can be found at the Arch wiki.

There are a variety of tools and methods to install from the AUR. For this example we will demonstrate using Yaourt. For more info on Yaourt please see the Yaourt documentation.

From a terminal type:

user@arch:~$ yaourt -S openlp

OpenLP should now be available in your desktop’s menu system, but if you wish to run OpenLP from the command line type:

user@arch:~$ openlp