Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command not found stuff on arch #184

Open
xeon-zolt opened this issue Oct 1, 2016 · 6 comments
Open

command not found stuff on arch #184

xeon-zolt opened this issue Oct 1, 2016 · 6 comments

Comments

@xeon-zolt
Copy link

[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

@likeadragonmaid
Copy link

You need to install finger command package on Arch

@xeon-zolt
Copy link
Author

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

@likeadragonmaid
Copy link

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

@xeon-zolt
Copy link
Author

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
??

@likeadragonmaid
Copy link

likeadragonmaid commented Oct 4, 2016

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?

@xeon-zolt
Copy link
Author

i am gonna after some time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants