How to Install Modrinth App on Linux (Debian/Ubuntu)
This video helps debug the installation of the Modrinth app on Ubuntu.
This video also helps fix common problems with installing the Modrinth app such as the libssl.so.1.1 error when launching the Modrinth app.
Command #1: sudo apt install libwebkit2gtk-4.0-37
Command #2: wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
too long; didn’t watch/read:
# WARNING, THESE COMMANDS MIGHT UNINSTALL OR INSTALL THINGS THAT COULD BREAK OTHER APPS. READ BEFORE YOU CONFIRM THE COMMANDS
Install the Modrinth Deb from their site.
open the directory of the deb
$ sudo apt install libwebkit2gtk-4.0-37
$ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
$ sudo dkpg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
$ sudo dpkg -i modrinth-app_*VERSION*_amd64.deb
Enjoy
ubuntu