br2684ctl command not found

In this troubleshooting guide we learn how to fix br2684ctl command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

br2684ctl: command not found

or when using sudo you get the following error message

sudo: br2684ctl: command not found

Solutions to br2684ctl: command not found

How To Fix br2684ctl: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu br2684ctl is provided by br2684ctl package.

br2684ctl is:

ATM bridging is a way to extend Ethernet over an ATM network and is mainly used for DSL connections. This package contains the user space utility needed to configure the kernel driver.

This package is needed if you own an USB DSL modem and your connection uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged), RFC 1483 bridged (RFC 2684 routed), PPP over Ethernet (PPPoE).

To fix this problem, we can install more using the command below.

sudo apt-get -y install br2684ctl

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install br2684ctl.

sudo apt -y install br2684ctl

Or if you have aptitude installed you can use the following command.

sudo aptitude install br2684ctl

Summary

In this tutorial we learn how to fix br2684ctl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.