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

Last updated: October 02,2024

1. Install "artifacts.noarch" package

Here is a brief guide to show you how to install artifacts.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install artifacts.noarch

2. Uninstall "artifacts.noarch" package

This guide let you learn how to uninstall artifacts.noarch on Fedora 38:

$ sudo dnf remove artifacts.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:45:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : artifacts
Version : 0.0.20221219
Release : 2.fc38
Architecture : noarch
Size : 106 k
Source : artifacts-0.0.20221219-2.fc38.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.