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

Last updated: May 10,2024

1. Install "ccache-swig.x86_64" package

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

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

2. Uninstall "ccache-swig.x86_64" package

Please follow the step by step instructions below to uninstall ccache-swig.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:33:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ccache-swig
Version : 4.0.2
Release : 17.fc36
Architecture : x86_64
Size : 34 k
Source : swig-4.0.2-17.fc36.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.