Some applications will also create a directory in~/.local/shareor~/.configto store their configuration and user profile. For Telegram, it creates~/.local/share/TelegramDesktopdirectory. Now, to remove the Telegram package along with its dependencies and additional packages, we can useapt remove:...
Most Linuxdesktop environmentslet us remove the software that comes with it. Thereby, allowing us to save disk space or replace them with alternatives. This article discusses how to remove the stock apps that come withGNOME, the most popular desktop environment. First, we’ll cover the component...
a volume is not automatically removed at the same time. When a volume exists and is no longer connected to any containers, it’s called adangling volume. To locate them to confirm you want to remove them, you can use thedocker volume lscommand with a filter to limit the results...
The command line can also be used to install applications usingdnf(Red Hat Enterprise Linux, Fedora),apt(Ubuntu, Debian), orzipper(SUSE). Some software is available directly from the vendor. This can be in several formats: RPM package – used for RPM based systems like Red Hat, Fedora, ...
What is the command to uninstall a package using the package manager in Linux®? In most Linux® distributions, the command to uninstall a package using the package manager is "apt-get remove [package-name]" for systems using the advanced package tool (APT) package manager, or "yum remo...
To remove packages that were installed as dependencies, but which no longer have the parent application, installed run the following command: sudo apt-get autoremove You are now armed with everything you need to know in order to remove packages and applications within Ubuntu....
Ubuntu enables developing and running applications that comply with the FIPS 140-2 data protection standard. The approach we follow gives a system-wide switch that is transparent for the applications and makes development easy by ensuring that applications that use non-compliant algorithms fail to exe...
Transparent Huge Pages(THP) are enabled by default in RHEL 6 forallapplications. The kernel attempts to allocate hugepages whenever possible and any Linux process will receive 2MB pages if the mmap region is 2MB naturally aligned. The main kernel address space itself is mapped with hugepages, ...
Wine software is a layer developed by WineHQ that allows you to run Windows-compatible applications or games on a Linux system. You can run and use the software in the WineHQ database on your Linux computer. Supposeyou have installed Kali Linux on your computer. In that case, you will ...
In this chapter, we’ll discuss in detail how to work with disks on a Linux system. You’ll learn how to partition disks, create and maintain the filesystems that go inside disk partitions, and work with swap space. 在第三章中,我们讨论了内核提供的一些顶层磁盘设备。 在本章中,我们将...