How to Install and Uninstall ccache.x86_64 Package on AlmaLinux 9
Last updated: November 28,2024
1. Install "ccache.x86_64" package
This guide covers the steps necessary to install ccache.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
ccache.x86_64
Copied
2. Uninstall "ccache.x86_64" package
Please follow the guidance below to uninstall ccache.x86_64 on AlmaLinux 9:
$
sudo dnf remove
ccache.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ccache.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:41:20 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ccache
Version : 4.5.1
Release : 2.el9
Architecture : x86_64
Size : 590 k
Source : ccache-4.5.1-2.el9.src.rpm
Repository : epel
Summary : C/C++ compiler cache
URL : http://ccache.dev/
License : GPLv3+
Description : ccache is a compiler cache. It speeds up recompilation of C/C++ code
: by caching previous compiles and detecting when the same compile is
: being done again. The main focus is to handle the GNU C/C++ compiler
: (GCC), but it may also work with compilers that mimic GCC good enough.
Available Packages
Name : ccache
Version : 4.5.1
Release : 2.el9
Architecture : x86_64
Size : 590 k
Source : ccache-4.5.1-2.el9.src.rpm
Repository : epel
Summary : C/C++ compiler cache
URL : http://ccache.dev/
License : GPLv3+
Description : ccache is a compiler cache. It speeds up recompilation of C/C++ code
: by caching previous compiles and detecting when the same compile is
: being done again. The main focus is to handle the GNU C/C++ compiler
: (GCC), but it may also work with compilers that mimic GCC good enough.