buku command not found

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

Introduction

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

buku: command not found

or when using sudo you get the following error message

sudo: buku: command not found

Solutions to buku: command not found

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

In Ubuntu buku is provided by buku package.

buku is:

Feature

  • Store bookmarks with auto-fetched title, tags and description
  • Auto-import from Firefox, Google Chrome and Chromium
  • Open bookmarks and search results in browser
  • Shorten, expand URLs, browse cached page from Wayback Machine
  • Text editor integration
  • Lightweight, clean interface, custom colors
  • Powerful search options (regex, substring…)
  • Continuous search with on the fly mode switch
  • Portable, merge-able database to sync between systems
  • Import/export bookmarks from/to HTML, Markdown or Orgfile
  • Smart tag management using redirection (», >, «)
  • Multithreaded full DB refresh, manual encryption support
  • Shell completion scripts, man page with handy examples

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

sudo apt-get -y install buku

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

You can also use apt command to install buku.

sudo apt -y install buku

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

sudo aptitude install buku

Summary

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