<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pavel Ustyugov</title>
    <description>The latest articles on DEV Community by Pavel Ustyugov (@itdigger).</description>
    <link>https://dev.to/itdigger</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1165322%2F2852da05-4a91-496a-8371-c5e514dfc201.png</url>
      <title>DEV Community: Pavel Ustyugov</title>
      <link>https://dev.to/itdigger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/itdigger"/>
    <language>en</language>
    <item>
      <title>How to remove php from Ubuntu 22.04</title>
      <dc:creator>Pavel Ustyugov</dc:creator>
      <pubDate>Tue, 19 Sep 2023 21:11:37 +0000</pubDate>
      <link>https://dev.to/itdigger/how-to-remove-php-from-ununtu-2204-3ble</link>
      <guid>https://dev.to/itdigger/how-to-remove-php-from-ununtu-2204-3ble</guid>
      <description>&lt;p&gt;Sometimes you may need to completely remove php and all its packages from your ubuntu computer or server.&lt;/p&gt;

&lt;p&gt;To do this, just type this line.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "`

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>php</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
