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

Last updated: October 12,2024

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

In this section, we are going to explain the necessary steps to install source-to-image.x86_64 on Fedora 35

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

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

Please follow the steps below to uninstall source-to-image.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:00:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : source-to-image
Version : 1.3.1
Release : 4.fc35
Architecture : x86_64
Size : 5.0 M
Source : source-to-image-1.3.1-4.fc35.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.