org.buddiesofbudgie.budgie-desktop-view command not found

In this troubleshooting guide we learn how to fix org.buddiesofbudgie.budgie-desktop-view command not found error message

Introduction

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

org.buddiesofbudgie.budgie-desktop-view: command not found

or when using sudo you get the following error message

sudo: org.buddiesofbudgie.budgie-desktop-view: command not found

Solutions to org.buddiesofbudgie.budgie-desktop-view: command not found

How To Fix org.buddiesofbudgie.budgie-desktop-view: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu org.buddiesofbudgie.budgie-desktop-view is provided by budgie-desktop-view package.

budgie-desktop-view is:

Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GNOME-Session and Mutter.

Budgie Desktop View provides: Options to enable and access “special” folders such as your Home directory and Trash. Showing active drive / volume mounts (including mounted removable media). An ordered list of Desktop directory contents, prioritizing folders before files while maintaining order of content that respects locales. Independently adjustable icon sizing from your file manager Right-click menu options for the background canvas to quickly access Budgie Desktop and System Settings, as well right-click menu options for opening a file using the default app, or via the Terminal.

Budgie Desktop View is designed for the Budgie Desktop

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

sudo apt-get -y install budgie-desktop-view

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

You can also use apt command to install budgie-desktop-view.

sudo apt -y install budgie-desktop-view

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

sudo aptitude install budgie-desktop-view

Summary

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