How to Install and Uninstall source-to-image.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "source-to-image.x86_64" package

Please follow the guidelines below to install source-to-image.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install source-to-image.x86_64

2. Uninstall "source-to-image.x86_64" package

In this section, we are going to explain the necessary steps to uninstall source-to-image.x86_64 on Fedora 34:

$ sudo dnf remove source-to-image.x86_64 $ sudo dnf autoremove

3. Information about the source-to-image.x86_64 package on Fedora 34

Last metadata expiration check: 2:26:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : source-to-image
Version : 1.3.1
Release : 1.fc34
Architecture : x86_64
Size : 5.0 M
Source : source-to-image-1.3.1-1.fc34.src.rpm
Repository : fedora
Summary : A tool for building artifacts from source and injecting into docker images
URL : https://github.com/openshift/source-to-image
License : ASL 2.0
Description :
: Source-to-Image (S2I) is a toolkit and workflow for building reproducible
: container images from source code. S2I produces ready-to-run images by
: injecting source code into a container image and letting the container prepare
: that source code for execution. By creating self-assembling builder images,
: you can version and control your build environments exactly like you use
: container images to version your runtime environments.