Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68678ymostly when i type a command in bash and I haven't installed the programm it lists me aviable commands and their packages
-
kvsm6688yOn Ubuntu, this is done by command-not-found package.
If you're using pacman, maybe https://wiki.archlinux.org/index.ph... will help? -
@kvsm hmm, so I probably could write a script that sees calls to not installed packages and installs them. Thank you :)
-
kvsm6688y@FoxTobs looks like pkgfile comes with a script ☺ https://wiki.archlinux.org/index.ph...
-
@kvsm yah, but I want to take it like one step further -> installing the package I need (not by default, but I find myself installing the package after zsh telling me it's not there. Just a convenience boost for my lazy ass)
-
@FoxTobs @kvsm so far pkgfile is only telling me what package I need, or am I missing something else?
-
@tpalmerstudios cool, wanted to write it myself. Don't know when I've time to l, though..
@nmunro tell me more :) -
@alanaktion love that one. But seriously why are we not founding this? After all I'm in dev 'cause I'm lazy af
Why is there no tool autoinstalling missing programs using your favourite pac(kage)man(ager)?
Like so,
$ program
>> couldn't find “program”. Should I install it? (Y/n)
If there is one... Shame on me *rings bell*
Also, yay! First Post!
undefined
y u no install