So when I went to perform updates this morning, I got an error and 74 or so packages out of the 216 didn't update. Ran the update again, and some installed, but still got the error. I kept doing this until I was down to 24 packages, but then it wouldn't install any more. Looking at the error, it was related to a single package to be upgraded, so I just typed out the package name for the other 23 and updated those only successfully. Now I'm down to one grantleetheme-devel
. I'm not showing any broken packages, but I went ahead and ran sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
anyway.
This is the error it's giving me [Errno 20] Not a directory: '/usr/include/KF5/GrantleeTheme/GrantleeTheme/GrantleeKi18nLocalizer'
The thing is, it appears it's looking for a duplicate directory. I have /usr/include/KF5/GrantleeTheme/GrantleeKi18nLocalizer
but this path appears to be missing the additional /GrantleeTheme/
directory it's looking for. Should I just add in the duplicate directory and copy the files over to it? Not sure what this package is used for by the system.