I just install portmaster on my endeavour os using the given instruction on the given safing website
this was installation instruction via PKGBUILD:
# Clone the repository
git clone https://github.com/safing/portmaster-packaging
# Enter the repo and build/install the package (it's under linux/)
cd portmaster-packaging/linux
makepkg -is
# Start the Portmaster and enable autostart
sudo systemctl daemon-reload
sudo systemctl enable --now portmaster
Now I don’t know how to remove/uninstall the package/software?
Anyone here to help me out?