Install pt-websocket
Installing pt-websocket package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pt-websocket
pt-websocket package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pt-websocket |
version | 0.2-1 |
description | WebSocket pluggable transport – server |
subsection | net |
maintainer | Ximin Luo |
Uninstall pt-websocket
To remove just pt-websocket package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pt-websocket
Uninstall pt-websocket and it’s dependent packages
To remove the pt-websocket package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pt-websocket
Purging pt-websocket
If you also want to delete configuration and/or data files of pt-websocket from Debian Sid then this will work:
sudo apt-get purge pt-websocket
To delete configuration and/or data files of pt-websocket and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pt-websocket