danielrenninghoff / infinality-ultimate-fedora

Fedora packages for infinality-ultimate-bundle by bohoomil
59 stars 9 forks source link

Fedora 26 #26

Open almereyda opened 7 years ago

almereyda commented 7 years ago

Despite the RPM repositories are not working anymore for Fedora 25 already, I have upgraded my system to Fedora 26 and ran into the following issue(s):

A blend of the suggestions from these sources made me successfully replace the infinality packages by first trying to boot into single user mode, which failed, but managed to get into multi-user.target. As sudo, I ran:

dnf remove infinality-ultimate-repo
dnf install --allowerasing freetype-freeworld
dnf install --allowerasing cairo.i686
dnf install --allowerasing fontconfig-devel.i686
dnf install --allowerasing freetype-freeworld.i686
dnf install --allowerasing java-1.8.0-openjdk-headless.x86_64

and were checking constantly with rpm -qa | grep infinality about remnants to be removed, resolving the dependency tree manually from the bottom. rpm -e <PACKAGE> helped me to find those ancestors.

The system now does have a working graphical user interface again.