Install Rfkill On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian
rfkill
Enable and disable wireless devices.
Install rfkill
-
Debian
apt-get install rfkill
Click to copy -
Ubuntu
apt-get install rfkill
Click to copy -
Arch Linux
pacman -S rfkill
Click to copy -
Kali Linux
apt-get install rfkill
Click to copy -
CentOS
yum install rfkill
Click to copy -
Fedora
dnf install rfkill
Click to copy -
Raspbian
apt-get install rfkill
Click to copy
Enable and disable wireless devices.
How to use rfkill?
Below are few example commands for rfkill that you can use in the terminal.
List devices:rfkill
Click to copyFilter by columns:rfkill -o ID,TYPE,DEVICE
Click to copyBlock devices by type (e.g. bluetooth, wlan):rfkill block bluetooth
Click to copyUnblock devices by type (e.g. bluetooth, wlan):rfkill unblock wlan
Click to copyOutput in JSON format:rfkill -J
Click to copy
To install the latest version of rfkill in your favorite operating system just copy the rfkill installation command from above and paste it into terminal. It will download and install the latest version of rfkill 2023 package in your OS.