{"id":1486,"date":"2021-12-16T12:39:44","date_gmt":"2021-12-16T09:39:44","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/06\/22\/how-to-read-wikipedia-from-the-linux-desktop\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/06\/22\/how-to-read-wikipedia-from-the-linux-desktop\/"},"modified":"2021-12-16T12:39:44","modified_gmt":"2021-12-16T09:39:44","slug":"how-to-read-wikipedia-from-the-linux-desktop","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1486-how-to-read-wikipedia-from-the-linux-desktop\/","title":{"rendered":"How to read Wikipedia from the Linux desktop"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Have you ever wanted to read Wikipedia from the comfort of your favorite Linux desktop environment rather than relying on Firefox or Chrome? As it turns out, thanks to the Wike app, it is possible.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-404655 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop.png\" alt=\"read Wikipedia Linux desktop\" width=\"1200\" height=\"657\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>What is Wike? It\u2019s a dedicated Wikipedia client for the Linux desktop. It does everything Wikipedia does in your favorite web browser, but it is a standalone app. It also has some cool, unique features too. Here\u2019s how to use it on your Linux system.<\/p>\n<h2>Wike on Linux<\/h2>\n<p>The Wike app is available for a myriad of Linux users via Flatpak, Ubuntu as a PPA, and it is also in the Arch Linux AUR, and users can get it working that way.<\/p>\n<p>In this guide, we will show you how to install Wike in all ways on Linux. That being said, we highly recommend installing it via the Flatpak installation instructions.\u00a0<\/p>\n<h3>Install Wike on Linux<\/h3>\n<p>To start the installation, open up a terminal window on the Linux desktop. You can open up a terminal window on the Linux desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or by searching for the terminal in the app menu.<\/p>\n<h4>Flatpak installation instructions<\/h4>\n<p>The easiest way to get the Wike application up and running on your Linux PC by far is with Flatpak. Everything comes pre-configured, and you get fresh updates from the Flathub app store directly from the devs.<\/p>\n<p>To start the Flatpak installation of Wike, you will need to get the Flatpak runtime installed on your computer. To do that, install the \u201cflatpak\u201d package. If you are having issues installing the runtime on your computer, please follow our in-depth guide on the subject to get it working.<\/p>\n<p>Once the Flatpak runtime is ready to go, use the\u00a0<strong>flatpak remote-add\u00a0<\/strong>command to add the Flathub app store to your computer. You will need Flathub to get Wike installed, so do not skip this step!<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Once the Flathub app store is configured, the installation of Wike can begin. Using the\u00a0<strong>flatpak install\u00a0<\/strong>command below, install the latest release of Wike on your system.<\/p>\n<pre>\nflatpak install flathub com.github.hugolabe.Wike\n<\/pre>\n<h4>Ubuntu installation instructions<\/h4>\n<p>While we highly recommend the Flatpak version, Wike is also available to Ubuntu users in the form of a PPA. To install the app on your system, start by opening up a terminal window. Once it is open, use the terminal to add in the new Wike PPA to Ubuntu.<\/p>\n<pre>\nsudo add-apt-repository ppa:apandada1\/wike\n<\/pre>\n<p>After adding the new PPA to your system, use the <strong>sudo apt update\u00a0<\/strong>command to refresh Ubuntu\u2019s software sources. Updating is necessary because if you don\u2019t do it, the Wike PPA will not work correctly.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>Once the update is complete, the installation of Wike can begin on Ubuntu using the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install wike\n<\/pre>\n<h4>Arch Linux installation instructions<\/h4>\n<p>To install Wike on Arch Linux, you will need to build it from the AUR. To build it from the AUR, start by installing both the \u201cgit\u201d and \u201cbase-devel\u201d packages on your Arch Linux system using the\u00a0<strong>Pacman\u00a0<\/strong>package manager.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>Now that the two packages are installed on your computer, the next step in the process is to use the\u00a0<strong>git clone\u00a0<\/strong>command to download the latest release of the Trizen AUR helper application. Trizen is a very useful app that makes the installation of AUR packages automatic, rather than having to do it by hand.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\n<\/pre>\n<p>After downloading the Trizen AUR package, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201ctrizen\u201d folder. Then, use the <strong>makepkg\u00a0<\/strong>command to install the Trizen application to your Arch Linux PC.<\/p>\n<pre>\nmakepkg -sri\n<\/pre>\n<p>Now that Trizen is installed and ready to use, you can install the Wike application on your Arch Linux desktop using the\u00a0<strong>trizen -S\u00a0<\/strong>command below.<\/p>\n<pre>\ntrizen -S wike\n<\/pre>\n<h2>Using Wike on Linux<\/h2>\n<p>To use Wikipedia on the Linux desktop with Wike, follow the step-by-step instructions below.\u00a0<\/p>\n<p><strong>Step 1:<\/strong> Open the app by searching for \u201cWike\u201d in the app menu. You can also launch Wike by entering the following\u00a0<strong>flatpak run<\/strong> command below.<\/p>\n<pre>\nflatpak run com.github.hugolabe.Wike\n<\/pre>\n<p><strong>Step 2:<\/strong> When the Wike app is open, you will see the Wikipedia homepage in the app. From here, you can read the homepage. Or, if you wish to read a different Wiki article, click on the search box in the left-hand corner to search.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-404655 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop.png\" alt=\"\" width=\"1200\" height=\"657\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To search, type any search term into the search box and press the <strong>Enter key<\/strong>. Upon pressing the\u00a0<strong>Enter key<\/strong>, you will load your new Wikipedia article.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-404656 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-1.png\" alt=\"\" width=\"1200\" height=\"643\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-7.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-read-wikipedia-from-the-linux-desktop-8.png 320w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Need to favorite an article? Select the \u201cStar\u201d icon in the app to favorite any Wikipedia article.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Have you ever wanted to read Wikipedia from the comfort of your favorite Linux desktop environment rather than relying on Firefox or Chrome? As it turns out, thanks to the Wike app, it is possible. What is Wike? It\u2019s a dedicated Wikipedia client for the Linux desktop. It does everything Wikipedia does in &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1487,"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\/1486"}],"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=1486"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1486\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1487"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}