sudo dpkg –-purge wowzamediaserverpro
dpkg: need an action option
Type dpkg --help for help about installing and deinstalling packages [*];
Use
dselect' or
aptitude’ for user-friendly package management;Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].
Options marked [*] produce a lot of output - pipe it through
less' or
more’ !How to uninstall Wowza when installed using the deb package?
Thanks
EDIT: this works, by the way the package is now wowzamediaserver, the pro suffix has been dropped
sudo apt-get remove wowzamediaserver --purge
By the way, the rights are a painful by default. What should be the proper rights to assign each folder? I guess it is not safe to run wowzamediaserver as root. What’s the best way of running it?
Thanks