• 100 Posts
  • 1.86K Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • This can easily be solved by bundling all update commands into a single command. I have an alias for this, that updates everything with just a command called update. There is no need for an extra software. But you have to figure out the commands and options to do this correctly. For my operating system EndeavourOS, I have this:

    alias update='eos-update --yay ;
      flatpak update ; 
      flatpak uninstall --unused ; 
      rustup self update ; 
      rustup update'
    

    then run it with:

    update
    

    … which updates the system, the AUR, Flatpak and my Rust environment. You don’t need to rely on any third party software to update your system.



  • Just a shame that they’re switching over to GTK3 when most other developers seem to be transitioning to GTK4.

    The switch from GTK3 to 4 won’t be as much work as they did with the recent GIMP 3 update. Because they did more than updating GTK, like lot of ground work and basically a rewrite of most basic stuff and adding new functionality. So don’t be fooled by the idea it would take ages to update to GTK4, at least it won’t take as much time as GIMP 2 to GIMP 3 update.

















  • Hmm sounds reasonable. After my question I was reading the original news from Archlinux and the following statement

    In order to not break user setups, we kept these repositories around in an unused and empty state.

    suggest that the empty and unused repositories have no effect. I don’t know why they kept this, because removing them would break back then. Removing them now breaks it today, so not sure why they delayed that, as nothing is won. I will uncomment out (Edit: I meant I will comment out) those lines and see what happens. :D In worst case the system cannot update and I can reverse the change. But there is no reason why the system should not able to update, if the repositories are empty.

    Another Edit: Me dummy don’t have any [community] repository. Not sure if I removed it before (very possible) or if it is removed by my distribution (please don’t hurt me, I’m just using EndeavourOS).