1. Optional: List installed packages to confirm the package name.
dpkg -l | grep devartodbc
2. Uninstall the package.
sudo apt remove devartodbcmysql
3. Optional: Remove configuration files.
sudo apt purge devartodbcmysql
4. Optional: Remove dependencies that are no longer needed.
sudo apt autoremove
