How to remove ubuntu-toolbox and fedora-toolbox?

If you press Ctrl+Alt+U and Ctrl+Alt+F it creates ubuntu and fedora toolboxes but how do you get rid of them? , I removed them with distrobox rm and deleted the terminal profiles but after a reboot they show up again.

IIRC they are in the GNOME shortcuts, you can delete them and then remove the containers so they’re not called again by the key combo.

But they appear in the terminal even if I don’t press the shortcuts

This will disable their management services:

systemctl disable --user ubuntu-toolbox
systemctl disable --user fedora-toolbox

Then after you stop the toolboxes you should be able to remove them and they won’t get recreated.

This worked but I had to add .target at the end of the commands, thank you

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.