wmcoincoin command not found

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

Introduction

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

wmcoincoin: command not found

or when using sudo you get the following error message

sudo: wmcoincoin: command not found

Solutions to wmcoincoin: command not found

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

In Ubuntu wmcoincoin is provided by wmcoincoin package.

wmcoincoin is:

WMCoinCoin allows you to browse linuxfr.org and other sites based on DaCode 1.4, Templeet and many other webchat engines. It will:

  • display website news with new items displayed prominently;
  • display private messages, showing the appropriate web page when new messages are received;
  • allow tabbed browsing of multiple sites;
  • display the board/webchat and allow new messages to be posted, with the ability to detect, enhance or kill trolls.

WMCoinCoin, while being full of stupid things, is a real advanced chatting client, using HTTP, with low bandwidth requirements.

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

sudo apt-get -y install wmcoincoin

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

You can also use apt command to install wmcoincoin.

sudo apt -y install wmcoincoin

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

sudo aptitude install wmcoincoin

Summary

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