DmitryMyadzelets / inxi

Automatically exported from code.google.com/p/inxi
0 stars 0 forks source link

upon warnings give the user more information about installing missing depend #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if a depend is missing, inxi outputs missing info into the main screen.

1) give warnings in user private channel (ie #trash80 )

2) give user a short hot-to install
    a) distrowatch page on most cli install methods
        i) [http://distrowatch.com/weekly.php?issue=20080922#feature
distrowatch]
    b) ie  from: "Resuming in non X mode: xdpyinfo not found in path"
             to: "xdpyinfo not found: apt-get install x11-utils" (for debian)
             or: "xdpyinfo not found: pacman -S xorg-utils"    (for arch)

Original issue reported on code.google.com by Trash80.v2.0@gmail.com on 15 Jul 2009 at 8:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
other useful links:
http://distrowatch.com/weekly.php?issue=20081020
http://distrowatch.com/weekly.php?issue=20081013

Original comment by Trash80.v2.0@gmail.com on 15 Jul 2009 at 8:43

GoogleCodeExporter commented 9 years ago
This is added in 1.6.6, with the new --recommends.

The error has been updated to show:
"Resuming in non X mode: $app_name not found. For package install advice run: 
inxi --recommends"

Original comment by inxi-...@techpatterns.com on 10 Jun 2011 at 11:28