choqok command not found

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

Introduction

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

choqok: command not found

or when using sudo you get the following error message

sudo: choqok: command not found

Solutions to choqok: command not found

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

In Ubuntu choqok is provided by choqok package.

choqok is:

Choqok is a fast, efficient and simple to use micro-blogging client for KDE. It currently supports the twitter.com and identi.ca microblogging services.

Other notable features include: * Support for user + friends time-lines. * Support for @Reply time-lines. * Support for sending and receiving direct messages. * Twitpic.com integration. * The ability to use multiple accounts simultaneously. * Support for search APIs for all services. * KWallet integration. * Support for automatic shortening urls with more than 30 characters. * Support for configuring status lists appearance.

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

sudo apt-get -y install choqok

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

You can also use apt command to install choqok.

sudo apt -y install choqok

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

sudo aptitude install choqok

Summary

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