WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: inxi.tcz : suggestion to add a depend  (Read 7920 times)

Offline h2

  • Newbie
  • *
  • Posts: 15
    • smxi.org
Re: inxi.tcz : suggestion to add a depend
« Reply #15 on: July 20, 2023, 04:22:00 PM »
Just going through some older inxi related posts.

inxi does not need wget for anything, it defaults to a Perl module for downloading stuff.

You can see which tool was used to download something by adding --dbg 1 to the command.

You can see what inxi found using: inxi --recommmends

inxi prefers Perl's HTTP::Tiny module for downloading unless IO::Socket::SSL is not installed, which it isn't in default TC Perl install, so then it falls back to wget, the version in TC.

I've seen no issues in TinyCore using its native wget, it all seems to work fine once ca-certificates are installed, which pulls in openssl too. I've added ca-certificates as a dependency based on a request here in the package, that will be out when 3.3.29 is released, which will not be soon unless some real bug appears.

inxi is designed to always work with the bare minimum of dependencies, and does, unless the distro broke perl itself, which TinyCore diidn't do, so that's not an issue.

Note that I had neglected to add ca-certificates because I didn't notice it, because i had to add that before grabbing and testing the inxi package builder script, and testing pinxi to verify everything is fine before making the package, so I just didn't notice that lack.


Offline nick65go

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 945
Re: inxi.tcz : suggestion to add a depend
« Reply #16 on: January 01, 2026, 12:55:56 PM »
Code: [Select]
❯ inxi -Vf
Error 23: The option: -V has been deprecated. Please use --version/--vf instead.
inxi 3.3.40-00 (2025-11-25)

Copyright (C) 2008-2025 Harald Hope aka h2
Forked from Infobash 3.02:

There are bug fixes in latest version, regarding battery status, CPU flags, etc.
https://codeberg.org/smxi/inxi-docs/src/branch/master/inxi-changelog.htm
BTW: if you have latest perl 5.0+ you just need one file (inxi -- the perl script). Grab it with
Code: [Select]
wget -O inxi https://codeberg.org/smxi/inxi/raw/master/inxi
But, if you count perl size package (or alternatively all aux tools + dependencies), then I am comfortable with the best in class "KDE System info center".
https://pkgs.alpinelinux.org/package/edge/main/x86_64/perl
https://archlinux.org/packages/extra/any/inxi/
« Last Edit: January 01, 2026, 01:25:08 PM by nick65go »