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

Last updated: November 30,2024

1. Install "ccache-swig.x86_64" package

This tutorial shows how to install ccache-swig.x86_64 on Fedora 35

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

2. Uninstall "ccache-swig.x86_64" package

Please follow the guidance below to uninstall ccache-swig.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:01:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ccache-swig
Version : 4.0.2
Release : 10.fc35
Architecture : x86_64
Size : 33 k
Source : swig-4.0.2-10.fc35.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.