How To Install wmcoincoin on Ubuntu 18.04

In this tutorial we learn how to install wmcoincoin on Ubuntu 18.04. wmcoincoin is Humourous dockapp for browsing DaCode sites news and board

Introduction

In this tutorial we learn how to install wmcoincoin on Ubuntu 18.04.

What is wmcoincoin

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.

There are three methods to install wmcoincoin on Ubuntu 18.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install wmcoincoin Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install wmcoincoin using apt-get by running the following command:

sudo apt-get -y install wmcoincoin

Install wmcoincoin Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install wmcoincoin using apt by running the following command:

sudo apt -y install wmcoincoin

Install wmcoincoin Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install wmcoincoin using aptitude by running the following command:

sudo aptitude -y install wmcoincoin

How To Uninstall wmcoincoin on Ubuntu 18.04

To uninstall only the wmcoincoin package we can use the following command:

sudo apt-get remove wmcoincoin

Uninstall wmcoincoin And Its Dependencies

To uninstall wmcoincoin and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove wmcoincoin

Remove wmcoincoin Configurations and Data

To remove wmcoincoin configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge wmcoincoin

Remove wmcoincoin configuration, data, and all of its dependencies

We can use the following command to remove wmcoincoin configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge wmcoincoin

References

Summary

In this tutorial we learn how to install wmcoincoin package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.