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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install golang-github-appc-docker2aci.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall golang-github-appc-docker2aci.x86_64 on Fedora 36:

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

Last metadata expiration check: 2:51:42 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-appc-docker2aci
Version : 0.17.2
Release : 10.fc36
Architecture : x86_64
Size : 2.2 M
Source : golang-github-appc-docker2aci-0.17.2-10.fc36.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.