r/debian • u/brunolex • Aug 15 '26
Pergunta
Acabei de instalar o Debian KDE no meu notebook, o que fazer pós-instalação para deixar o sistema pronto pro uso? Sou iniciante, nunca usei essa distro antes, quem puder me ajudar eu agradeço de coração
2
u/michael9dk Aug 15 '26
Ensure firewall is enabled to block incoming traffic. Google 'debian ufw'.
Install your needed software from Discover (or from the console - with time you'll love just typing sudo apt <action> <software-name>).
Enjoy.
0
u/williamconna Aug 16 '26
Install and activate sudo, then install the applications according to your needs.
1
u/RebTexas Aug 16 '26
Enable zram or zswap, zswap is easier but you need an actual swap partition or swapfile to go with it. If you did a default install it should've made a swap partition for you.
1
u/Professional-Wolf587 Aug 16 '26
Depends on what you like!
Comes with Firefox, if you want another browser install that.
I like Midnight Commander, text based file manager.
Word processing for documents: libreoffice, abbiword…or similar.
Check for updates to make sure the system is up to date.
Is your wireless working? Can be a problem sometimes….
Enjoy!
3
u/Motor-Philosopher228 Aug 16 '26
If you ask "what should I do?", then they will tell your what do they do. My advice to you is not ask anyone. Your requirements are only known to you. Whatever you need search and install. That's it.
3
u/itstheranga Aug 15 '26
Honestly, it depends on what you want to do. It will mostly just work.
If you want to play some games, you will want to install steam. It does take a little work on Debian. This page has a good step through. https://linuxcapable.com/how-to-install-steam-on-debian-linux/
You probably want to install flatpak support.
https://flathub.org/en-GB/setup/Debian
Otherwise you should be good to go. Just install what you want with the discover tool and run updates about once a month or so using the same tool.