The search returned 2 results

by Walter
June 21, 2023 - 12:56
Forum: WAPT Server
Subject: RC Package Cleanup - Agent and Server
Answers: 2
Views : 3034

Re: RC package cleanup - Agent and Server

We have WAPT Enterprise.
The server is running Debian 11.
The WAPT-server version is 2.4.0.14031-1420892a-debian-10-amd64, but I updated it to 2.4.0.14058-ae548d8a-debian-10-amd64.

The agent was installed on April 18, 2023, as version 2.3.0.13516-69968974-debian-11-amd64. Indeed, it has...
by Walter
June 20, 2023 - 4:05 PM
Forum: WAPT Server
Subject: RC Package Cleanup - Agent and Server
Answers: 2
Views : 3034

RC Package Cleanup - Agent and Server

Hello,

we had installed the waptagent and waptserver packages on a Debian 11 server.
After uninstalling the agent, I wanted to clean up the remaining package files.


`dpkg -l | grep ^rc | cut -d " " -f 3 | xargs --no-run-if-empty dpkg --purge`

This action deleted the server's directory...