How to install mods for Lethal Company on Linux
December 19, 2023
This video shows how to install mods to lethal company on Linux. In the video I use Fedora, but you do this on Debian or Arch based distros as well with only small changes.
The commands I used to install protontricks
For Debian based distros (Ubuntu, Linux Mint, etc.):
sudo apt install -y python3-pip python3-setuptools python3-venv
python3 -m pip install –user pipx
python3 -m pipx ensurepath
you may need to now restart your terminal before running this command
pipx install protontricks
This may say you need to install winetricks when you run it. If it does, do that then re run pipx install protontricks.
for Fedora based distros:
sudo dnf install -y python3-pip python3-setuptools python3-libs
python3 -m pip install –user pipx
python3 -m pipx ensurepath
sudo dnf install winetricks
you may need to now restart your terminal before running this command
pipx install protontricks
For arch based distros:
You can install from the aur for example run this: yay -S protontricks
All music used is from the Youtube Audio Library.
[ad_2]
source