Skip to Content
User ManualMulti AgentMulti Agent Linux Installation and Usage Guide

Multi Agent Linux Installation and Usage Guide

QueryPie Multi Agent runs only on Linux platforms with a FreeDesktop environment.

Supported Targets

BaseDistributionMinimum Supported VersionVerified Versions (validated by the dev team)
DebianDebian10 (Buster)12 (Bookworm)
DebianUbuntu18.04 LTS (Bionic)24.04 LTS (Noble)
DebianKali2018.42024.2
RedHatFedora2840
RedHatRHEL8 (Ootpa)-
RedHatCentOS8.0-
  • Minimum supported version: The minimum Linux version that supports glibc 2.27

Installation and Removal

Download the installer

You can download the Multi Agent installer via QueryPie Web > Profile > Multi-Agent.

Prerequisites

Multi Agent provides a tray icon feature via StatusNotifierItem .

Depending on the Linux distribution, StatusNotifierItem may not be exposed by default.

1. Check installation

gnome-extensions info appindicatorsupport@rgcjonas.gmail.com

Not installed

Extension “appindicatorsupport@rgcjonas.gmail.com” doesn't exist

Installed

Make sure State is ENABLED.

appindicatorsupport@rgcjonas.gmail.com Name: AppIndicator and KStatusNotifierItem Support Description: Adds AppIndicator, KStatusNotifierItem and legacy Tray icons support to the Shell Path: /home/parallels/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Version: 53 State: ENABLED

2. Install

Download and install AppIndicator and KStatusNotifierItem Support from the link below.

https://extensions.gnome.org/extension/615/appindicator-support/ 

Screenshot-20250404-144620.png

image-20250404-054650.png

Debian-based

Based on the dpkg command.

Install

  1. Download querypie-multi-agent.deb.
  2. Run the following command to install the file. Output example
  3. Verify the installation. Output example

Uninstall

Run the following command in the terminal.

sudo dpkg -r querypie-multi-agent

Output example

Removing querypie-multi-agent (3) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ...

RedHat-based

Based on the rpm command.

Install

  1. Download querypie-multi-agent.rpm.
  2. Run the following command in the terminal to install the file. Output example
  3. Verify the installation. Output example

Uninstall

Run the following command in the terminal.

sudo rpm -e querypie-multi-agent

Output example

QueryPie Multi Agent is being uninstalled. QueryPie Multi Agent has been uninstalled.

Keyring

The following is based on Ubuntu.

In the GNOME desktop environment, there is a system that securely stores and manages user passwords, encryption keys, and certificates.

If the Login keyring is locked in the Passwords and Keys app, Multi Agent will require administrator privileges at startup.

image-20250403-080719.png

image-20250403-080458.png

If you unlock it using the Unlock button, administrator privileges will not be required at runtime.

image-20250403-080814.png

Troubleshooting

If a Default Browser is not set, links will not open. Please set a default browser in your browser’s settings.

image-20250404-100924.png

Last updated on