tdiary-convert2 command not found

In this troubleshooting guide we learn how to fix tdiary-convert2 command not found error message

Introduction

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

tdiary-convert2: command not found

or when using sudo you get the following error message

sudo: tdiary-convert2: command not found

Solutions to tdiary-convert2: command not found

How To Fix tdiary-convert2: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tdiary-convert2 is provided by tdiary-core package.

tdiary-core is:

tDiary is a weblog system, which makes your weblog communication-friendly for the writer (you) and readers. It consists of Ruby scripts for CGI (Common Gateway Interface). The followings are the main features:

  • Comments: readers can post comments to each entry like message boards.
  • Links: Each entry can show referers from which readers come so that you can see others write about the entry.
  • Trackback: tDiary can send and receive trackbacks.
  • Theme: You can easily change the design called theme' of your weblog. Many themes are included in tdiary-theme’ package.
  • Plugin: You can add many functionalities called plugins' to tDiary. Many plugins are included in tdiary-plugin’ package.
  • Pages for Handhelds: tDiary is able to serve especially small and terse documents for PDAs and mobile phones.
  • Writing Style: HTML is not required to write entries. Plain text is converted to HTML by tDiary. The converting grammars are called `styles’. Many styles are available.

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

sudo apt-get -y install tdiary-core

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

You can also use apt command to install tdiary-core.

sudo apt -y install tdiary-core

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

sudo aptitude install tdiary-core

Summary

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