I’ve noticed in Gnome based distro’s that you can mount an IMG file or ISO file virtually. Well, I’ve taken a couple years step back and gone back to xubuntu. I’ve noticed that Xubuntu doesn’t have this option, which makes me think its a gnome only thing, but I don’t know either.
Is the IMG/ISO mounting tool in base Ubuntu a package I can install or is it a tool in Gnome?
No, you don’t need any packages nor is it a Gnome-thing. You need the normal mount command, but you’ll need to create a loopback device. The man page for mount has the specifics, but it’s a long way down! (about 2200 lines ) Google is your friend here!
i recommend using losetup. it should be able to auto-detect the partitions (with some switches) and the loop should be accessible by programs exactly as if it where a normal block device.
Googling around, it seems Thunar can have a Context command added (right click.) that runs a mount in the backend, if you wanted to do it from the Gui with the mouse rather than the command line?