Search Criteria
Package Details: webmin 2.202-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/webmin.git (read-only, click to copy) |
---|---|
Package Base: | webmin |
Description: | A web-based administration interface for Unix systems |
Upstream URL: | http://www.webmin.com/ |
Keywords: | administration control cpanel panel |
Licenses: | custom:webmin |
Submitter: | ftschindler |
Maintainer: | amish |
Last Packager: | amish |
Votes: | 50 |
Popularity: | 0.001894 |
First Submitted: | 2015-09-13 12:47 (UTC) |
Last Updated: | 2024-08-13 02:35 (UTC) |
Dependencies (7)
- openssl (openssl-gitAUR, openssl-staticAUR)
- perl (perl-gitAUR)
- perl-authen-pamAUR
- perl-encode-detectAUR
- perl-net-ssleay
- perl-io-tty (optional) – For xterm module
- perl-socket6 (optional) – For IPv6 support
Required by (1)
- usermin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »
johnbao commented on 2024-01-16 16:18 (UTC)
Under Manjaro try to install Webmin, I have following error:
/var/tmp/pamac-build-bao/perl-authen-pam/PKGBUILD: line 30: make: command not found ==> ERROR: A failure occurred in build(). Aborting...
I need your help.
johnbao commented on 2024-01-16 05:37 (UTC)
@jrdn
I cannot understand your comment:
which file should I change?
Armag67 commented on 2024-01-15 15:59 (UTC)
@jrdn
It works!
Thanks
jrdn commented on 2024-01-15 15:44 (UTC) (edited on 2024-01-15 15:46 (UTC) by jrdn)
@Armag67
This isn't exactly the best fix, but it will allow makepkg to continue on. Just tested this. Change the find -exec sed line to execute sed in separate lines.
-- find "$pkgdir"/etc/webmin -type f -exec sed -i -e "s:$pkgdir::g" {} +
++ find "$pkgdir"/etc/webmin -type f -exec sed -i -e "s:$pkgdir::g" {} \;
@amish Thanks for the information, did not know it was discussed. I do see your comment on github (https://github.com/webmin/webmin/discussions/2076). So I guess it is your prerogative on which to choose. Meh? shrug
Armag67 commented on 2024-01-15 14:26 (UTC) (edited on 2024-01-15 14:27 (UTC) by Armag67)
Hello,
Today's update on Manjaro Xfce with:
(or with yay, or pamac-manager)
fails with:
amish commented on 2024-01-15 09:09 (UTC)
@jrdn - I was waiting for next release because webmin was releasing minor fixes rapidly and I was waiting for it to be stable.
Also I am not using github because sourceforge and github sources differ and webmin author recommended to use sourceforge one as official one.
https://sourceforge.net/p/webadmin/mailman/webadmin-list/thread/94f498c3-e79e-1347-aae1-923f6bcb1d85%40gmail.com/#msg36663808
jrdn commented on 2024-01-14 19:01 (UTC)
@amish - Webmin releases may be pulled from github directly. This package is 3 releases behind. This AUR is pointing to 2.102 and current is 2.105, after 103 and 104, with nothing that looks like it would require a PKGBUILD modification.
Current PKGBUILD source: http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
You can update the PKGBUILD to source("https://github.com/webmin/webmin/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
amish commented on 2024-01-13 03:53 (UTC)
@mio-19 - I am waiting for release of next version.
mio-19 commented on 2024-01-12 14:50 (UTC)
@amish. Could you please update webmin to the current version?
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »