Yup no issues here
Yup no issues here
I see now. So it’s possible for someone to run into multiple issues which can make updating a hassle.
Yes, I did. I was warned about doing so before but now I understand 😆
Turns out the issue was with one or some of the layered packages I had. After uninstalling, the CLI method to upgrade worked. See the post below, but thanks for your reply.
Also, as I reinstall a flathub version of LibreOffice, should I choose the Fedora repo or Flathub repo?
It worked! I uninstalled dnf-automatic, libreoffice, and rpmfusion and then restarted.
Thanks for your help! Will keep your tips in mind for the future and try to avoid layering.
So basically it’s not allowing me to update because of these layered packages and every time I want to update, I have to uninstall them and reinstall after I update?
Problem is I don’t know what the packages are or what they were for even. I don’t recall installing them.
I have two entries each with a different BaseCommit. One has dnf-automatic, libreoffice, vpn app. The other has the same three plus rpmfusion-free-release and rpmfusion-nonfree-release.
I just recently installed the rpmfusion packages but I didn’t know what I was doing. Just found something online suggesting an alternative update method for Silverblue.
Thank you for the thorough explanation. It makes sense to me why I had the error that I did. I’ll keep this in mind next time when I consider using a bitwise operator.
Thank you for the reply. It seems bitwise operators are somewhat of an advanced concept that I may revisit down the road.
Thanks. I think I understand why I wouldn’t want to use it in this case. But what is an example of where I can use it? This makes me think I should avoid using bitwise operators with integers and keep it to strings only, but I know that’s not true from what I’ve learned.
Thank you. Not sure why in the link the arithmetic in green results in 7.
Thank you for breaking it down.
I’m just now sure when it is appropriate to use ‘|’. If bitwise operators can only be used with integers (and not floats), what’s an example where I can use it.
Yes I did eventually think of that as well but just wanted to understand why ‘|’ wasn’t producing the results I expected.
I did come across that link but didn’t quite understand it. If looking only at 25 | 10, does the code not run as expected because 25 is 5 digits long and 10 is 4 digits long? Is that what’s meant by “two equivalent length bit designs”?
Also, I can’t tell if 10 | 4 = 7 or 10 | 4 = 14.
Yes, that helps. Thanks. I see now how n goes from 1 to 2 to 3…etc. Now not so sure how i = 1 when the for loop starts.
Thanks for the additional info. Maybe I will opt for the developer version instead in that case.