What is the difference between the apt remove and apt autoremove commands?
The apt autoremove command is a system service that routinely removes unused software packages.
Both uninstall software. The apt autoremove command also uninstalls the dependencies.
Both uninstall software. The apt remove command also uninstalls the dependencies.
The apt remove command is a link to apt autoremove, so there are no differences.