How To Install plymouth-theme-ubuntu-logo on Ubuntu 20.04
Introduction
In this tutorial we learn how to install plymouth-theme-ubuntu-logo on Ubuntu 20.04.
What is plymouth-theme-ubuntu-logo
plymouth-theme-ubuntu-logo is:
Plymouth provides a boot-time I/O multiplexing framework - the most obvious use for which is to provide an attractive graphical animation in place of the text messages that normally get shown during boot. (The messages are instead redirected to a logfile for later viewing.) However, in event-driven boot systems Plymouth can also usefully handle user interaction such as password prompts for encrypted file systems.
This package contains the default ubuntu-logo theme. Task: ubuntukylin-desktop
Package: plymouth-theme-ubuntu-logo Architecture: amd64 Version: 0.9.4git20200323-0ubuntu6 Priority: optional Section: universe/x11 Source: plymouth Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Laurent Bigonville [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 183 Provides: plymouth-theme Depends: plymouth (= 0.9.4git20200323-0ubuntu6), plymouth-label (= 0.9.4git20200323-0ubuntu6) Filename: pool/universe/p/plymouth/plymouth-theme-ubuntu-logo_0.9.4git20200323-0ubuntu6_amd64.deb Size: 83380 MD5sum: b821971db4231bb4723d126b369a4c40 SHA1: 50d9fcc1005ffaa4a1d8f5559eb15781904fa3fc SHA256: a9926dfb842ae0b1c56651fed85a07fbc5b8e5bc27363bc7498978d50f3569ea Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Description-en: boot animation, logger and I/O multiplexer - ubuntu theme Plymouth provides a boot-time I/O multiplexing framework - the most obvious use for which is to provide an attractive graphical animation in place of the text messages that normally get shown during boot. (The messages are instead redirected to a logfile for later viewing.) However, in event-driven boot systems Plymouth can also usefully handle user interaction such as password prompts for encrypted file systems.
This package contains the default ubuntu-logo theme. Task: ubuntukylin-desktop
There are three methods to install plymouth-theme-ubuntu-logo 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 plymouth-theme-ubuntu-logo Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install plymouth-theme-ubuntu-logo using apt-get by running the following command:
sudo apt-get -y install plymouth-theme-ubuntu-logo
Install plymouth-theme-ubuntu-logo Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install plymouth-theme-ubuntu-logo using apt by running the following command:
sudo apt -y install plymouth-theme-ubuntu-logo
Install plymouth-theme-ubuntu-logo 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 plymouth-theme-ubuntu-logo using aptitude by running the following command:
sudo aptitude -y install plymouth-theme-ubuntu-logo
How To Uninstall plymouth-theme-ubuntu-logo on Ubuntu 20.04
To uninstall only the plymouth-theme-ubuntu-logo package we can use the following command:
sudo apt-get remove plymouth-theme-ubuntu-logo
Uninstall plymouth-theme-ubuntu-logo And Its Dependencies
To uninstall plymouth-theme-ubuntu-logo and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove plymouth-theme-ubuntu-logo
Remove plymouth-theme-ubuntu-logo Configurations and Data
To remove plymouth-theme-ubuntu-logo configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge plymouth-theme-ubuntu-logo
Remove plymouth-theme-ubuntu-logo configuration, data, and all of its dependencies
We can use the following command to remove plymouth-theme-ubuntu-logo configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge plymouth-theme-ubuntu-logo
References
Summary
In this tutorial we learn how to install plymouth-theme-ubuntu-logo package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.