{"id":1318,"date":"2021-12-16T12:26:51","date_gmt":"2021-12-16T09:26:51","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/how-to-watch-youtube-on-the-linux-desktop-with-freetube\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/how-to-watch-youtube-on-the-linux-desktop-with-freetube\/"},"modified":"2021-12-16T12:26:51","modified_gmt":"2021-12-16T09:26:51","slug":"how-to-watch-youtube-on-the-linux-desktop-with-freetube","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1318-how-to-watch-youtube-on-the-linux-desktop-with-freetube\/","title":{"rendered":"How to watch YouTube on the Linux desktop with FreeTube"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>FreeTube is a standalone YouTube client for Linux, Mac, and Windows. The concept of FreeTube is to deliver users the YouTube content that they love, but without the prying eyes of Google watching them and saving data. In this guide, we\u2019ll show you how you can install FreeTube on your Linux PC. We\u2019ll also go over how to use the app too.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407546 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube.png\" alt=\"\" width=\"1200\" height=\"636\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-4.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-5.png 320w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing FreeTube on Linux<\/h2>\n<p>FreeTube is available for Linux users on Ubuntu, Debian, Fedora, OpenSUSE, Arch Linux AUR, and others. To install this program on your Linux PC, start by opening up a terminal window.<\/p>\n<p>You can open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, search for \u201cTerminal\u201d in the app menu to open it. Once the terminal window is open and ready to use, follow the installation instructions outlined below.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, you\u2019ll need to install FreeTube using a downloadable DEB package file. To get it, use the following <strong>wget<\/strong> download command below. This command will place the DEB package in your home directory.<\/p>\n<pre>\nwget https:\/\/github.com\/FreeTubeApp\/FreeTube\/releases\/download\/v0.14.0-beta\/freetube_0.14.0_amd64.deb\n<\/pre>\n<p>After downloading the DEB package file to your computer, the installation of FreeTube can begin. Using the <strong>apt install<\/strong> command below, set up the app on Ubuntu.<\/p>\n<pre>\nsudo apt install .\/freetube_0.14.0_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>Debian users, like Ubuntu users, can only install FreeTube on their system by downloading the official DEB package. To get your hands on the FreeTube DEB package, use the following <strong>wget<\/strong> command down below.<\/p>\n<pre>\nwget https:\/\/github.com\/FreeTubeApp\/FreeTube\/releases\/download\/v0.14.0-beta\/freetube_0.14.0_amd64.deb\n<\/pre>\n<p>After downloading the DEB package to your home folder on Debian, the installation of FreeTube can begin. Using the <strong>dpkg<\/strong> command below, install the package.<\/p>\n<pre>\nsudo dpkg -i freetube_0.14.0_amd64.deb\n<\/pre>\n<p>Finally, once FreeTube is installed, you\u2019ll need to correct any dependency issues that may have occurred during the installation process. To do this, use the <strong>apt-get install -f<\/strong> command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>FreeTube is available to Arch Linux users via the Arch Linux AUR. To get it working on your Arch system, start by installing the Trizen AUR helper tool. This program will make installing AUR apps much more manageable.<\/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 Trizen AUR helper on your Arch Linux system, you can install the FreeTube app using the following <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S freetube-bin\n<\/pre>\n<h4>Fedora<\/h4>\n<p>If you\u2019re on Fedora Linux, you\u2019ll be able to get the latest release of FreeTube working on your computer using the official RPM package file. To get your hands on this RPM package, use the <strong>wget<\/strong> download command below.<\/p>\n<pre>\nwget https:\/\/github.com\/FreeTubeApp\/FreeTube\/releases\/download\/v0.14.0-beta\/freetube_0.14.0_amd64.rpm\n<\/pre>\n<p>After downloading the FreeTube RPM package to Fedora, install the application using the <strong>dnf install<\/strong> command.<\/p>\n<pre>\nsudo dnf install freetube_0.14.0_amd64.rpm\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>On OpenSUSE Linux, you\u2019ll be able to get the FreeTube program working by downloading and installing the RPM package available on their website. Using the <strong>wget<\/strong> command below, download the package.<\/p>\n<pre>\nwget https:\/\/github.com\/FreeTubeApp\/FreeTube\/releases\/download\/v0.14.0-beta\/freetube_0.14.0_amd64.rpm\n<\/pre>\n<p>After downloading the RPM package to your computer, you\u2019ll be able to install FreeTube on your OpenSUSE Linux PC using the <strong>zypper install<\/strong> command.<\/p>\n<pre>\nsudo zypper install freetube_0.14.0_amd64.rpm\n<\/pre>\n<h2>Using FreeTube on Linux<\/h2>\n<p>To use FreeTube on Linux, start by launching the application on the desktop. To launch the app, search for \u201cFreeTube\u201d in the app menu and click on it. When the app is open, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the \u201cSearch\/Go to URL\u201d box, and click on it with the mouse. After selecting this button, type in what you want to watch on YouTube.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407544 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-1.png\" alt=\"\" width=\"1200\" height=\"678\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-6.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-7.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> After typing what you want to watch on YouTube into the \u201cSearch\/Go to URL\u201d box, press the <strong>Enter<\/strong> key on the keyboard to view the search results. Alternatively, click on the arrow icon in the search box.<\/p>\n<p><strong>Step 3:<\/strong> Look through the search results to find the video you wish to watch. When you\u2019ve found the video that you want to watch in the FreeTube application, click on it with the mouse.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407546 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube.png\" alt=\"\" width=\"1200\" height=\"636\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-4.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-watch-youtube-on-the-linux-desktop-with-freetube-5.png 320w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 4:<\/strong> When you select a video in the search results, FreeTube will load the YouTube video into the application and display it. From here, click on the play button in the center of the video to watch it on FreeTube.<\/p>\n<h3>Subscribing to channels<\/h3>\n<p>It is possible to track your YouTube subscriptions in FreeTube without the need for signing up for YouTube. Here\u2019s how to subscribe to channels. First, find the \u201cSearch\/ Go to URL\u201d search box, and click on it with the mouse.<\/p>\n<p>After accessing the search box, type in the name of the YouTube channel you wish to subscribe to and press the <strong>Enter<\/strong> key on the keyboard. Next, look through the search results for the channel, and click on it to access it.<\/p>\n<p>When you\u2019ve accessed the channel, click on the \u201cSubscribe\u201d button. Once you choose this button, the channel will be added to the \u201csubscriptions\u201d area of FreeTube.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles FreeTube is a standalone YouTube client for Linux, Mac, and Windows. The concept of FreeTube is to deliver users the YouTube content that they love, but without the prying eyes of Google watching them and saving data. In this guide, we\u2019ll show you how you can install FreeTube on your Linux PC. We\u2019ll &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1319,"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\/1318"}],"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=1318"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1318\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1319"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}