Search code examples
ubuntudebrundeck

ubuntu - how to uninstall deb package?


How can I remove a program installed with debian package?

I've installed Rundeck (http://rundeck.org/downloads.html) in my Ubuntu 14.04.


Solution

  • Use dpkg to manage manually installed packages.

    dpkg --remove myPackageName