I have upgraded from Fedora 23 to Fedora 24 which went well.
Today I looked into it again and upgraded 549 files - surely that will break something after all this time!?
So I did a
Code: Select all
sudo dnf update
and let it work for a loong time.
It all went through after a reboot It was business as usual.
Fedora is becoming a good desktop these days. Some complaints about vbox client stuff but all in all you can now upgrade and continue working without the traditional "Fedora breaking on purpose" effect
Fedora comes with SELinux activated so you will have a hardened Linux desktop - "harder" than most other Distros as in pretty secure.
The SELinux may sometimes stop you from doing your stuff so you may have to temporarily shut it of:
To check the status:
Code: Select all
getenforce
Here the answer will be
Enforcing
To shut it off:
Code: Select all
setenforce 0
Now the answer to getenforce will be:
Permissive
To turn it on again:
Code: Select all
setenforce 1
Just mentioning it since this is not so common on other distros.
Distros that prove themselves over time will be favorites on most desktops - Fedora is getting there !