You are not logged in.
i installed a program and the trial period ran out it was a trustworthy .deb file how would i go about removing this as it was a program not from the repository so therefor uninstalling in the usual way by right clicking in the menu failed.
Offline
You need to run in terminal:
$ sudo apt autoremove <the_package_name>
Offline
thank you although i feel a bit silly because it was that simple
Last edited by rickfromtheinternet (2025-11-04 10:06)
Offline
You are welcome. Any package should have this format:
<package_name>_<package_version>_<cpu_arch>.deb
Offline