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

Last updated: October 12,2024

1. Install "ccache-swig.x86_64" package

This guide covers the steps necessary to install ccache-swig.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ccache-swig.x86_64

2. Uninstall "ccache-swig.x86_64" package

Please follow the guidelines below to uninstall ccache-swig.x86_64 on Fedora 39:

$ sudo dnf remove ccache-swig.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:25:39 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ccache-swig
Version : 4.1.1
Release : 9.fc39
Architecture : x86_64
Size : 34 k
Source : swig-4.1.1-9.fc39.src.rpm
Repository : fedora
Summary : Fast compiler cache
URL : https://www.swig.org/
License : GPL-2.0-or-later
Description : ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIG
: code by caching previous compiles and detecting when the same compile is
: being done again. ccache-swig is ccache plus support for SWIG.