Steps to manually install / uninstall osquery on an Ubuntu system

Steps to manually install / uninstall osquery on an Ubuntu system

Overview


This document outlines the procedure on how to install / uninstall osquery on an Ubuntu system


Procedure


Installation


sudo dpkg -i osquery-<version>-Uptycs.deb


Uninstall


sudo service  osqueryd stop

sudo apt-get remove osquery

# Cleanup osquery directories

sudo rm -rf /etc/osquery

sudo rm -rf /var/osquery


    • Related Articles

    • Steps to manually install/uninstall Osquery on Ubuntu based Linux

      Overview This document outlines the procedure on how to install/uninstall osquery on Ubuntu-based Linux. Procedure Installation Download the installer. Copy the Ubuntu installer (osquery-<version>-deb) to the endpoint (to a directory such as /tmp) cp ...
    • Steps to manually install/uninstall Osquery on CentOS Linux

      Overview This document outlines the procedure on how to install/uninstall osquery on CentOS-based Linux. Procedure Installation Download the installer. Copy the Ubuntu installer (osquery-<version>-rpm) to the endpoint (to a directory such as /tmp) cp ...
    • Steps to manual install/uninstall osquery on Windows a system

      Overview This document outlines the procedure on how to install/uninstall osquery on a Windows Procedure Installation Right-click (or double-click) the pkg file and choose "Install" OSquery will self-install. Uninstall Go to the "Control Panel" ...
    • Steps to manually install/uninstall on CentOS/RHEL

      Overview This document outlines the procedure to install or uninstall the Uptycs osquery agent on a CentOS/RHEL system that uses systemd. You may choose to use either rpm or yum based on your environment standards. Procedure Installation with rpm ...
    • Installing OSQuery using Jamf Pro

      Overview This document outlines the procedure on how to install the Uptycs osquery agent on macOS using Jamf. If you are already familiar with Jamf, please use the attached UptycsOsquery.plist and UptycsOsquery.mobileconfig files to setup Uptycs ...