Hello, it's my first day. Very happy to be on board. I was wondering where I am supposed to report a bug with the rootsh package? I can't find it in bugzilla. The unisntall script doesn't work. It gives an error when removing the package via app manager. I needed to add a 'then' to the if statement in: /var/lib/dpkg/info/rootsh.prerm to make it work. i.e. #!/bin/sh if [ -x /usr/sbin/gainroot.old ] then mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi After making that change I was able to uninstall via app manager.