To uninstall the packages installed using the commands provided, you can follow these steps:
Remove the repository:
sudo rm /etc/apt/sources.list.d/notion-repackaged.list
Update the package list:
sudo apt update
Uninstall the enhanced Notion app:
sudo apt remove notion-app-enhanced
Remove residual configuration files:
sudo apt purge notion-app-enhanced
Uninstalling Notion App:
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:
sudo apt remove notion-app
Top comments (0)