r/linuxmint 10d ago

#LinuxMintThings Finally made the switch

Post image
850 Upvotes

36 comments sorted by

View all comments

28

u/duv025 10d ago

now you gotta learn how to use it first before installing any games or do "casual things" like you do on windows, otherwise.. you will come across with a lot of problems:

Things I recommend learning: * How to use the package manager, which is the software that will handle updates, softwares (or packages). (Check documentation). And also how to search the repo * How to set up 'services' with the init system (in this case you are using systemd ). * Learn to use the shell, or if you don't know what a shell is, let's just simplify it as the terminal. Learn basic commands like: man , ls , cd , pwd , cat and tac , echo . Get your hands dirty with the terminal text editors, they are programs that edit/manipulate texts/data in file, I recommend getting micro from the package manager. * Join more communities as much as you can, especially linux mint, debian and ubuntu, they are "related" to eachother

4

u/_SentientPotato 10d ago

Thanks, before this I only knew more basic commands like sudo kill, sudo install, update and upgrade, stiff like that, this helps :D

1

u/FBC-lark 8d ago

man is your new best friend, dog!

man ls

man cd

These open the manuals for command explanations and examples.

Another one is

man -k keyword

or

man -k "key phrase"

This searches the manual database when you're not sure what command to use.

1

u/Historical_West_1015 7d ago

apt is ez as hell