I'm currently using a Chromebook with Pengiun set up on the terminal, but I'm unsure how to proceed with installing Firefox and Wine. I want to play Silksong, which I've already purchased, but I need some guidance on the installation process. If you need more details, just let me know!
3 Answers
To install Firefox, just run the following commands in your terminal:
sudo apt update
sudo apt install firefox
For Wine, you'll need to check your CPU architecture first. Use:
uname -m
If the output is `x86_64`, you can install Wine with:
sudo apt install wine64
But if it shows `aarch64`, playing Windows games might be tricky.
Depending on your Linux version, you might have a graphical software installer, which is similar to using the terminal command for installing packages. What Linux distribution do you have installed exactly?
Every Linux distro I’ve used with a desktop has had Firefox included. Also, make sure to check out ProtonDB to see if Silksong runs well on your setup!

I tried that but got a message saying Firefox has no installation candidate. What's up with that?