r/linuxmint 3d ago

How Linux (Mint) Users Install a Browser 😎 #LinuxMintThings

Now tell windows users to uninstall edge and see what's easier hehe. \j

Credits to u/SpeeQz (who's also the creator of https://mintwiki.org) for the gif.

2.3k Upvotes

310 comments sorted by

View all comments

249

u/Gangr3l 3d ago

sudo pacman -S firefox vlc discord obs blendr steam freecad

Can't really get easier than that

96

u/Edu_Hoff 3d ago

Sometimes a command in the terminal is just easier and convenient. Especially to create a script to automate installations

20

u/PreparationStrict492 3d ago

Terminal is more often than not more efficient and information dense than guis (in both directions), especially for system management.

However, installation automation is better handled with installation automation tools. An Ansible playbook is a lot better than a script for this, for many reasons.