How To Install gPodder On Jolla’s Sailfish OS

Hello Sailfish OS Enthusists. As you may know, gPodder is an app that manages the download of audio and video content, enabling the users to both listed and download podcasts, in the same time.

Watch Free Movies

gPodder has been recently ported to Jolla’s Sailfish OS, but it is still under development so a bunch of features are missing, while the installation can be done only via the terminal.

http://i.imgur.com/bQBNOYe.png

In this article I will show you how to install gPodder on your Jolla phone, running Sailfish OS.

Since it is built in Python, we have to install Python 3 first. Switch to developer mode and do the following:

$ ssu addrepo mer-python3 http://repo.merproject.org/obs/mer-python3/latest_armv7hl/
$ ssu updaterepos
$ pkcon refresh mer-python3
$ pkcon install python3-base

Now that the Python 3 has been successfully installed on your Jolla, let’s install gPodder:

$ ssu addrepo home_thp_gpodder http://repo.merproject.org/obs/home:/thp:/gpodder/latest_armv7hl/
$ ssu updaterepos
$ pkcon refresh home_thp_gpodder
$ pkcon install harbour-org.gpodder.sailfish

Scroll to Top