What command can be used to search for available packages?
$ apt-cache search <package-name>
What is the difference between apt remove <package-name> and apt purge <package-name>?</package-name></package-name>
Apt remove will not remove configuration files while purge will uninstall the package and also remove its configuration files.