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

uninstall command? #64

Open
tunnckoCore opened this issue May 24, 2016 · 7 comments
Open

uninstall command? #64

tunnckoCore opened this issue May 24, 2016 · 7 comments

Comments

@tunnckoCore
Copy link

tunnckoCore commented May 24, 2016

edit: meaning uninstall command for packages, also package's deps

we also need bpkg unistaller it would be something like

TMPDIR=${TMPDIR:-/tmp}
DEST=${DEST:-${TMPDIR}/bpkg-master}
[ -z "$PREFIX" ] && PREFIX="/usr/local"

sudo rm -rf $DEST
sudo rm -rf "$PREFIX/bpkg*"

maybe? In combination with bpkg uninstall [-g] command it will work perfectly.

@tunnckoCore
Copy link
Author

bump?

@jwerle
Copy link
Member

jwerle commented Jun 21, 2016

We'd happily accept a PR or a more detailed approach on how to implement
this

On Tue, Jun 21, 2016, 9:38 AM Charlike Mike Reagent <
notifications@github.com> wrote:

bump?


You are receiving this because you are subscribed to this thread.

Reply to this email directly, view it on GitHub
#64 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABZSvcH45MA8h8Y0PqumH4GdCk0Z_v3Nks5qN-lsgaJpZM4IlFqz
.

@jwerle
Copy link
Member

jwerle commented Sep 13, 2016

possible duplicate of #31

@tunnckoCore
Copy link
Author

tunnckoCore commented Sep 13, 2016

@jwerle partially, his issue is for uninstalling package, i'm talking (mainly) for uninstalling bpkg from the system.

@gutierri
Copy link

@tunnckoCore Referring to bpkg itself. What do you think?
bpkg uninstall [-g] bpkg

@tunnckoCore
Copy link
Author

Maybe yes.

@hydra1983
Copy link

@olstenlarck GH-94 the uninstall command is supported now. but PREFIX is not working yet

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

No branches or pull requests

5 participants