Step-by-step – Winetricks Installation in Bodhi Linux

June 20, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 3. Removing Distro Winetricks

    Then Check if Winetricks Distro Installed
    Simply run:

    which winetricks

    And if yes then to Remove it play:

    sudo apt purge winetricks
  2. 4. Downloading Winetricks

    Download Winetricks Installer for GNU/Linux

    Winetricks Script for Linux

    Right-Click on Link and Choose “Save link as…“.

  3. 5. Installing Winetricks

    Now to Install Latest Winetricks for Bodhi
    First, access the Download location by default with:

    cd ~/Downloads

    To Check it’s there List the contents with:

    ls . | grep winetricks

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    Then give execution Permissions with:

    chmod +x ./winetricks.bash

    And next follow to Execute it:

    ./winetricks.bash

    Last, store the Script to reuse it for Upgrading:

    sudo mv ./winetricks.bash /usr/bin/update_winetricks

    So from time to time call it to Refresh Winetricks:

    update_winetricks

Contents


QuickChic Theme • Powered by WordPress