IuVe Connect Agent - Installation Troubleshooting
===============================================

If Discover/App Center installation fails with APT repository errors,
the root cause is typically a broken third-party repository in the OS,
not the IuVe Connect Agent package itself.

Manual installation remains supported:

  sudo dpkg -i ./iuve-connect-desktop-agent_<version>_all.deb

Then verify installation:

  dpkg -s iuve-connect-desktop-agent
  iuve-connect-desktop-agent status

Uninstall / Remove (Discover vs terminal)
-----------------------------------------

Opening a downloaded .deb file in KDE Discover shows a LOCAL package preview.
The "Remove" / "Удалить" button there does NOT uninstall an already-installed
package. Discover may also show a broken name like iuve-connect-desktop-agent_0
with an empty version when previewing a local file — that is a UI limitation,
not incorrect DEBIAN/control metadata.

To uninstall the installed agent, use one of:

  sudo apt remove iuve-connect-desktop-agent
  sudo dpkg -r iuve-connect-desktop-agent

Or remove it from Discover's Installed applications tab (search: IuVe Connect Agent).
