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

Last updated: September 20,2024

1. Install "artifacts.noarch" package

This guide covers the steps necessary to install artifacts.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install artifacts.noarch

2. Uninstall "artifacts.noarch" package

This guide covers the steps necessary to uninstall artifacts.noarch on Fedora 34:

$ sudo dnf remove artifacts.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:43:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : artifacts
Version : 0.0.20201106
Release : 2.fc34
Architecture : noarch
Size : 78 k
Source : artifacts-0.0.20201106-2.fc34.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.