To uninstall dvd+rw-tools just follow these instructions.
/ubuntu/precise/main///install/index.html DVD+-RW/R tools Ubuntu 12.04 LTS utils 7.1-10
sudo apt-get remove dvd+rw-tools
Which will remove just the dvd+rw-tools package itself.
sudo apt-get remove --auto-remove dvd+rw-tools
This will remove the dvd+rw-tools package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for dvd+rw-tools then this will work.
sudo apt-get purge dvd+rw-tools
Or similarly, like this dvd+rw-tools
sudo apt-get purge --auto-remove dvd+rw-tools
Package | dvd+rw-tools |
Version | 7.1-10 |
Maintainer | Ubuntu Developers |
Description | DVD+-RW/R tools |
Distro | ubuntu |
Release | precise |
Repo | main |
Section | utils |