kubuntu-devel-release-upgrade command not found

In this troubleshooting guide we learn how to fix kubuntu-devel-release-upgrade command not found error message

Introduction

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

kubuntu-devel-release-upgrade: command not found

or when using sudo you get the following error message

sudo: kubuntu-devel-release-upgrade: command not found

Solutions to kubuntu-devel-release-upgrade: command not found

How To Fix kubuntu-devel-release-upgrade: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kubuntu-devel-release-upgrade is provided by ubuntu-release-upgrader-qt package.

ubuntu-release-upgrader-qt is:

This is the Qt frontend of the Ubuntu Release Upgrader

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

sudo apt-get -y install ubuntu-release-upgrader-qt

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

You can also use apt command to install ubuntu-release-upgrader-qt.

sudo apt -y install ubuntu-release-upgrader-qt

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

sudo aptitude install ubuntu-release-upgrader-qt

Summary

In this tutorial we learn how to fix kubuntu-devel-release-upgrade command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.