You are not logged in.

#1 2023-02-24 14:03:12

0liver
Member
Registered: 2014-05-20
Posts: 63

[Solved] how to uninstall AUR package threema-web

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

#2 2023-02-24 14:18:23

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: [Solved] how to uninstall AUR package threema-web

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

#3 2023-02-24 14:36:00

0liver
Member
Registered: 2014-05-20
Posts: 63

Re: [Solved] how to uninstall AUR package threema-web

thank you. right. sorry, I was in a hurry.
instead of

# makepkg

I should have used

# makepkg -si

Offline

#4 2023-02-24 14:38:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [Solved] how to uninstall AUR package threema-web

or pacman -U on the finished threema-web 2.5.1-1.pkg.tar.zst

Offline

#5 2023-02-26 09:37:31

0liver
Member
Registered: 2014-05-20
Posts: 63

Re: [Solved] how to uninstall AUR package threema-web

oh, thank you. then this app actually worked.

Offline

Board footer

Powered by FluxBB