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

Last updated: October 06,2024

1. Install "ccache-swig.x86_64" package

Please follow the guidance below to install ccache-swig.x86_64 on Fedora 34

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

2. Uninstall "ccache-swig.x86_64" package

This tutorial shows how to uninstall ccache-swig.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:57:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ccache-swig
Version : 4.0.2
Release : 6.fc34
Architecture : x86_64
Size : 34 k
Source : swig-4.0.2-6.fc34.src.rpm
Repository : updates
Summary : Fast compiler cache
URL : http://swig.sourceforge.net/
License : GPLv2+
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.