Uninstall an RPM package
Last modified: July 25, 2025
1. Optional: List installed packages to confirm the package name.
rpm -qa | grep devart-odbc
2. Uninstall the package.
sudo rpm -e devart-odbc-salesforce
3. Optional: Remove unused dependencies.
sudo yum autoremove
Was this page helpful?