India income tax returns filing utilities are created using Java 8 SDK and use Java FX. These can only be run using Java 8 as Java FX was bundled with it. Newer versions of Java from Oracle do not bundle Java Fx anymore. Therefore, when running the Java income tax utilities, the following error (in … Continue reading Error running Income Tax India ITR utility on Fedora 32 Linux
Tag: rpm
How to install vlc and other applications not available in the Fedora repositories via rpmfusion
Fedora has not put the vlc media player in it's official repos. To install it and various other such applications not available in the Fedora repos, add the rpmfusion repository to the package manager and use it to download vlc. To add the rpmfusion repos, open a terminal window and enter the following commands: $ … Continue reading How to install vlc and other applications not available in the Fedora repositories via rpmfusion
How to check for updates in Fedora
To check for updates in Fedora 32, open a terminal window and enter the following commands: $ sudo dnf check-update <enter>$ sudo dnf update <enter> This will look for updated rpm files and ensure that the system is patched. Note that "dnf" works similar to "yum" used earlier on Fedora.