A universal uninstaller.
Now that Ubuntu has apt, snap, ~/bin, flatpak, appimages, etc, when I want to disable, update, or, uninstall an app, I can't quickly figure out where it is or how to do that. So a program that starts with 'which appname' or something more clever to find it, which also told you what type of installation method it was and then let you remove it with the next action.
For example I had Desktop Docker installed which was garbage, and I didn't remember how I had installed it. In that case you couldn't use 'which' because that's not the name of the executable, so you'd have to design something smarter that could search .desktop files or whatever.
Good luck with your project!