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, md5, ou-cksum, ou-lndir, rdate, rs, sha1, sha256, sha512, signify, unvis, vis, what |
| Submitter: | kbipinkumar |
| Maintainer: | kbipinkumar (BioArchLinuxBot) |
| Last Packager: | kbipinkumar |
| Votes: | 1 |
| Popularity: | 0.000002 |
| First Submitted: | 2023-05-24 10:52 (UTC) |
| Last Updated: | 2025-11-16 08:27 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
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
Giovani_Geek commented on 2025-11-15 19:09 (UTC) (edited on 2025-11-15 20:09 (UTC) by Giovani_Geek)
Could you consider renaming the
lndirbinary from compilation? This would resolve the file conflict with theimakepackage, which already provides alndircommand for a similar purpose, but it is not identical (it lacks the -e option and its options are long format), that name could beou-lndir.⮞ Reference
micwoj92 commented on 2025-10-26 20:41 (UTC)
Please add to provides: sha1, sha256, sha512
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
tsbinary from compilation? This would resolve the file conflict with themoreutilspackage, which already provides an identicaltscommand.According to the OpenBSD manual, their
tsimplementation is a scratch rewrite that maintains almost identical functionality to the moreutils version (it just lacks the-roption). 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