Install Podcast App ‘Vocal’ 1.0 via PPA in Ubuntu 14.04/15.04

Last updated: July 31, 2015

Vocal Podcast app

The first stable release of Vocal, a simple and beautiful podcast app for Linux desktop, was released a few days ago. Official installers for Ubuntu, Elementary OS, Fedora, openSUSE are available.

Vocal is a beautiful and easy to use podcast app designed for elementary OS and other GTK-based Linux desktops. Since the 1.0 release, it features:

  • Audio and video podcast support
  • Built-in video playback
  • Automatic checking for new episodes
  • Episode position saving
  • Streaming and downloading support (works offline)
  • Smart library management
  • Automatic downloads
  • Full system integration
  • Library importing and exporting
  • and much more!

Screenshots in eOS freya:

How to Install Vocal:

For Ubuntu 14.04, Ubuntu 15.04, Elementary OS Freya, and Linux Mint 17, you can install this podcast app either from its official PPA or by using the .deb binaries.

To install Vocal from PPA and receive future updates, open terminal from the Dash or App Menu, and run below commands one by one:

sudo add-apt-repository ppa:nathandyer/vocal-stable

sudo apt-get update

sudo apt-get install vocal

To grab the .deb (or .rpm) package, go to the sourceforge page.

UPDATE: For transparent background issue (but with Unity’s overlay scrollbar), run below command to edit its desktop file:

gksudo gedit /usr/share/applications/vocal.desktop

and change the line Exec=vocal to Exec=env LIBOVERLAY_SCROLLBAR=0 vocal and finally save the file. This will disable overlay scrollbar for Vocal.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

5 responses to Install Podcast App ‘Vocal’ 1.0 via PPA in Ubuntu 14.04/15.04

  1. Cannot be installed on ubuntu 14.04

    The following packages have unmet dependencies:
    vocal : Depends: libgranite2 (>= 0.2.0) but it is not installable
    Depends: libgtk-3-0 (>= 3.14) but 3.10.8-0ubuntu1.4 is to be installed

    • Though it’s not recommended, you can run below commands in terminal to get libgtk-3-0 (>= 3.14) and libgranite2 (>= 0.2.0) in Ubuntu 14.04 from PPAs:

      sudo add-apt-repository ppa:elementary-os/stable
      
      sudo add-apt-repository ppa:elementary-os/os-patches

      After that, run above 3 commands in this tutorial to install vocal which automatically installs updated version of libgranite and libgtk-3-0 from above 2 PPAs.

      Once Vocal is properly installed, you HAVE TO REMOVE these 2 PPAs via commands:

      sudo add-apt-repository -r ppa:elementary-os/stable
      
      sudo add-apt-repository -r ppa:elementary-os/os-patches

      And finally refresh package cache via:

      sudo apt-get update
  2. Having same problem as Tanel

  3. Bummer. I wanted to use Vocal on my Ubuntu 14.04. But I’m having the same problem as the others above. (^ Tanel and dccop92).

    Any linux programming hero-geniuses out there who want to venture a fix, patch, workaround?