budgie-welcome command not found

In this troubleshooting guide we learn how to fix budgie-welcome command not found error message

Introduction

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

budgie-welcome: command not found

or when using sudo you get the following error message

sudo: budgie-welcome: command not found

Solutions to budgie-welcome: command not found

How To Fix budgie-welcome: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu budgie-welcome is provided by budgie-welcome package.

budgie-welcome is:

A welcome screen for Ubuntu Budgie that provides links to helpful resources and utilities. For new user accounts and a live-session the welcome application displays information about Ubuntu, budgie-desktop together with presenting options to tailor the look and feel of the user’s desktop.

This installs a helper script for the user to install the SNAP version of budgie-welcome to complete the installation of Ubuntu 18.04

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

sudo apt-get -y install budgie-welcome

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

You can also use apt command to install budgie-welcome.

sudo apt -y install budgie-welcome

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

sudo aptitude install budgie-welcome

Summary

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