Ass official documentation says:
DEB Package:
dpkg –purge oss-linux
I need to run this command through tty console, but when I run it, it gives me error.
Erorr: unknown option -u
You should execute the command on this way (man page):
dpkg –-purge oss-linux
You miss one dash (-). Or you can use this way:
dpkg –P oss-linux
--purge is other variant of -P