<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Remove Apache2 from Linux !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43571/remove-apache2-from-linux?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43571/remove-apache2-from-linux?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43571/remove-apache2-from-linux</guid>
	<pubDate>Mon, 01 Nov 2021 03:53:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43571/remove-apache2-from-linux</link>
	<title><![CDATA[Remove Apache2 from Linux !]]></title>
	<description><![CDATA[<code>#Purge it
sudo apt-get purge apache2
#Auto remove 
sudo apt-get autoremove
#Remove
sudo rm -rf /etc/apache2

#Try this
sudo apt remove apache2.*</code>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>