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

Last updated: October 07,2024

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

This guide let you learn how to install source-to-image.x86_64 on Fedora 36

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

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

Learn how to uninstall source-to-image.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:35:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : source-to-image
Version : 1.3.1
Release : 5.fc36
Architecture : x86_64
Size : 4.8 M
Source : source-to-image-1.3.1-5.fc36.src.rpm
Repository : updates
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.