Finally, it is time to remove foo from the system. It is a good idea to list
the files that would be removed before actually removing anything. To do that,
you should use the --pretend
option.
$
urpkg --uninstall --pretend foo
Once you have checked that the action the program would take satisfy you, you can uninstall it.
$
urpkg --uninstall foo
You can check that foo has been correctly removed using
$
urpkg --list