Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add package inxi #694

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bb010g
Copy link

@bb010g bb010g commented Dec 18, 2024

Note

This PR is a patch stack. Please do not squash these commits.

Describe the package

inxi is “a full featured system information script”, designed to make technical support for Linux installations easier. inxi can comprehensively describe a system with no extra configuration, and it has been well maintained since 2008. inxi is extremely lightweight, committed to running anywhere that provides its sole required dependency of Perl 5.008 or later.

inxi is a good companion to other packages in main like htop, lshw, and Smartmontools, providing a friendly & reliable interface for diagnostics, even when the the system may be in a degraded state. In addition, providing inxi by default means that those outside of the Universal Blue community who end up providing support for a Universal Blue distribution will have a familiar tool to rely on.

Information on the package

$ dnf info inxi
Available packages
Name           : inxi
Epoch          : 0
Version        : 3.3.36
Release        : 1.fc41
Architecture   : noarch
Download size  : 579.7 KiB
Installed size : 2.2 MiB
Source         : inxi-3.3.36-1.fc41.src.rpm
Repository     : fedora
Summary        : A full featured system information script
URL            : https://smxi.org/docs/inxi.htm
License        : GPL-3.0-or-later
Description    : Inxi offers a wide range of built-in options, as well as a good number of extra
               : features which require having the script recommends installed on the system.
Vendor         : Fedora Project

See also Repology's information on inxi.

Image

All Images

Signed-of-by: Dusk Banks <[email protected]>
## Describe the package

[inxi] is “a full featured system information script”,
designed to make technical support for Linux installations easier.
inxi can comprehensively describe a system with no extra configuration,
and it has been well maintained since 2008.
inxi is extremely lightweight,
[committed][inxi-core-mission] to running anywhere that provides its
sole required dependency of Perl 5.008 or later.

inxi is a good companion to other packages in main like htop, lshw, and
Smartmontools,
providing a friendly & reliable interface for diagnostics,
even when the the system may be in a degraded state.
In addition,
providing inxi by default means that those outside of the Universal Blue
community who end up providing support for a Universal Blue distribution
will have a familiar tool to rely on.

[inxi]: <https://smxi.org/docs/inxi.htm>
[inxi-core-mission]: <https://smxi.org/docs/inxi-core-mission.htm>

## Information on the package

```
$ dnf info inxi
Available packages
Name           : inxi
Epoch          : 0
Version        : 3.3.36
Release        : 1.fc41
Architecture   : noarch
Download size  : 579.7 KiB
Installed size : 2.2 MiB
Source         : inxi-3.3.36-1.fc41.src.rpm
Repository     : fedora
Summary        : A full featured system information script
URL            : https://smxi.org/docs/inxi.htm
License        : GPL-3.0-or-later
Description    : Inxi offers a wide range of built-in options, as well as a good number of extra
               : features which require having the script recommends installed on the system.
Vendor         : Fedora Project
```

See also [Repology's information on inxi][Repology/inxi].

[Repology/inxi]: <https://repology.org/project/inxi/information>

## Image

All Images

## Trailers

Signed-off-by: Dusk Banks <[email protected]>
@bb010g bb010g requested a review from castrojo as a code owner December 18, 2024 04:32
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant