Search Criteria
Package Details: tcpterm-bin 0.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tcpterm-bin.git (read-only, click to copy) |
---|---|
Package Base: | tcpterm-bin |
Description: | A packet visualizer in TUI. |
Upstream URL: | https://github.com/sachaos/tcpterm |
Keywords: | network packet tcp tui visualizer |
Licenses: | MIT |
Conflicts: | tcpterm |
Provides: | tcpterm |
Submitter: | Dominiquini |
Maintainer: | Dominiquini |
Last Packager: | Dominiquini |
Votes: | 1 |
Popularity: | 0.108753 |
First Submitted: | 2024-11-21 03:30 (UTC) |
Last Updated: | 2025-02-08 23:35 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- libpcap (libpcap-gitAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Latest Comments
Dominiquini commented on 2025-02-10 13:24 (UTC)
@m040601 I noticed that this app was only working because I have also introduced the 'naabu-bin' package, which suffers from the same problem. Then I copied his solution and installed using the flag '--overwite *'. I could set that package as dependency for this one. Or maybe I should delete this package. Probably is the right thing!
Thanks.
m040601 commented on 2025-02-10 10:35 (UTC) (edited on 2025-02-10 11:56 (UTC) by m040601)
Indeed. This is definetly not a good thing. That "ln" is very bad. You are messing with your Arch standard system. All because some PKGBUILD pulls a specific old ancient compiled "-bin" found on the Internet.
I would not do this on my system.
The "fault" is of course not yours. The fault is of the developer for having a very old dependency.
I would not trust him much to maintain the tool or provide fresh builds. Look at the almost zero activity.
$ gcu-commits-repo-hub-all-atom https://github.com/sachaos/tcpterm
I will not be the one to signal or mark this PKGBUILD out of date. But I strongly advise you to just forget about it and delete it.
Such is the danger of accepting "-bin" PKGBUILDs made by others on the AUR.
I thank you Dominiquini for all your working maintaining so many usefull "-bin" PKGBUILDs. You are one of the "king of -bins" on the AUR.
But you really have to be carefull when you maintain such a large number of them.
It is very easy to let something bad slip by in by accident.
$ namcap tcpterm-bin/tcpterm-bin-0.0.2-2-x86_64.pkg.tar.zst
$ namcap -i tcpterm-bin/PKGBUILD
m040601 commented on 2025-02-08 22:51 (UTC) (edited on 2025-02-08 22:52 (UTC) by m040601)
Currently the PKGBUILD fails to build with,
That's because the binary they release on github is built with an older libpcap.
Current libpcap in Arch is more recent,