How To Install sabily-xsplash-artwork on Ubuntu 20.04
Introduction
In this tutorial we learn how to install sabily-xsplash-artwork on Ubuntu 20.04.
What is sabily-xsplash-artwork
sabily-xsplash-artwork is:
Sabily artwork used by xsplash, a userspace application that uses the X interface to draw a splash screen at boot.
There are three methods to install sabily-xsplash-artwork on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install sabily-xsplash-artwork Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install sabily-xsplash-artwork using apt-get by running the following command:
sudo apt-get -y install sabily-xsplash-artwork
Install sabily-xsplash-artwork Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install sabily-xsplash-artwork using apt by running the following command:
sudo apt -y install sabily-xsplash-artwork
Install sabily-xsplash-artwork Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
sudo aptitude update
After updating apt database, We can install sabily-xsplash-artwork using aptitude by running the following command:
sudo aptitude -y install sabily-xsplash-artwork
How To Uninstall sabily-xsplash-artwork on Ubuntu 20.04
To uninstall only the sabily-xsplash-artwork package we can use the following command:
sudo apt-get remove sabily-xsplash-artwork
Uninstall sabily-xsplash-artwork And Its Dependencies
To uninstall sabily-xsplash-artwork and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove sabily-xsplash-artwork
Remove sabily-xsplash-artwork Configurations and Data
To remove sabily-xsplash-artwork configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge sabily-xsplash-artwork
Remove sabily-xsplash-artwork configuration, data, and all of its dependencies
We can use the following command to remove sabily-xsplash-artwork configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge sabily-xsplash-artwork
References
Summary
In this tutorial we learn how to install sabily-xsplash-artwork package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.