Search Criteria
Package Details: ruby-evil-winrm 3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-evil-winrm.git (read-only, click to copy) |
---|---|
Package Base: | ruby-evil-winrm |
Description: | Evil-WinRM |
Upstream URL: | https://github.com/Hackplayers/evil-winrm |
Licenses: | LGPL-3.0 |
Submitter: | imlonghao |
Maintainer: | imlonghao |
Last Packager: | imlonghao |
Votes: | 2 |
Popularity: | 0.59 |
First Submitted: | 2020-07-15 13:57 (UTC) |
Last Updated: | 2024-10-26 04:40 (UTC) |
Dependencies (5)
- ruby
- ruby-noriAUR
- ruby-stringio (ruby)
- ruby-winrmAUR
- ruby-winrm-fsAUR
Latest Comments
atomicblimp commented on 2024-08-25 09:49 (UTC) (edited on 2024-08-25 09:54 (UTC) by atomicblimp)
I think the installation is missing a gem:
/usr/lib/ruby/3.2.0/rubygems/specification.rb:1466:in rescue in block in activate_dependencies': Could not find 'nori' (~> 2.0, >= 2.7.1) among 83 total gem(s) (Gem::MissingSpecError)
And this can be fixed with:gem install nori
hakbyte commented on 2021-05-15 10:52 (UTC)
Many thanks @imlonghao. It fixed the issue for me
imlonghao commented on 2021-05-11 15:49 (UTC)
@hakbyte, thanks for your comment, I have added
ruby-rexml
as a depends ofruby-winrm
hakbyte commented on 2021-05-10 19:40 (UTC)
Hi, thanks for creating this package. Unfortunately the installation is currently broken because gem rexml is missing. Installing it (
gem install rexml
) fixes the problem. Would you please update the PKGBUILD?