dircproxy command not found

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

Introduction

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

dircproxy: command not found

or when using sudo you get the following error message

sudo: dircproxy: command not found

Solutions to dircproxy: command not found

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

In Ubuntu dircproxy is provided by dircproxy package.

dircproxy is:

dircproxy is an IRC proxy server designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you’re detached, it logs channel and private messages as well as important events, and when you re-attach it’ll let you know what you missed.

This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones!

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

sudo apt-get -y install dircproxy

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

You can also use apt command to install dircproxy.

sudo apt -y install dircproxy

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

sudo aptitude install dircproxy

Summary

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