Types::Serialiser should be listed as a dependency for 'perl-json-xs'. trizen does not use directly this module.
Search Criteria
Package Details: trizen 207.e40f9cf-1
| Git Clone URL: | https://aur.archlinux.org/trizen.git (read-only) |
|---|---|
| Package Base: | trizen |
| Description: | Trizen's AUR Package Manager: A lightweight wrapper for AUR. |
| Upstream URL: | https://github.com/trizen/trizen |
| Keywords: | aur manager package |
| Licenses: | |
| Submitter: | trizen |
| Maintainer: | trizen |
| Last Packager: | trizen |
| Votes: | 18 |
| Popularity: | 1.490949 |
| First Submitted: | 2010-07-07 10:21 |
| Last Updated: | 2017-05-29 16:21 |
Dependencies (11)
- diffutils (diffutils-git, diffutils-patched-exclude-directory-git)
- git (git-git)
- pacman (pacman-buildenv_ext-git, pacman-git, pacman-reproducible)
- perl>=5.10.0 (perl-fake)
- perl-data-dump
- perl-json
- perl-libwww
- perl-lwp-protocol-https
- perl-term-ui
- perl-json-xs (optional) – faster JSON deserialization
- perl-term-readline-gnu (optional) – for better STDIN support
Required by (0)
Sources (1)
Latest Comments
trizen commented on 2013-11-03 07:46
modulation commented on 2013-11-03 07:36
Using latest trizen there seems to be a new dependency:
Can't locate Types/Serialiser.pm in @INC (you may need to install the Types::Serialiser module)
trizen commented on 2013-04-02 08:48
Fixed. For some reason, I have /bin/arch that looks like this:
#!/bin/bash
uname -m
So, I've changed the script to execute 'uname -m', instead of arch. Thanks.
modulation commented on 2013-04-02 08:26
There seems to be a new dependency?
Can't exec "arch": No such file or directory at /usr/bin/trizen line 59.
Use of uninitialized value in substr at /usr/bin/trizen line 59.
trizen commented on 2012-11-14 16:22
Updated. Thanks!
daimonion commented on 2012-11-14 14:41
Please add 'perl-lwp-protocol-https' into dependencies, it solves the problem described below.
daimonion commented on 2012-11-14 14:36
I can't update AUR packages anymore, here's the error:
501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
** Unable to get info for local packages
daimonion commented on 2012-11-14 14:28
I cannot search update packets from AUR, this is the output:
"** Unable to get info for local packages"
daimonion commented on 2011-11-06 23:42
I've found the source aforementioned problem. In line 696 change
system qq[$sudo_or_su "$pacman -S $pkgname"];
into
system "$sudo_or_su $pacman -S $pkgname";
and trizne will normally install a package from official repos. I don't know if this will break any other feature, though. So far everything is working normally.
daimonion commented on 2011-11-06 16:02
No problem, I liked your program, it' really amazing: simple and lightweight, with minimum dependencies. I still have this error when trying to install programs from official repositories:
$ trizen -S conky
=>> Installing 'conky' with pacman
Sudo Password:
sudo: pacman -S conky: command not found
I don't know if this is supported at all. Also, there are features I miss from yaourt, I would like to see them in trizen if possible:
1. I can view all local packages in yaourt by issuing yaourt -Qma command which looks like this: http://img850.imageshack.us/img850/9836/yaourt.png
2. Don't know how to explain, so here's a picture: http://img254.imageshack.us/img254/9848/yaourtsysupg.png
Feature 2. is questionable, I figure you didn't imagined trizen as a wrapper for every pacman function. But feature 1. would be nice to have: it's just a 'pacman -Qm' command but colored, and displays which packages are available on AUR. :)