Maintainer of the Swedish regional list in uBlock Origin.

  • 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • celluloid, pix, hexchat, hypnotix, rhythmbox, LibreOffice

    Those applications uninstalled just fine without any dependency issues last time I tried Mint.

    If you’re unsure, make a snapshot of your current VM state (if your VM software supports it). Then just uninstall the junk you don’t need until Mint breaks. Restore snapshot, test some more, and so on. Those on real hardware should use Timeshift to create snapshots.

    Tip: Run sudo apt autoremove package in the terminal so you can see which dependencies that are removed.




  • Mint is known to use old software in its repositories as it’s based on Ubuntu LTS. The flatpak mpv should work though. flatpak install flathub io.mpv.Mpv and then run it with flatpak run io.mpv.Mpv https://www.youtube.com/watch?v=dQw4w9WgXcQ

    If you don’t want to type flatpak run io.mpv.Mpv all the time, you can create an alias in your ~/.bashrc file. For example: alias play='flatpak run io.mpv.Mpv'. (After editing your bashrc file, run: source ~/.bashrc to activate the change). Then you can run it with play https://www.youtube.com/watch?v=dQw4w9WgXcQ.