Skip to main content
Skip table of contents

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

CODE
gnome-extensions info appindicatorsupport@rgcjonas.gmail.com

If not installed, you will see:

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

If installed, you will see:

Ensure its state is ENABLED

CODE
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/

스크린샷 2025-04-04 오후 2.46.03-20250404-054620.png
image-20250404-054650.png

Debian-based Systems

Instructions are based on the dpkg command.

Install

  1. Download querypie-multi-agent.deb.

  2. Execute the following command to install the file:

    CODE
    sudo dpkg -i ~/Downloads/querypie-multi-agent.deb

    Example Output:

    CODE
    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) ...
  3. Verify the installation:

    CODE
    dpkg -s querypie-multi-agent

    Example Output:

    CODE
    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

Execute the following command in the terminal:

CODE
sudo dpkg -r querypie-multi-agent

Example Output:

CODE
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

  1. Download querypie-multi-agent.rpm.

  2. Execute the following command in the terminal to install the file:

    CODE
    sudo rpm -i ~/Downloads/querypie-multi-agent.rpm

    Example Output:

    CODE
    QueryPie Multi Agent has been installed.
  3. Verify the installation:

    CODE
    rpm -qi querypie-multi-agent

    Example Output:

    CODE
    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

Execute the following command in the terminal:

CODE
sudo rpm -e querypie-multi-agent

Example Output:

CODE
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.

image-20250403-080719.png
image-20250403-080458.png

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

image-20250403-080814.png

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.

image-20250404-100924.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.