Unloading and reloading of InfluxDB

Source: Internet
Author: User
Tags influxdb

I was installed by the following way, so uninstall is also used by the rpm uninstall command

wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
sudo rpm-ivh influxdb-latest-1.x86_64.rpm

Installation reference: http://www.cnblogs.com/ghj1976/p/4087649.html

Uninstall command:

[Email protected] shared]# rpm-q influxdb
Influxdb-0.8.7-1.x86_64
[Email protected] shared]# rpm-e influxdb
[Email protected] shared]# rpm-q influxdb
Package influxdb are not installed

Parameter description:

    • First, the name of the RPM package can be queried by Rpm-q < keywords >
    • Then call RPM-E < package name > Delete specific RPM package
    • If you encounter dependencies that cannot be deleted, use RPM-E--nodeps < package name > do not check dependencies, delete rpm packages directly
    • If there is just more than one package called the same name, use RPM-E--allmatches--nodeps < package name > Remove all packages of the same name and ignore dependencies

When you have finished deleting, clear the existing files:

[[email protected] opt]# ls
Influxdb
[Email protected] opt]# RM-RF influxdb
[[email protected] opt]# ls

After the cleanup is completed, note the need to restart the computer, I have encountered before the restart, again after installation, still can not start the issue.

Unloading and reloading of InfluxDB

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.