You are not logged in.
how to uninstall this package please; i was not able to start it.
# sudo pacman -R threema-web
error: target not found: threema-web
i had installed it this way from AUR https://aur.archlinux.org/packages/threema-web :
$ makepkg
==> Making package: threema-web 2.5.1-1 (Fri 24 Feb 2023 12:29:30 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found threema-web-2.5.1-gh.tar.gz
-> Found threema-web-2.5.1-gh.tar.gz.asc
-> Found threema-web.service
-> Found launch.py
==> Validating source files with sha256sums...
threema-web-2.5.1-gh.tar.gz ... Passed
threema-web-2.5.1-gh.tar.gz.asc ... Skipped
threema-web.service ... Passed
launch.py ... Passed
==> Verifying source file signatures with gpg...
threema-web-2.5.1-gh.tar.gz ... Passed
==> Extracting sources...
-> Extracting threema-web-2.5.1-gh.tar.gz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "threema-web"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: threema-web 2.5.1-1 (Fri 24 Feb 2023 12:29:54 CET)i want to uninstall because i don't know to start it:
#sudo systemctl start threema-web
results in
Failed to start threema-web.service: Unit threema-web.service not found.
./launch.py
doesn't start it.
though URL localhost:4242
is active but does nothing
Last edited by 0liver (2023-02-24 14:37:13)
Offline
It doesn't look like you ever actually installed the package - you just built it.
Probably better check out the wiki again, please: https://wiki.archlinux.org/title/Makepkg
Last edited by Ferdinand (2023-02-24 14:19:00)
Offline
thank you. right. sorry, I was in a hurry.
instead of
# makepkg
I should have used
# makepkg -si
Offline
or pacman -U on the finished threema-web 2.5.1-1.pkg.tar.zst
Offline
oh, thank you. then this app actually worked.
Offline