How to Install and Uninstall artifacts.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "artifacts.noarch" package

This tutorial shows how to install artifacts.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install artifacts.noarch

2. Uninstall "artifacts.noarch" package

This is a short guide on how to uninstall artifacts.noarch on Fedora 35:

$ sudo dnf remove artifacts.noarch $ sudo dnf autoremove

3. Information about the artifacts.noarch package on Fedora 35

Last metadata expiration check: 2:52:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : artifacts
Version : 0.0.20210620
Release : 1.fc35
Architecture : noarch
Size : 79 k
Source : artifacts-0.0.20210620-1.fc35.src.rpm
Repository : fedora
Summary : Collection of digital forensic artifacts
URL : https://github.com/ForensicArtifacts/artifacts
License : ASL 2.0
Description : A free, community-sourced, machine-readable knowledge base of digital
: forensic artifacts that the world can use both as an information source
: and within other tools.
:
: If you'd like to use the artifacts in your own tools, all you need to be
: able to do is read YAML. That is it, no other dependencies. The Python
: code in this project is just used to validate all the artifacts to make
: sure they follow the specification.