{"id":1793,"date":"2021-12-30T18:13:30","date_gmt":"2021-12-30T15:13:30","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/30\/how-to-run-windows-software-on-linux-easier-with-bottles\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/30\/how-to-run-windows-software-on-linux-easier-with-bottles\/"},"modified":"2021-12-30T18:13:30","modified_gmt":"2021-12-30T15:13:30","slug":"how-to-run-windows-software-on-linux-easier-with-bottles","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1793-how-to-run-windows-software-on-linux-easier-with-bottles\/","title":{"rendered":"How to run Windows software on Linux easier with Bottles"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Running Windows programs on Linux can be confusing and complicated. That\u2019s where Bottles comes in. This program can make running Windows programs much more straightforward. Here\u2019s how to use Bottles on your Linux PC.<\/p>\n<h2>Installing Bottles on Linux<\/h2>\n<p>Before we can go over how to use the Bottles app on Linux, the app must be installed. To set up Bottles on Linux, open up a terminal window on the desktop. Not sure how to launch a terminal? Press <strong>Ctrl + Alt + T<\/strong> on the keyboard, or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open, the installation can begin. Using the installation instructions below, get Bottles working on your Linux PC.<\/p>\n<h4>Ubuntu<\/h4>\n<p>The Bottles app has an official DEB package that Ubuntu users can download from Github and install using the <strong>Apt<\/strong> package management tool. To get your hands on this DEB package, use the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/github.com\/bottlesdevs\/Bottles\/releases\/download\/2021.12.28-treviso\/com.usebottles.bottles_2021.12.28-treviso_amd64.deb\n<\/pre>\n<p>Install the app using the apt install command after downloading the DEB package to your Ubuntu PC.<\/p>\n<pre>\nsudo apt install .\/com.usebottles.bottles_2021.12.28-treviso_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>Debian users can get the Bottles application working thanks to the DEB package available on the project\u2019s Github page. If you\u2019re using Debian, you\u2019ll be able to download the package using the <strong>wget<\/strong> command below.<\/p>\n<pre>\nwget https:\/\/github.com\/bottlesdevs\/Bottles\/releases\/download\/2021.12.28-treviso\/com.usebottles.bottles_2021.12.28-treviso_amd64.deb\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>The Bottles application is available in the Arch Linux User Repository. To get it working on your system, you\u2019ll first need to install the Trizen AUR helper tool. Then, install Trizen with the commands below.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\n<\/pre>\n<pre>\ncd trizen\/\n<\/pre>\n<pre>\nmakepkg -sri\n<\/pre>\n<p>With the Trizen application up and running, use the <strong>trizen -S<\/strong> command to install the latest version of Bottles on your computer.<\/p>\n<pre>\ntrizen -S bottles\n<\/pre>\n<h4>Fedora<\/h4>\n<p>There is an unofficial RPM package for Bottles on Fedora. However, following the Flatpak or AppImage installation instructions is a better idea to get the Bottles app working on Fedora.<\/p>\n<h4>OpenSUSE<\/h4>\n<p>Suppose you wish to use Bottles on OpenSUSE. In that case, you\u2019ll have to follow the Flatpak or AppImage installation instructions, as there isn\u2019t an official (or unofficial) RPM package available for the operating system.<\/p>\n<h4>Flatpak<\/h4>\n<p>Bottles is available as a Flatpak on Flathub. To get it working on your system, you must install the latest Flatpak runtime on your computer. Follow our guide to get set up with Flatpak.<\/p>\n<p>Once the Flatpak runtime is configured on your system, enter the two commands below to get the latest Bottles app working.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<pre>\nflatpak install flathub com.usebottles.bottles\n<\/pre>\n<h4>AppImage<\/h4>\n<p>To install Bottles as a Flatpak, head over to our guide about AppImageLauncher and set it up. Once AppImageLauncher is installed, head over to the AppImage download page, download the AppImage file and open it with AppImageLauncher to install it on your Linux system.<\/p>\n<h2>How to use Bottles<\/h2>\n<p>Launch Bottles by searching for it in the app menu. Then, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> When the Bottles app is open, you\u2019ll see a \u201cWelcome to Bottles\u201d message. Find the \u201cNext\u201d button and click on it with the mouse to move to the next page.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415749 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles.png\" alt=\"\" width=\"1200\" height=\"851\"\/><\/p>\n<p><strong>Step 2:<\/strong> After clicking on the \u201cNext\u201d button, you\u2019ll be introduced to \u201cRunners.\u201d Click on the \u201cNext\u201d button after reading about \u201cRunners.\u201d<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415738 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-1.png\" alt=\"\" width=\"1200\" height=\"844\"\/><\/p>\n<p><strong>Step 3:<\/strong> Once you\u2019ve read the message about \u201cRunners,\u201d Bottles will tell you it needs to download about 70 MB of data. This data is required to use the app. Click the \u201cInstall\u201d button to start the installation.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415735 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-2.png\" alt=\"\" width=\"1200\" height=\"858\"\/><\/p>\n<p><strong>Step 4:<\/strong> Find the \u201cCreate a new Bottle\u201d button. After clicking on the \u201cCreate a new Bottle\u201d button, you\u2019ll be presented with different types of Bottles. These types are \u201cGaming,\u201d \u201cSoftware,\u201d and \u201cCustom.\u201d<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415744 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-3.png\" alt=\"\" width=\"1200\" height=\"849\"\/><\/p>\n<p>Select your type of Bottle. Then, type in the name of your Bottle in the \u201cName\u201d box. Click \u201cCreate\u201d when done.<\/p>\n<p><strong>Step 5:<\/strong> When your Bottle is created, select it from the list to access it. Then, find the \u201cRun executable\u201d button. By selecting this button, a pop-up window will appear. Using the pop-up window, browse for your Windows EXE file.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415741 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-4.png\" alt=\"\" width=\"1200\" height=\"856\"\/><\/p>\n<p>Alternatively, if you wish to install a program directly to the Bottle, click on \u201cPrograms\u201d on the sidebar. Then, click on the \u201c+\u201d button, and browse for the EXE file. Once the file is added, click on the \u201cPlay\u201d button to start the EXE.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415746 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-5.png\" alt=\"\" width=\"1200\" height=\"862\"\/><\/p>\n<p><strong>Step 6:<\/strong> Your program should work out of the box once launched with Bottles. If it doesn\u2019t, select \u201cDependencies\u201d and click on it. Then, install the dependencies that your EXE program needs to run correctly.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415732 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-run-windows-software-on-linux-easier-with-bottles-6.png\" alt=\"\" width=\"1201\" height=\"846\"\/><\/p>\n<p>Note: if you don\u2019t know what dependencies to install with the Bottles app, look up your program on WineHQ.org.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Running Windows programs on Linux can be confusing and complicated. That\u2019s where Bottles comes in. This program can make running Windows programs much more straightforward. Here\u2019s how to use Bottles on your Linux PC. Installing Bottles on Linux Before we can go over how to use the Bottles app on Linux, the app &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1794,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21,26],"tags":[33,31],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1793"}],"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=1793"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1793\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1794"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1793"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1793"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}