{"id":1308,"date":"2021-12-16T12:04:33","date_gmt":"2021-12-16T09:04:33","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod\/"},"modified":"2021-12-16T12:04:33","modified_gmt":"2021-12-16T09:04:33","slug":"how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1308-how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod\/","title":{"rendered":"How to listen to podcasts on the Linux desktop with CPod"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Are you in need of a good, elegant podcast client for your Linux desktop? If so, you need to try out CPod. It\u2019s a friendly little app that makes listening to your favorite shows fast and easy on Linux. Here\u2019s how to use it.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407807 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod.png\" alt=\"\" width=\"1200\" height=\"690\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing CPod on Linux<\/h2>\n<p>Cpod is an excellent podcast client for the Linux desktop. It\u2019s straightforward to use, beautiful and handles podcast shows really well. However, it doesn\u2019t come pre-installed on any Linux operating system by default.\u00a0<\/p>\n<p>As CPod isn\u2019t a default application, you\u2019ll need to install it yourself. To install the latest release of CPod on Linux, start by opening up a terminal window on the Linux desktop. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard or searching for \u201cTerminal\u201d in the app menu. With the terminal open and ready to go, follow the instructions outlined below that corresponds with the Linux OS you currently use.<\/p>\n<h3>Ubuntu<\/h3>\n<p>CPod is installable on Ubuntu Linux via a downloadable DEB package. To get your hands on this DEB package for your own use, run the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/github.com\/z-------------\/CPod\/releases\/download\/v1.28.0\/CPod_1.28.0_amd64.deb\n<\/pre>\n<p>After downloading the latest DEB package release to your computer, you\u2019ll be able to install it.\u00a0 Using the <strong>apt install<\/strong> command below, set up CPod on your Ubuntu system.<\/p>\n<pre>\nsudo apt install .\/CPod_1.28.0_amd64.deb\n<\/pre>\n<h3>Debian<\/h3>\n<p>Those using Debian Linux will be able to get CPod working by downloading the installable DEB package from the developer\u2019s GitHub release page. To start the download, make use of the following <strong>wget<\/strong> download command below.<\/p>\n<pre>\nwget https:\/\/github.com\/z-------------\/CPod\/releases\/download\/v1.28.0\/CPod_1.28.0_amd64.deb\n<\/pre>\n<p>After downloading the package, use the <strong>dpkg -i<\/strong> command to install the latest CPod DEB package to your computer.\u00a0<\/p>\n<pre>\nsudo dpkg -i CPod_1.28.0_amd64.deb\n<\/pre>\n<p>Following the installation of CPod on your Debian Linux system, you\u2019ll need to correct any dependency issues that may have arisen during the installation process. To do that, execute the following <strong>apt-get install -f<\/strong> command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h3>Arch Linux<\/h3>\n<p>The CPod application is available for all Arch Linux users through the Arch Linux AUR. First, however, you\u2019ll need to install the Trizen AUR helper tool. To do that, use the following commands below in your terminal.<\/p>\n<pre>\nsudo pacman -S git base-devel\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>After setting up the latest release of Trizen on your computer, use the <strong>trizen -S<\/strong> command to get the CPod application set up on your Arch Linux system.<\/p>\n<pre>\ntrizen -S cpod\n<\/pre>\n<h3>Fedora\/OpenSUSE<\/h3>\n<p>If you\u2019re using Fedora Linux or OpenSUSE, you won\u2019t be able to install CPod on your computer with an RPM package file. Instead, if you want to use this application, you\u2019ll have to set it up via Flatpak.<\/p>\n<h3>Flatpak<\/h3>\n<p>CPod is available on the Flathub app store as a Flatpak. However, to get it working, you\u2019ll first need to set up the Flatpak runtime. To get the runtime working, follow along with our guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime on your computer, the installation can begin. Open up a terminal window on the Linux desktop. Then, using the two commands below, install the latest release of Cpod onto your Linux computer.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\nflatpak install flathub com.github.z.Cumulonimbus\n<\/pre>\n<h2>Listen to podcasts on the Linux desktop with CPod<\/h2>\n<p>To listen to your favorite podcasts with CPod on Linux, start by opening up the application on the desktop. You can open up CPod on your computer by searching for \u201cCPod\u201d in the app menu. Once the CPod app is open, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the RSS URL of your favorite podcast(s). These RSS URL links are usually available on the podcast\u2019s website or their RSS feed page.\u00a0 Alternatively, if you do not know the RSS URL to your favorite podcast, type in the name of it into the CPod search box and press <strong>Enter<\/strong>.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407789 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-1.png\" alt=\"\" width=\"1200\" height=\"654\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> After pressing the <strong>Enter<\/strong> key on the keyboard, CPod will load up search results. Look through the results for the show you wish to add to your podcast library. Then, click on the \u201cSubscribe\u201d button to subscribe to the show.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407807 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod.png\" alt=\"\" width=\"1200\" height=\"690\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-podcasts-on-the-linux-desktop-with-cpod-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> Once you\u2019ve subscribed to a podcast, click on the \u201cHome\u201d button on the left-hand sidebar. When you do, you\u2019ll see a list of unheard podcasts you can listen to on Cpod. Look through the list and select the play button to play it.<\/p>\n<p>Want to download a podcast onto your computer to listen to for later? Select the download button inside of the Cpod app, rather than the play button to download any podcast episode you wish to your Linux computer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Are you in need of a good, elegant podcast client for your Linux desktop? If so, you need to try out CPod. It\u2019s a friendly little app that makes listening to your favorite shows fast and easy on Linux. Here\u2019s how to use it. Installing CPod on Linux Cpod is an excellent podcast &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1309,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1308"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1308"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1308\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1309"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}