• Captain Aggravated@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    10 months ago

    I’ve been using Linux Mint as a daily driver for ten years now.

    I personally find Linux Mint to be easier to use than Windows out of the box. For example, you probably don’t have to worry about drivers at all; AMD Radeon drivers for example are built right into the kernel, they “just work.” In Windows, you have to go out to AMD’s website, download and install them.

    Linux has an app-store like system called a package manager. Most–including Linux Mint–have graphical ones that work just like the Play Store on Android does, except everything that’s in there is free. On a Mint machine, you open the App Menu, go to Administration > Software Manager. To install Steam, you search for “steam” in the box in the top right, and you’ll recognize the logo.

    This same task can be done from the terminal. You can open the terminal and type sudo apt install steam

    I will use both approaches depending on what I’m doing at the time. Like for example, it’s faster to install multiple programs via the terminal. sudo apt install steam obs blender audacity gimp shotcut inkscape would install all those apps in one big thing, no need to sit there clicking through the app store.

    Linux Mint won’t require use of the terminal very often, it has GUI menus and utilities for most things you’ll likely want to do. Sometimes, using the terminal is faster, easier, or more convenient, or just more fun. Yeah there’s fun to be had in the terminal. Get on Youtube and look up what “cowsay” does.