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
sudo dpkg -i ~/Downloads/querypie-multi-agent.deb
Preparing 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) ...
  1. Verify the installation.
    Output example
dpkg -s querypie-multi-agent
Package: 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

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
sudo rpm -i ~/Downloads/querypie-multi-agent.rpm
QueryPie Multi Agent has been installed.
  1. Verify the installation.
    Output example
rpm -qi querypie-multi-agent
Name : 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

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