Search Criteria
Package Details: outils 0.14-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/outils.git (read-only, click to copy) |
---|---|
Package Base: | outils |
Description: | A port of some non-standard OpenBSD tools to Linux |
Upstream URL: | https://github.com/leahneukirchen/outils |
Licenses: | 0BSD |
Provides: | apply, jot, lam, lndir, md5, ou-cksum, rdate, rs, signify, unvis, vis, what |
Submitter: | kbipinkumar |
Maintainer: | kbipinkumar (BioArchLinuxBot) |
Last Packager: | BioArchLinuxBot |
Votes: | 1 |
Popularity: | 0.000394 |
First Submitted: | 2023-05-24 10:52 (UTC) |
Last Updated: | 2025-06-08 12:01 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
Required by (19)
- dl-distro (requires signify) (optional)
- dl-distro-git (requires signify) (optional)
- gmid (requires signify) (make)
- openbsd-keyring (requires signify) (optional)
- quarg (requires signify) (make)
- rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel (requires signify) (make)
- rxvt-unicode-truecolor-secondaryscroll-clear (requires signify) (make)
- rxvt-unicode-truecolor-wide-glyphs (requires signify) (make)
- vis-base16-git (requires vis)
- vis-cscope-git (requires vis)
- vis-filetype-settings-git (requires vis)
- vis-fzf-open-git (requires vis)
- vis-go-git (requires vis)
- vis-open_rej-git (requires vis)
- vis-pairs-git (requires vis)
- vis-smart-backspace-git (requires vis)
- vis-spellcheck-git (requires vis)
- vis-surround-git (requires vis)
- vis-toggler-git (requires vis)
Latest Comments
kbipinkumar commented on 2025-06-08 15:35 (UTC) (edited on 2025-06-08 15:35 (UTC) by kbipinkumar)
Fixed in version 0.14-3
Giovani_Geek commented on 2025-06-06 16:43 (UTC) (edited on 2025-06-06 17:16 (UTC) by Giovani_Geek)
Could you consider excluding the
ts
binary from compilation? This would resolve the file conflict with themoreutils
package, which already provides an identicalts
command.According to the OpenBSD manual, their
ts
implementation is a scratch rewrite that maintains almost identical functionality to the moreutils version (it just lacks the-r
option). Since both utilities serve the same purpose, compiling the OpenBSD version creates an unnecessary conflict.Skipping this binary would be preferable to renaming it, as users expect consistent command names across systems.
⮞ Reference