Multi Agent for Linux: Installation and Usage Guide
QueryPie Multi Agent operates exclusively on Linux platforms with a FreeDesktop environment.
Supported Platforms
Base | Distribution | Minimum Supported Version | Verified Version (by Development Team) |
---|---|---|---|
Debian | Debian | 10 (Buster) | 12 (Bookworm) |
Ubuntu | 18.04 LTS (Bionic) | 24.04 LTS (Noble) | |
Kali | 2018.4 | 2024.2 | |
RedHat | Fedora | 28 | 40 |
RHEL | 8 (Ootpa) | - | |
CentOS | 8.0 | - |
Minimum Supported Version: The minimum Linux version that supports glibc 2.27.
Installation and Uninstallation
Download Installation File
You can download the Multi Agent installation file by navigating to QueryPie Web > Profile > Multi-Agent.
Prerequisites
Multi Agent provides tray icon functionality using StatusNotifierItem.
On various Linux distributions, StatusNotifierItem might not be displayed by default.
1. Check Installation Status
gnome-extensions info appindicatorsupport@rgcjonas.gmail.com
If not installed, you will see:
Extension “appindicatorsupport@rgcjonas.gmail.com” doesn't exist
If installed, you will see:
Ensure its 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. Installation
Install "AppIndicator and KStatusNotifierItem Support" from the following link:
https://extensions.gnome.org/extension/615/appindicator-support/


Debian-based Systems
Instructions are based on the dpkg command.
Install
Download
querypie-multi-agent.deb
.Execute the following command to install the file:
CODEsudo dpkg -i ~/Downloads/querypie-multi-agent.deb
Example Output:
CODEPreparing to unpack querypie-multi-agent.deb ... Unpacking querypie-multi-agent (3) ... Setting up querypie-multi-agent (3) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for hicolor-icon-theme (0.17-2) ...
Verify the installation:
CODEdpkg -s querypie-multi-agent
Example Output:
CODEPackage: querypie-multi-agent Status: install ok installed Priority: optional Section: devel Maintainer: QueryPie Architecture: arm64 Version: 3 Depends: libx11-6, libice6, libsm6, libfontconfig1 Description: QueryPie Multi Agent Homepage: https://www.querypie.com/ Copyright: QueryPie, Inc.
Uninstall
Execute the following command in the terminal:
sudo dpkg -r querypie-multi-agent
Example Output:
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 Systems
Instructions are based on the rpm command.
Install
Download
querypie-multi-agent.rpm
.Execute the following command in the terminal to install the file:
CODEsudo rpm -i ~/Downloads/querypie-multi-agent.rpm
Example Output:
CODEQueryPie Multi Agent has been installed.
Verify the installation:
CODErpm -qi querypie-multi-agent
Example Output:
CODEName : querypie-multi-agent Version : 3 Release : 202503291846 Architecture: aarch64 Install Date: Mon 31 Mar 2025 03:02:34 PM KST Group : Applications/Development Size : 493101340 License : Proprietary Signature : (none) Source RPM : querypie-multi-agent-3-202503291846.src.rpm Build Date : Sun 30 Mar 2025 03:46:29 AM KST Build Host : localhost Vendor : QueryPie, Inc. URL : https://www.querypie.com/ Summary : QueryPie Multi Agent Description : QueryPie Multi Agent
Uninstall
Execute the following command in the terminal:
sudo rpm -e querypie-multi-agent
Example Output:
QueryPie Multi Agent is being uninstalled.
QueryPie Multi Agent has been uninstalled.
Keyring
This section is based on Ubuntu as an example.
GNOME desktop environments have a system for securely storing and managing user passwords, encryption keys, and certificates, often managed by an application like "Passwords and Keys."
If the Login keyring within the "Passwords and Keys" application is locked, Multi Agent may request administrator privileges upon launch.


To prevent requesting administrator privileges upon launch, ensure the Login keyring is unlocked.

Troubleshooting
Clicking a link within Multi Agent results in no response.
This can occur if a default web browser is not set in your system. Please configure a default browser in your system or desktop environment settings.
