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

Last updated: February 08,2025

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

This guide let you learn how to install golang-github-appc-docker2aci.x86_64 on Fedora 35

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

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

This guide covers the steps necessary to uninstall golang-github-appc-docker2aci.x86_64 on Fedora 35:

$ 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 35

Last metadata expiration check: 5:26:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-appc-docker2aci
Version : 0.17.2
Release : 9.fc35
Architecture : x86_64
Size : 2.2 M
Source : golang-github-appc-docker2aci-0.17.2-9.fc35.src.rpm
Repository : updates
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.