By the way, you stated you could not find which package carries 'w'. Here is what I did:
(1) whereis w -- returns 'w: /usr/bin/w.procps /usr/bin/w /usr/share/man/man1/w.1.gz' (2) apt-file search /bin/w (I am lazy) -- returns many entries, none of them seem to apply; (3) ls -l /usr/bin/w -- returns '/usr/bin/w -> /etc/alternatives/w' Ah, so it is managed by Alternatives. So now we can either 'ls -l /etc/alternatives/w', or 'update-alternatives --list w'. Both of them point to /usr/bin/w.procps Now we run, again, 'apt-file search /usr/bin/w.procps' -- returns 'procps: /usr/bin/w.procps'. So 'w' belongs to the procps package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875817 Title: who -q no longer counts gui users To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/875817/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
