Install bcrelay
Installing bcrelay package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install bcrelay
bcrelay package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | bcrelay |
version | 1.4.0-7 |
description | Broadcast relay daemon |
subsection | net |
website | poptop.sourceforge.net / dox / |
maintainer | Christoph Biedl |
Uninstall bcrelay
To remove just bcrelay package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove bcrelay
Uninstall bcrelay and it’s dependent packages
To remove the bcrelay package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove bcrelay
Purging bcrelay
If you also want to delete configuration and/or data files of bcrelay from Debian Sid then this will work:
sudo apt-get purge bcrelay
To delete configuration and/or data files of bcrelay and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove bcrelay