rfmoz / tuptime

Report historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output.
GNU General Public License v2.0
288 stars 40 forks source link

How to uninstall the tuptime installed by script? #77

Closed TKONIY closed 1 year ago

TKONIY commented 1 year ago

System ubuntu20.04LTS My tuptime is installed by https://git.io/tuptime-install.sh Now I want to uninstall it, how can I do it?

rfmoz commented 1 year ago

As you have Ubuntu, use the package manager to reinstall and uninstall it properly:

apt install tuptime
apt remove tuptime
TKONIY commented 1 year ago

But I have installed it by the script. Can this reinstall&uninstall help me correctly uninstall the uptime I previously installed?

rfmoz commented 1 year ago

The package manager will overwrite the files that the installation script copied and, besides, it provides the uninstall way.

TKONIY commented 1 year ago

Thanks!