Package Details: pikaur 1.33.3-1

Git Clone URL: https://aur.archlinux.org/pikaur.git (read-only, click to copy)
Package Base: pikaur
Description: AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
Upstream URL: https://github.com/actionless/pikaur
Keywords: aur aur-helper pacman wrapper
Licenses: GPL-3.0-or-later
Conflicts: pikaur-git
Provides: pikaur
Submitter: actionless
Maintainer: actionless
Last Packager: actionless
Votes: 295
Popularity: 2.56
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2026-03-07 16:19 (UTC)

Dependencies (12)

Required by (12)

Sources (1)

Pinned Comments

actionless commented on 2024-09-03 17:51 (UTC)


      /:}               _
     /--1             / :}
    /   |           / `-/
   |  ,  --------  /   /
   |'                 Y
  /                   l
  l  /       \        l
  j  ●   .   ●        l
 { )  ._,.__,   , -.  {
  Y    \  _/     ._/   \

  _____/|__________________________________________________
 /                                                         \
 |  Make sure to read                                      |
 |  https://wiki.archlinux.org/title/Arch_User_Repository  |
 |  thouroughly before asking any questions                |
 \_________________________________________________________/

actionless commented on 2022-11-26 04:55 (UTC)

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

actionless commented on 2018-12-10 10:20 (UTC) (edited on 2020-12-03 17:37 (UTC) by actionless)

please report your issue here with attaching the full output with --pikaur-debug flag: https://github.com/actionless/pikaur/issues

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

triarius commented on 2018-08-06 11:54 (UTC)

Might be a good idea to do a revision bump for python 3.7.

actionless commented on 2018-07-22 14:15 (UTC)

@simona please make a full report here: https://github.com/actionless/pikaur/issues/

simona commented on 2018-07-22 08:53 (UTC)

pikaur 1.1.2-1 (pikaur -h to not say version...)

Anymode it say some depdendence are broken but these packages are not installed...

:: unable to satisfy dependency 'xorg-server<1.18.0' required by catalyst-utils :: unable to satisfy dependency 'catalyst-utils' required by lib32-catalyst-utils :: unable to satisfy dependency 'lib32-libtxc_dxtn' required by lib32-mesa-noglvnd

Traceback (most recent call last): File "/bin/pikaur", line 9, in <module> main() File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 273, in main cli_entry_point() File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 187, in cli_entry_point cli_install_packages(args) File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 127, in cli_install_packages raise catched_exc # pylint: disable=raising-bad-type File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 121, in cli_install_packages install_packages_thread.get() File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(args, *kwds)) File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 116, in <lambda> install_packages_thread = pool.apply_async(lambda: InstallPackagesCLI(args=args)) File "/usr/lib/python3.6/site-packages/pikaur/install_cli.py", line 153, in init self.get_all_packages_info() File "/usr/lib/python3.6/site-packages/pikaur/install_cli.py", line 211, in get_all_packages_info manually_excluded_packages_names=self.manually_excluded_packages_names, File "/usr/lib/python3.6/site-packages/pikaur/install_info_fetcher.py", line 54, in init self.replacements = find_replacements() if self.args.sysupgrade else {} File "/usr/lib/python3.6/site-packages/pikaur/replacements.py", line 29, in find_replacements PackageDB.find_repo_package(pkg_name).db.name File "/usr/lib/python3.6/site-packages/pikaur/pacman.py", line 433, in find_repo_package raise PackagesNotFoundInRepo(packages=[pkg_name]) pikaur.exceptions.PackagesNotFoundInRepo</lambda></module>

actionless commented on 2018-07-02 10:11 (UTC) (edited on 2018-07-02 10:12 (UTC) by actionless)

@jkoestinger

are you using the latest pikaur version (0.14.6)?

that should be addressed already in https://github.com/actionless/pikaur/issues/208

if not please create a new issue on github with more details how to reproduce it

jkoestinger commented on 2018-07-02 07:00 (UTC) (edited on 2018-07-02 07:22 (UTC) by jkoestinger)

I got an error when running pikaur -Syu (KeyError: 'java-runtime'). It seems that jre10 is not used by pikaur. It works now that jre7 or jre8 is installed (tried with both). Shouldn't it be marked as a dependencie? (or am I wrong about the cause of this error?)

Nice job for that helper though :)

axionl commented on 2018-06-13 02:23 (UTC)

pikaur E: GPLv3 is not a common license (it's not in /usr/share/licenses/common/)

The common LICENSE name is GPL3.

<deleted-account> commented on 2018-04-23 22:24 (UTC)

can't use my terminal after CTRL + C https://youtu.be/47G8tSBwk44

actionless commented on 2018-04-11 19:15 (UTC) (edited on 2018-04-11 19:15 (UTC) by actionless)

@Lacsapix, thanks!

https://github.com/actionless/pikaur/commit/0589da8638c86481a084f5eed33903e631d57e82

in AUR it will come on the next release

Lacsapix commented on 2018-04-11 09:11 (UTC) (edited on 2018-04-11 09:12 (UTC) by Lacsapix)

sudo is listed as a dependency, however all packages in base-devel (including sudo) are assumed[1] to already be installed on every AUR-using system. Same goes for fakeroot.

[1] https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites