Linux Remove Package and ServiceCozyFex included in linux package 2021-07-04 32 words One minute Contents Check ServicesStop ServiceDisable ServiceCheck Installed PackagesRemove PackageCheck Services1 systemctl list-units --type service Stop Service1 systemctl stop apache2 Disable Service1 systemctl disable apache2 Check Installed Packages1 apt list --installed Remove Package1 apt remove apache2