I made the grave mistake of running the command sudo apt-get install -y games-minesweeper
thinking it would only install one game. It ended up installing like 30 or so games:
The problem is i can't uninstall these packages since they don't show up in the Ubuntu software app, and running:
sudo apt-get remove games-minesweeper
only returns:
Package 'games-minesweeper' is not installed, so not removed
I've also tried to run sudo apt-get remove <AppName>
and it hasn't found any of the games' packages by the name of the application.
I've tried to also run sudo apt-get remove <Debian Package ID>
and it hasn't found any of the games' packages by that either.
How do i uninstall these packages, or find out their package name? so i can run sudo apt-get remove
/var/log/apt/history.log
to find out what exactly was installed. – Jos Sep 29 '21 at 11:15