How to Install and Uninstall golang-github-milochristiansen-axis2-devel.noarch Package on Fedora 34

Last updated: November 27,2024

1. Install "golang-github-milochristiansen-axis2-devel.noarch" package

Please follow the instructions below to install golang-github-milochristiansen-axis2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-milochristiansen-axis2-devel.noarch

2. Uninstall "golang-github-milochristiansen-axis2-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-milochristiansen-axis2-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-milochristiansen-axis2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-milochristiansen-axis2-devel.noarch package on Fedora 34

Last metadata expiration check: 3:28:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-milochristiansen-axis2-devel
Version : 0
Release : 0.15.20190602git20ad745.fc34
Architecture : noarch
Size : 22 k
Source : golang-github-milochristiansen-axis2-0-0.15.20190602git20ad745.fc34.src.rpm
Repository : fedora
Summary : AXIS Virtual File System
URL : https://github.com/milochristiansen/axis2
License : zlib
Description : AXIS is based on a few simple interfaces and a set of API functions that operate
: on these interfaces. Clients use the provided implementations of these
: interfaces (or provide their own custom implementations) to create "data
: sources" that may be mounted on a "file system" and used for OS-independent file
: IO.
:
: AXIS was originally written to allow files inside of archives to be handled with
: exactly the same API as used for files inside of directories, but it has since
: grown to allow "logical" files and directories as well as "multiplexing"
: multiple items on the same location (to, for example, make two directories look
: and act like one). These properties make AXIS perfect for handling data and
: configuration files for any program where flexibility is important, the program
: does not need to know where its files are actually located, it simply needs them
: to be at a certain place in it's AXIS file system. Changing where a program
: loads it's files from is then as simple as changing the code that initializes
: the file system.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/milochristiansen/axis2