{"id":1348,"date":"2021-12-16T13:56:31","date_gmt":"2021-12-16T10:56:31","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/26\/how-to-use-the-pale-moon-browser-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/26\/how-to-use-the-pale-moon-browser-on-linux\/"},"modified":"2021-12-16T13:56:31","modified_gmt":"2021-12-16T10:56:31","slug":"how-to-use-the-pale-moon-browser-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1348-how-to-use-the-pale-moon-browser-on-linux\/","title":{"rendered":"How to use the Pale Moon browser on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Pale Moon is a fork of Mozilla Firefox. It is open-source and exists as a response to the further slide into proprietary habits. As a result, it is not as modern as Firefox but respects your freedom as a Linux user much more. This guide will show you how to install and use the app on your Linux system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-407133\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux.png\" alt=\"\" width=\"1200\" height=\"605\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing Pale Moon browser on Linux<\/h2>\n<p>Pale Moon doesn\u2019t come in any of the mainstream Linux distributions. Instead, if you want to get Pale Moon working, you\u2019ll have to download the generic Linux Tar release, extract it and run the executable. To start the installation process, open up a terminal window on the Linux desktop.<\/p>\n<p>To open up a terminal window on the Linux desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. Then, with the terminal installed, follow the instructions below.<\/p>\n<h4>Generic Linux<\/h4>\n<p>First, you must download the Tar release of Pale Moon to your Linux PC. To do that, use the <strong>wget<\/strong> download command below. It will grab the Pale Moon Tar archive and place it directly into your home folder.<\/p>\n<pre>\nwget https:\/\/linux.palemoon.org\/datastore\/release\/palemoon-29.4.0.2.linux-x86_64-gtk3.tar.xz\n<\/pre>\n<p>After downloading the Tar archive to your computer, extract it using the <strong>tar xvf<\/strong> command.<\/p>\n<pre>\ntar xvf palemoon-29.4.0.2.linux-x86_64-gtk3.tar.xz\n<\/pre>\n<p>When everything is extracted, you\u2019ll see a \u201cpalemoon\u201d folder in your home directory. To take a look at what is inside of this folder, execute the <strong>ls<\/strong> command down below.<\/p>\n<pre>\nls ~\/palemoon\n<\/pre>\n<p>After looking at the files inside, use the <strong>cd<\/strong> command to move into the \u201cpalemoon\u201d folder in your home directory.<\/p>\n<pre>\ncd ~\/palemoon\n<\/pre>\n<p>From here, you can open up the Pale Moon web browser on your Linux desktop using the <strong>.\/palemoon<\/strong> command.<\/p>\n<pre>\n.\/palemoon\n<\/pre>\n<p>If you do not wish to start up the Pale Moon web browser from the terminal, you can also start it by launching the \u201cpalemoon\u201d folder in the Linux file manager and double-clicking on the \u201cpalemoon\u201d file.<\/p>\n<h4>Arch Linux AUR<\/h4>\n<p>To start the installation, you must install the Trizen AUR helper. This program will automate the installation of the Pale Moon browser on your Arch Linux system, rather than having to download the app from the website and install it by hand.<\/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>Finally, after installing the Trizen application, you can install the Pale Moon web browser on your Linux PC using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S palemoon-gtk3-bin\n<\/pre>\n<h2>How to use Pale Moon on Linux<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-407132\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-pale-moon-browser-on-linux-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>After installing the Pale Moon browser, open it up. You can launch the browser with the launch instructions covered in the installation section. Once the Pale Moon app is open and ready to use, follow along below to learn the basics of the browser.<\/p>\n<h3>Browsing<\/h3>\n<p>Browsing in Pale Moon is very similar to other web browsers. You must input a URL into an address bar to search. For example, to access YouTube.com, click on the URL bar.<\/p>\n<p>After selecting the URL bar, type in \u201cyoutube.com.\u201d Then, press the <strong>Enter<\/strong> button on the keyboard to load up the URL. Alternatively, you can click on the green play icon in the URL bar to load up the URL in Pale Moon.<\/p>\n<h3>Searching the web<\/h3>\n<p>Do you need to search the web? Here\u2019s how to do it in Pale Moon. First, find the search box next to the URL bar. Then, click on the drop-down menu, and view the search engine options.<\/p>\n<p>After opening up the search drop-down menu, click on the search engine you wish to search with. When you make your search selection, click on the search box once again. Then, type in your search query and press the <strong>Enter<\/strong> key.<\/p>\n<p>Don\u2019t want to use the keyboard to search in the Pale Moon search box? Type in your query and click on the magnifying glass icon button to view the results.<\/p>\n<h3>Creating bookmarks<\/h3>\n<p>Creating bookmarks in Pale Moon is very similar to Firefox. To do it, start by going to your favorite website via the URL bar or Pale Moon search box. Then, when you\u2019ve loaded up the website, do the following.<\/p>\n<p>Go to the URL bar in Pale Moon. Then, find the star icon after the URL, and click on it. When you select the star icon, Pale Moon will add your bookmark to the browser.<\/p>\n<p>Repeat this process to bookmark as many sites as you need to.<\/p>\n<h3>Add-ons<\/h3>\n<p>Pale Moon supports browser extensions. Here\u2019s how to install them. First, find the \u201cTools\u201d menu button, and click on it with the mouse. When selecting the \u201cTools\u201d button, look through the menu and select the \u201cAdd-ons\u201d button.<\/p>\n<p>Inside the \u201cAdd-ons\u201d menu, find \u201cGet Add-ons\u201d and select it. Then browse through the available Add-ons and install what you wish.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Pale Moon is a fork of Mozilla Firefox. It is open-source and exists as a response to the further slide into proprietary habits. As a result, it is not as modern as Firefox but respects your freedom as a Linux user much more. This guide will show you how to install and use &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1349,"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\/1348"}],"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=1348"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1348\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1349"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1348"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1348"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}