Search Criteria
Package Details: fritzbox-tools 0.47-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fritzbox-tools.git (read-only, click to copy) |
|---|---|
| Package Base: | fritzbox-tools |
| Description: | Manage FRITZ!Box devices via command line. |
| Upstream URL: | https://mengelke.de/Projekte/FritzBox-Tools |
| Licenses: | GPL-3.0-only |
| Provides: | fritzbox-tools |
| Submitter: | fridge |
| Maintainer: | fridge |
| Last Packager: | fridge |
| Votes: | 1 |
| Popularity: | 0.000105 |
| First Submitted: | 2025-02-09 19:27 (UTC) |
| Last Updated: | 2025-11-23 12:54 (UTC) |
Dependencies (5)
- php
- bash (bash-gitAUR, bash-devel-gitAUR) (make)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-gitAUR, uutils-coreutils-git-binAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
Latest Comments
fridge commented on 2026-01-10 16:37 (UTC)
You need to provide me more information:
Otherwise, I see no way to solve your problem, since I cannot reproduce it.
Neutrino commented on 2026-01-10 15:42 (UTC)
for me I get the same error as @dreieck
fridge commented on 2025-11-25 15:33 (UTC) (edited on 2025-11-25 15:34 (UTC) by fridge)
I am unable to reproduce your build failure.
It works for me, and I asked others who were also able to install it:
yay -S fritzbox-tools(tested on Manjaro + plain Arch installation)If it still does not work on your machine, you need to provide more infos.
For now, I will leave the build script as it is, including
fritzbox-tools.download.I do not see a reason to change it since it simplifies things a lot.
fridge commented on 2025-11-23 17:10 (UTC)
I changed
tinyxxdtoxxdand released a new version for that change. Many thanks for the hint.I am still analyzing your second problem.
fridge commented on 2025-11-18 15:05 (UTC)
I will take a look at it on the weekend.
dreieck commented on 2025-11-18 12:47 (UTC)
Retrieving sources fails with
Also, just pack your download wrapper in a normal helper script (e.g. called
fritzbox-tools-downloadhelper.sh) that is not referenced by theinstall=variable!, since that is for a completely different purpose. Just add that to this repository and to thesourcearray and run it fromprepare()e.g. as${srcdir}/fritzbox-tools-downloadhelper.sh.Regards!
dreieck commented on 2025-11-18 12:45 (UTC)
Please change
tinyxxdmakedependsentry toxxd.That can be fulfilled by different packages, e.g.
gvimortinyxxd, not forcing the user to uninstallgvimif that is already installed.Regards and thanks for the package!