Beginners guide to a full uninstall of the ubuntu linux client and server?

Hi all,
I’ve installed the client and server but want to remove them.
How can I go about fully removing them so they’re no longer taking up space / files / etc on my machine nor run in the background?

Thanks so much…

This is how I installed the server:

wget https://hndl.urbackup.org/Server/2.2.11/urbackup-server_2.2.11_amd64.deb
sudo dpkg -i urbackup-server_2.2.11_amd64.deb
sudo apt install -f

I installed the client via the shell script download. I hope that helps

For unistalling client execute the file /usr/local/sbin/uninstall_urbackupclient
For server apt-get remove urbackup-server

Well that was easy! I feel a bit silly now but thank you for the help.