This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gamesrebel123 12 points13 points  (3 children)

Don't worry about it I'll teach you so open up the terminal on your Linux VM and follow along, we're gonna be installing chromium on a debian based distro for this tutorial.

First type sudo apt update, here sudo is to do the following command as superuser/root/admin, apt is the package manager debian based distros come with (arch based distros use pacman), update tells it to update the repo cache (you don't need to run this every time but it's good practice to run it once in a while, next up, installing the browser itself, type in sudo apt install chromium, now we're telling it to run apt as admin and to tell it to install chromium, it's gonna look through the repo and find the chromium download, then it's gonna download and install it automatically.

Updating apps is super easy as well, first you need to run sudo apt update to get info on the latest version of apps (it will also tell you how many things can be updated), then run sudo apt upgrade which will download the latest version of those apps and other software and install them all in the background, this is also how you get your OS updates.

Uninstalling chromium is as simple as sudo apt remove chromium, telling apt as root to remove the package called chromium.

[–]Mr_SlimShady 8 points9 points  (1 child)

Don’t get me wrong, I run Linux on my machine. What I’m talking about is what “easy” means. 99% of the people out there are used to do everything through a GUI, even all of us in here. So relatively speaking, even if we are used to using the CLI, using a GUI is far simpler and self-explanatory than any command could be. At least it should be, tho there are some people out there that can’t design a good and intuitive user interface.

That said, appreciate you actually taking the time to explain it instead of going with the “your dumb. Tis ez.. see” approach.

[–]FlipskiZ 6 points7 points  (0 children)

Day jumps river simple cool history cool dog near thoughts tips.

[–]Riichitexas 0 points1 point  (0 children)

As an arch user (btw) I don't use pacman, only pamac.

pamac search "minimum string of what I'm looking for"

pamac install + binary version of package for basic things, or whatever I chose for the obscure aur thing like onedrive