Skip to content

apt-get remove emqx does not remove /usr/bin/emqx* #2450

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

Closed
johnfwhitmore opened this issue Apr 17, 2019 · 6 comments
Closed

apt-get remove emqx does not remove /usr/bin/emqx* #2450

johnfwhitmore opened this issue Apr 17, 2019 · 6 comments
Assignees
Labels

Comments

@johnfwhitmore
Copy link

Environment

  • OS: Ubuntu 16.04
  • Erlang/OTP: 21
  • EMQ: commit 0c104fa

Description

If you remove emqx with the command 'apt-get remove emqx' to reinstall a fresh build the executables in '/usr/bin' are not removed.

@Rory-Z
Copy link
Member

Rory-Z commented Apr 18, 2019

We have not released the APT source of emqx. How do you install emqx with the apt command?

@turtleDeng turtleDeng added this to the 3.1-rc.3 milestone Apr 18, 2019
@johnfwhitmore
Copy link
Author

johnfwhitmore commented Apr 18, 2019 via email

@Rory-Z
Copy link
Member

Rory-Z commented May 15, 2019

If you are using emqx installed with the dpkg -i command, you need to uninstall emqx using dpkg -r emqx or dpkg -P emqx

@phanimahesh
Copy link
Contributor

afaik they should be equivalent. Apt is a dpkg frontend.

@HJianBo
Copy link
Member

HJianBo commented May 22, 2019

Close it first. Plz reopen it if has any question there

@HJianBo HJianBo closed this as completed May 22, 2019
@EgHubs
Copy link

EgHubs commented Jun 25, 2022

Note
these commands will delete any configs that you have for the repo
like the emqx.config and the certs of the library

dpkg -L emqx 
dpkg -P emqx
dpkg -L emqx

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

No branches or pull requests

6 participants