Fedora – The year of linux

The year of linux is something like the end of the word – every few years someone speaks about it but it never happens. Maybe someday? Here are a few things after Fedora installation for work and home.

step.1. install the system updates
dnf update
step.2. I cannot imagine working with Gnome without Dash to Panel.
step.3. my next necessary design option of the system is Paper Theme:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:snwh:paper/Fedora_25/home:snwh:paper.repo
dnf install paper-icon-theme
dnf install arc-theme
step.4. to customize of our gnome environment we need:
dnf install gnome-tweak-tool
step.5. to remember dozens passwords this will be useful
dnf install keepassxc
step.6. for graphics processing
dnf install gimp
step.7. and programming
dnf install eclipse
step.8. to burn
dnf install brasero
step.9. install java
dnf install java-11-openjdk-devel.x86_64
voilà!

Leave a Reply

Your email address will not be published. Required fields are marked *