How to Install and Uninstall golang-github-appc-docker2aci.x86_64 Package on Fedora 39

Last updated: October 10,2024

1. Install "golang-github-appc-docker2aci.x86_64" package

Please follow the guidelines below to install golang-github-appc-docker2aci.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-appc-docker2aci.x86_64

2. Uninstall "golang-github-appc-docker2aci.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-github-appc-docker2aci.x86_64 on Fedora 39:

$ sudo dnf remove golang-github-appc-docker2aci.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-appc-docker2aci.x86_64 package on Fedora 39

Last metadata expiration check: 0:02:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-appc-docker2aci
Version : 0.17.2
Release : 13.fc39
Architecture : x86_64
Size : 2.3 M
Source : golang-github-appc-docker2aci-0.17.2-13.fc39.src.rpm
Repository : fedora
Summary : Library and CLI tool to convert Docker images to ACIs
URL : https://github.com/appc/docker2aci
License : ASL 2.0
Description :
: Docker2aci is a small library and CLI binary that converts Docker images to ACI.
: It takes as input either a file generated by "docker save" or a Docker registry
: URL. It gets all the layers of a Docker image and squashes them into an ACI
: image. Optionally, it can generate one ACI for each layer, setting the correct
: dependencies.