standardskriver command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
standardskriver: command not found
or when using sudo you get the following error message
sudo: standardskriver: command not found
Solutions to standardskriver: command not found
How To Fix standardskriver: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu standardskriver is provided by standardskriver package.
standardskriver is:
The Standard Skriver Tool (‘standardskriver’ is Norwegian, i.e. Bokmål, for “default printer”) allows the site admin to dynamically update a user’s default printer setting at logon time.
At desktop session startup, a new default printer gets automatically configured based on the location of the client host in use and/or also based on POSIX group memberships of the current user.
Standard Skriver uses an easy-to-setup INI configuration file. The configuration syntax also supports for configuring of multiple sites, so one configuration file can be deployed to multiple sites.
To fix this problem, we can install more using the command below.
sudo apt-get -y install standardskriver
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install standardskriver.
sudo apt -y install standardskriver
Or if you have aptitude installed you can use the following command.
sudo aptitude install standardskriver
Summary
In this tutorial we learn how to fix standardskriver command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.