How to Install and Uninstall ctemplate.i686 Package on Fedora 39

Last updated: January 17,2025

1. Install "ctemplate.i686" package

Learn how to install ctemplate.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install ctemplate.i686

2. Uninstall "ctemplate.i686" package

This guide covers the steps necessary to uninstall ctemplate.i686 on Fedora 39:

$ sudo dnf remove ctemplate.i686 $ sudo dnf autoremove

3. Information about the ctemplate.i686 package on Fedora 39

Last metadata expiration check: 3:10:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ctemplate
Version : 2.4
Release : 8.fc39
Architecture : i686
Size : 178 k
Source : ctemplate-2.4-8.fc39.src.rpm
Repository : fedora
Summary : A simple but powerful template language for C++
URL : https://github.com/olafvdspek/ctemplate
License : BSD-3-Clause
Description : CTemplate is a simple but powerful template language for C++. It
: emphasizes separating logic from presentation: it is impossible to
: embed application logic in this template language.