How to Install and Uninstall golang-github-mschoch-smat-devel.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "golang-github-mschoch-smat-devel.noarch" package

Please follow the step by step instructions below to install golang-github-mschoch-smat-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-mschoch-smat-devel.noarch

2. Uninstall "golang-github-mschoch-smat-devel.noarch" package

This guide let you learn how to uninstall golang-github-mschoch-smat-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-mschoch-smat-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mschoch-smat-devel.noarch package on Fedora 34

Last metadata expiration check: 3:54:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-mschoch-smat-devel
Version : 0.2.0
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : golang-github-mschoch-smat-0.2.0-2.fc34.src.rpm
Repository : fedora
Summary : State Machine Assisted Testing
URL : https://github.com/mschoch/smat
License : ASL 2.0
Description : The concept is simple, describe valid uses of your library as states and
: actions. States describe which actions are possible, and with what probability
: they should occur. Actions mutate the context and transition to another state.
:
: By doing this, two things are possible:
: – Use go-fuzz to find/test interesting sequences of operations on your library.
: – Automate longevity testing of your application by performing long sequences
: of valid operations.
:
: Both of these can also incorporate validation logic (not just failure detection
: by building validation into the state machine).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mschoch/smat