Fedora 39 installation notes
by Perroboc
1 min read
Painless installation and configuration.
Installation
I'm using the KDE Spin.
Selected whole disk, then configured my username... and that's it. After installing, just reboot a voila! You're done!
Post installation
- Update system through Discover and reboot
- Enabled Steam repo in Discover (Just a checkbox)
- Installed a lot of stuff
chezmoi
with the rpm file from the github release1password
with the rpm file from their websitevisual studio code
with the instructions in their websitesteam
from Discover (Fedora native version)dropbox
from Discover (flatpak)discord
from Discover (flatpak)
- Removed a lot of stuff
0. Right click on unwanted item -> Uninstall. And when that didn't work...
- Lookup what package provides a specific software with
dnf provides <COMMAND>
- Check if you have that package installed with
dnf list installed | grep <PACKAGE>
- Remove the package with
sudo dnf remove <PACKAGE>
- Lookup what package provides a specific software with
So... yeah, this is the most painless installation I've had so far. Network printer works OOTB, too!