How to Install and Uninstall ccache.x86_64 Package on Fedora 39

Last updated: February 08,2025

1. Install "ccache.x86_64" package

Learn how to install ccache.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ccache.x86_64

2. Uninstall "ccache.x86_64" package

Here is a brief guide to show you how to uninstall ccache.x86_64 on Fedora 39:

$ sudo dnf remove ccache.x86_64 $ sudo dnf autoremove

3. Information about the ccache.x86_64 package on Fedora 39

Last metadata expiration check: 4:21:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ccache
Version : 4.8.2
Release : 2.fc39
Architecture : x86_64
Size : 666 k
Source : ccache-4.8.2-2.fc39.src.rpm
Repository : fedora
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.