<?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: Manan Ayoub</title>
    <description>The latest articles on DEV Community by Manan Ayoub (@mananayoub).</description>
    <link>https://dev.to/mananayoub</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%2F1228069%2F35dc6e21-8072-407c-a6c8-d4adb7d1f268.jpeg</url>
      <title>DEV Community: Manan Ayoub</title>
      <link>https://dev.to/mananayoub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mananayoub"/>
    <language>en</language>
    <item>
      <title>Uninstalling Notion App Enhanced: Ubuntu</title>
      <dc:creator>Manan Ayoub</dc:creator>
      <pubDate>Wed, 10 Jan 2024 07:11:00 +0000</pubDate>
      <link>https://dev.to/mananayoub/uninstalling-notion-app-enhanced-ubuntu-56ed</link>
      <guid>https://dev.to/mananayoub/uninstalling-notion-app-enhanced-ubuntu-56ed</guid>
      <description>&lt;p&gt;To uninstall the packages installed using the commands provided, you can follow these steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Remove the repository:&lt;br&gt;
&lt;code&gt;sudo rm /etc/apt/sources.list.d/notion-repackaged.list&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Update the package list:&lt;br&gt;
&lt;code&gt;sudo apt update&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Uninstall the enhanced Notion app:&lt;br&gt;
&lt;code&gt;sudo apt remove notion-app-enhanced&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Remove residual configuration files:&lt;br&gt;
&lt;code&gt;sudo apt purge notion-app-enhanced&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Uninstalling Notion App:&lt;/strong&gt;&lt;br&gt;
Uninstalling the original Notion app can vary based on how it was installed. If it was installed via the same method (apt) or if it was manually installed, you can try to remove it using:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo apt remove notion-app&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
