Search Criteria
Package Details: trizen 1:1.68-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/trizen.git (read-only, click to copy) |
|---|---|
| Package Base: | trizen |
| Description: | Trizen AUR Package Manager: lightweight pacman wrapper and AUR helper. |
| Upstream URL: | https://github.com/trizen/trizen |
| Keywords: | aur aur-helper helper |
| Licenses: | GPL3 |
| Submitter: | trizen |
| Maintainer: | trizen |
| Last Packager: | trizen |
| Votes: | 323 |
| Popularity: | 1.19 |
| First Submitted: | 2010-07-07 10:21 (UTC) |
| Last Updated: | 2022-12-02 10:54 (UTC) |
Dependencies (12)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- pacman (pacman-fancy-gitAUR, pacman-gitAUR)
- pacutils (pacutils-gitAUR)
- perl (perl-gitAUR)
- perl-data-dump
- perl-json
- perl-libwww
- perl-lwp-protocol-https
- perl-term-readline-gnu
- perl-term-ui
- highlight (optional) – for syntax highlighting
- perl-json-xs (optional) – faster JSON deserialization
Required by (11)
- anneal (optional)
- anneal-bin (optional)
- anneal-git (optional)
- aurroamer (optional)
- cache-cleaner (optional)
- cleanupdate-git (optional)
- cylon (optional)
- octopi (optional)
- pac-util (optional)
- pac-util-git (optional)
- update-notifier (optional)
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
sipak commented on 2025-10-11 23:39 (UTC)
@chowbok If you are having issues with packages not showing up lately, it is not because of trizen. AUR has been under DDoS lately.
chowbok commented on 2025-09-06 19:18 (UTC)
I don't know if it's just me, but lately trizen hasn't been seeing package updates.
eclairevoyant commented on 2022-11-05 17:28 (UTC)
@rado84 Check
man trizen?By the way, out-of-date display only applies to AUR packages, so
pacmanwill show you the exact same data. As for colors, I suggest readingman pacmanand/orman pacman.conf.This is why one should learn how
pacmanandmakepkgworks before using AUR helpers ;)rado84 commented on 2022-11-05 17:18 (UTC)
Is there any way to temporarily disable search in AUR? In some cases I prefer to have a search only on the official repositories, so is there any option to add for AUR to be excluded? I know that "trizen -Ss" performs a search but it does so everywhere. So I'm wondering if there's another letter to add to this -Ss, in order not to search in AUR?
I know pacman can do what I'm asking but pacman's search results lack of some cool information that trizen displays (such as out-of-date flags, date when the package was updated and whether it's installed or not), not to mention that trizen's search results are displayed in colors which makes them a lot more readable than pacman's.
dmnc commented on 2022-06-23 10:46 (UTC)
Please is it possible to build with Trizen packages like vmware-vmrc. This package requires downloading the file from the Vmware website and putting it into the build directory. I don't know where it is and I've tried some adjustments within the makepkg.conf without success.
==> ERROR: VMware-Remote-Console-12.0.1-18113358.x86_64.bundle was not found in the build directory and is not a URL.(I'm not able to file a github issue, I'm probably blocked by the author)
maderios commented on 2022-06-01 09:08 (UTC)
@mrlamud It works fine for me
mrlamud commented on 2022-06-01 04:50 (UTC) (edited on 2022-06-01 05:07 (UTC) by mrlamud)
[Solved] Just updated official repo and problem solved. Sorry for report too early.
perl upgraded 5.34.1-1.1 -> 5.36.0-1 breaks trizen.
..... %>trizen -Syu
Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module)) at /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm line 19. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm line 19. Compilation failed in require at /usr/share/perl5/vendor_perl/Net/HTTPS.pm line 25. Can't locate Net/SSL.pm in @INC (you may need to install the Net::SSL module) (@INC contains: /usr/lib/perl5/5.36/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.36/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.36/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/Net/HTTPS.pm line 29. Compilation failed in require at /usr/share/perl5/core_perl/base.pm line 137. ...propagated at /usr/share/perl5/core_perl/base.pm line 159. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/LWP/Protocol/https.pm line 151. Compilation failed in require at /usr/bin/trizen line 2899. .....
Rebuilding trizen package doesn't help.
hugh commented on 2022-02-04 23:39 (UTC) (edited on 2022-02-05 13:20 (UTC) by hugh)
AUR-WEB RPC busted after update to v6, needs patch.
trizen commented on 2020-11-09 23:42 (UTC)
@dmnc Hi. Thanks for the message. This is intentional behavior for security reasons. Very few packages have binary files anyway, but the user should be aware of every single file a package contains. Simply hiding the binary files in a package, could pose a security risk.
As an alternative solution, there is the configuration option
one_line_edit, which lists the files in a list and asks the user to select which ones to view/edit (requested here).dmnc commented on 2020-11-09 23:08 (UTC) (edited on 2020-11-09 23:09 (UTC) by dmnc)
@trizen Hi, I can't create the issue on github, so here's my feature request:
Lot of packages asks for editing files. Some of them (binary files) can't be edited, for example PNG file in winbox package:
=>> Edit winbox/winbox.png? [y/N]:What about some whitelisting/blacklisting them or testing the file if it is binary? I.e.
file -bL --mime-encoding $filename1 2 3 4 5 6 .. 10 Next › Last »