Something is totally screwy. I was looking through that list of USB installer programs, trying to find one that seemed like it would run on Linux and do everything that I want (and ideally I'd like to be able to use ext4 rather than FAT32 or NTFS), etc.
Anyway, I found something called LiveUSB Install:
https://live.learnfree.eu/en/download/
So I got the .deb and the .tar.gz because I wasn't sure which one I'd need. But their stupid website doesn't have any instructions for how to install the program!
The .deb looks like the same icon as the software manager, so I thought that might be a simple one to use, but when I double-clicked it, it just opened a package view, like looking inside of a .zip file or something. Anyway, I looked up how to install a .deb package:
https://www.fosslinux.com/41461/how-to-install-deb-packages-on-ubuntu-linux-mint.htm And I followed the directions, which said to first do this:
sudo apt update
sudo apt upgrade
I did that, and then it said to do this:
sudo dpkg -i "path_to_Debian_Package"
I did that also but I think there may have been an error amid all the text telling me what it was doing. In any case, it added the LiveUSB program into the Linux menu, but it had no icon or description, and when I clicked it, nothing happened.
Then it said to do:
sudo apt install gdebi
So I did, but there were more errors (sorry I don't remember what). And next it said to do:
sudo gdebi "path_to_Dbian_Package"
And that gave me more errors. I tried to uninstall LiveUSB, since I couldn't get it to run, anyway, and I thought that might fix the problem, but it didn't seem to want to uninstall either. At some point (I don't remember exactly when) a window popped up that said "Maintainer:" and "Size:", and on the right it says "Install Package" but the rest of the window is an empty white space, and there's an error that says:
Broken dependencies
Your system has broken dependencies. This application can not continue until this is fixed. To fix it run 'pkexec synaptic' or 'sudo apt-get install -f' in a terminal window.
I tried pkexec synaptic and I ended up in the Synaptic Package Manager, and something had said that I should filter to show only the broken packages because one of mine is broken. I found Filters in the Settings menu, which opened a popup window, and I clicked Broken on the left side, which automatically checked the Broken box on the right, and I clicked OK, but it didn't seem to filter any differently and still showed all results, so I exited Synaptic Package Manager.
I also tried sudo apt-get install -f, and I think that's when it seems to have uninstalled the LiveUSB program (that I could never get to work, anyway), because I can't find it anymore on the menu.
But if I open the .deb file now it just shows a popup window that says:
Error: Dependency is not satisfiable: python-glade2
Under that it has a description of all the different distributions that LiveUSB can install (if it actually
worked at all!).
So what the hell am I supposed to do now?! I can try to figure out how to install the .tar.gz file but I may only make things
worse, and as for the .deb file screwing everything up, how can I undo that?