betty icon indicating copy to clipboard operation
betty copied to clipboard

command not found stuff on arch

Open xeon-zolt opened this issue 7 years ago • 6 comments

[xeon@dzb ~]$ betty what is my name Betty: Okay, I have multiple ways to respond. Betty: Enter the number of the command you want me to run, or N (no) if you don't want me to run any. [1] whoami Gets your system username. [2] finger $(whoami) | sed 's/.*: *//;q' Gets your full name. 2 Betty: Running finger $(whoami) | sed 's/.*: *//;q' sh: finger: command not found

xeon-zolt avatar Oct 01 '16 17:10 xeon-zolt

You need to install finger command package on Arch

likeadragonmaid avatar Oct 03 '16 05:10 likeadragonmaid

ahh it would be good if betty can tell me how to install it or give me options to install it

xeon-zolt avatar Oct 03 '16 05:10 xeon-zolt

There are so many distros with their own package management systems, so it's kinda difficult to support them all...

likeadragonmaid avatar Oct 03 '16 05:10 likeadragonmaid

their are limited no. of package managers used like pacman , apt etc then using uname or similar we can find out distro or check by running packagemanger -version type command and then a if else ??

xeon-zolt avatar Oct 03 '16 06:10 xeon-zolt

Actually there are lot of package management systems. Although support for popular ones can be added. Why don't you fork the project and do the necessary changes?

likeadragonmaid avatar Oct 04 '16 04:10 likeadragonmaid

i am gonna after some time

xeon-zolt avatar Oct 04 '16 04:10 xeon-zolt