Vsidians,
I have watched the amazing amount of updates for the past month, and glad some of my fav apps, which have been broken due to the systemd or lightdm or other issue, are back up and running.
But sadly one of my fav utilities, inxi, is still MIA, apparently due to a missing 'uptime.'
When I run inxi --recommends, I get a lot of stuff, but sifting through to the part that matters:
The following applications are missing from your system:
Application: uptime
To add to your system, install the proper distribution package for your system:
Debian/Ubuntu: procps :: Arch Linux: procps :: Redhat/Fedora/Suse: procps
It says I need 'uptime' and recommends I install 'procps'. When I do that (via: sudo apt-get install procps), it tells me
get procps
[sudo] password for superwow:
Reading package lists... Done
Building dependency tree
Reading state information... Done
procps is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Are y'all having the same problems?