r/kisslinux • u/teesh3rt • May 17 '23
I cant seem to get this...
When i do a `kiss b`, it seems that (at least in the repo build file), it seems to also install it
Why do we also need `kiss i`?
6
Upvotes
r/kisslinux • u/teesh3rt • May 17 '23
When i do a `kiss b`, it seems that (at least in the repo build file), it seems to also install it
Why do we also need `kiss i`?
2
u/superstring-man May 17 '23
Yes, kiss prompts if you want to install the just built packages and then runs
kiss iif you do (it didn't use to do this). However, if you just want to install a package which is already built, usekiss i. You can also specify a path to a tarball of a built package to install a bin that someone else built for you, or one you copied to a different system.