patchwork@lemmy.blahaj.zonetoMusic@beehaw.org•How is it possible that there's no good music player software for Linux like Musicbee for Windows?English
5·
1 year agoyeah, clementine is amazing. it handles my absurd music library well while still being able to run on my ancient laptops
not sure about apt, but with apt-get the default behavior for upgrade is to hold back packages with new dependencies that are not currently installed. in that case, running
sudo apt-get upgrade --with-new-pkgs
should get those packages upgraded as well, assuming that dependency conflicts aren’t a factor, too