{"id":1250,"date":"2021-12-16T12:57:20","date_gmt":"2021-12-16T09:57:20","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/24\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/24\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool\/"},"modified":"2021-12-16T12:57:20","modified_gmt":"2021-12-16T09:57:20","slug":"how-to-easily-download-and-install-apps-on-linux-with-appimage-pool","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1250-how-to-easily-download-and-install-apps-on-linux-with-appimage-pool\/","title":{"rendered":"How to easily download and install apps on Linux with AppImage Pool"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>AppImagePool is an AppImageHub client for Linux. With it, users can easily browse and download AppImages from the AppImageHub store. Here\u2019s how to get it working on your Linux system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409865 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool.jpg\" alt=\"\" width=\"1200\" height=\"838\"\/><\/p>\n<h2>What is an AppImage?<\/h2>\n<p>An AppImage is an executable file type that mimics how portable EXEs are on Microsoft Windows. AppImages are great for those who want an easy way to install Linux apps.<\/p>\n<p>AppImages are sandboxed and run with no need to install anything on your computer. Everything necessary to run the program is compressed inside and safe from your system. Most AppImage files can be found on AppImageHub, a popular source for AppImages.<\/p>\n<p>As AppImage files are executable, they need to be marked as executable to run on a Linux machine. Therefore, updating permissions for an AppImage is best done in a terminal window with the <strong>chmod<\/strong> command.<\/p>\n<pre>\nchmod +x AppImageFile.AppImage\n<\/pre>\n<p>When an AppImage\u2019s permissions are updated, and the file is marked as executable, the AppImage file can be executed with the following command. Or by double-click.<\/p>\n<pre>\n.\/AppImageFile.AppImage\n<\/pre>\n<h2>Installing AppImage Pool on Linux<\/h2>\n<p>AppImage Pool is available for installation on any Linux operating system using the Flathub app store as a Flatpak. In addition, users can download it and run it as an AppImage.<\/p>\n<p>To get your hands on the AppImage Pool tool, you\u2019ll need to install it. Open 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, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, follow the installation instructions for AppImage Pool below, which corresponds to the Linux OS you currently use.<\/p>\n<h4>AppImage<\/h4>\n<p>The AppImage method is the best way to set up AppImage Pool on Linux. For starters, it is an AppImage store, and AppImage Pool can be updated via the store. It also gets updated more frequently than the Flatpak version.<\/p>\n<p>To start, use the <strong>wget<\/strong> command and download the latest release of AppImage Pool directly from the project\u2019s GitHub page.<\/p>\n<pre>\nwget https:\/\/github.com\/prateekmedia\/appimagepool\/releases\/download\/4.0.0\/appimagepool-x86_64.AppImage\n<\/pre>\n<p>After downloading the latest release of AppImage Pool to your computer, you\u2019ll need to update the file\u2019s permissions. In addition, the AppImage Pool app needs to be marked as executable to run on your Linux PC.<\/p>\n<pre>\nsudo chmod +x appimagepool-x86_64.AppImage\n<\/pre>\n<p>With the permissions updated, AppImage Pool is ready to go. Start it up with the following command.<\/p>\n<pre>\n.\/appimagepool-x86_64.AppImage\n<\/pre>\n<p>Alternatively, you\u2019ll be able to start up the AppImage Pool app by opening up the Linux file manager and double-clicking on the \u201cappimagepool-x86_64.AppImage\u201d file.<\/p>\n<h4>Flatpak<\/h4>\n<p>If the AppImage release of AppImage Pool doesn\u2019t work for you, the Flatpak one will do fine. To start, you\u2019ll have to install the Flatpak runtime on your computer. To set up the runtime on your computer, follow along with our guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime on your computer, you\u2019ll have to set up the Flathub app store on your computer. Using the <strong>flatpak remote-add<\/strong> command down below, add Flathub.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Now that the Flathub app store is configured on your computer, the installation of AppImage Pool can begin. Using the <strong>flatpak install<\/strong> command down below, set up the latest release of AppImage Pool on your computer.<\/p>\n<pre>\nflatpak install flathub io.github.prateekmedia.appimagepool\n<\/pre>\n<p>When the AppImage Pool application is enabled on your computer, it will show up in your app menu, ready to use.<\/p>\n<h2>Using AppImage Pool to install apps on Linux<\/h2>\n<p>To use AppImage Pool to install AppImage apps on your computer, follow the step-by-step instructions down below.<\/p>\n<p><strong>Step 1:<\/strong> Launch the AppImage Pool application on the Linux desktop through the app menu. With the app open, look to the sidebar. In the sidebar, you\u2019ll see a list of categories to choose from.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409865 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool.jpg\" alt=\"\" width=\"1200\" height=\"838\"\/><\/p>\n<p>Select a category to look for apps you are looking to install. When you\u2019ve found the category you wish to browse, look through the list of available apps in the AppImage Pool list.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409871 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool-1.jpg\" alt=\"\" width=\"1200\" height=\"838\"\/><\/p>\n<p><strong>Step 2:<\/strong> After looking through the app list, select the app you wish to install. When you\u2019ve selected the app, it will load up the AppImage Pool app page for the program you\u2019re installing.<\/p>\n<p><strong>Step 3:<\/strong> On the AppImage Pool app page, find the blue \u201cDownload\u201d button. Selecting this button will download your app to the \u201cApplications\u201d folder in your home directory.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409862 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-easily-download-and-install-apps-on-linux-with-appimage-pool-2.jpg\" alt=\"\" width=\"1200\" height=\"968\"\/><\/p>\n<p><strong>Step 4:<\/strong> When the AppImage Pool program finishes downloading the app, close the app as it is no longer necessary to use. After closing it, launch the Linux file manager.<\/p>\n<p>With the Linux file manager open and ready to use, locate the \u201cApplications\u201d folder and click on it with the mouse. Once inside the folder, double-click on the AppImage file to start up the program.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles AppImagePool is an AppImageHub client for Linux. With it, users can easily browse and download AppImages from the AppImageHub store. Here\u2019s how to get it working on your Linux system. What is an AppImage? An AppImage is an executable file type that mimics how portable EXEs are on Microsoft Windows. AppImages are great &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1251,"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\/1250"}],"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=1250"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1250\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1251"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}