Downloads:
3,983
Downloads of v 0.0.1-test0017:
121
Last Update:
13 Jun 2020
Package Maintainer(s):
Software Author(s):
- Rami3L
Tags:
pacaptr pacman- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
pacaptr (Install)
This is a prerelease version of pacaptr (Install).
- 1
- 2
- 3
0.0.1-test0017 | Updated: 13 Jun 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,983
Downloads of v 0.0.1-test0017:
121
Maintainer(s):
Software Author(s):
- Rami3L
pacaptr (Install) 0.0.1-test0017
This is a prerelease version of pacaptr (Install).
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rami3L. The inclusion of Rami3L trademark(s), if any, upon this webpage is solely to identify Rami3L goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install pacaptr (Install), run the following command from the command line or from PowerShell:
To upgrade pacaptr (Install), run the following command from the command line or from PowerShell:
To uninstall pacaptr (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pacaptr --internalize --version=0.0.1-test0017 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pacaptr -y --source="'INTERNAL REPO URL'" --version="'0.0.1-test0017'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pacaptr -y --source="'INTERNAL REPO URL'" --version="'0.0.1-test0017'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pacaptr
win_chocolatey:
name: pacaptr
version: '0.0.1-test0017'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pacaptr' do
action :install
source 'INTERNAL REPO URL'
version '0.0.1-test0017'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pacaptr
{
Name = "pacaptr"
Version = "0.0.1-test0017"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pacaptr':
ensure => '0.0.1-test0017',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
pacaptr
pacaptr
is a Rust port of [icy/pacapt], a wrapper for many package managers with pacman-style command syntax.
Run pacaptr -Syu
on the distro of your choice!
> - It's nice, but wait, why reinstall
?
> - To be more like pacman
! Use -S --needed
to install
.
md5: F3AA513F0FF3386CA4F5C068806D4FF3 | sha1: F55D6AFFC448F2249B9A6417EDCE4295C276CCD6 | sha256: 3C26207DA52725C68358E2A1B5B1CB617DEBBCB4892EAC308FEA97489FD89D08 | sha512: 7BB6CADC3BD45094F3CCA17A207514AAA769298253D1BAD618578FF5AE876A027FF9332DDC8DA9A7DD3DD64470A4A6773EF109A207C3B6C28B7058FA7606F5CE
Log in or click on link to see number of positives.
- pacaptr.0.0.1-test0017.nupkg (f8172de6ae9e) - ## / 66
- pacaptr.exe (3c26207da527) - ## / 74
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
pacaptr (Install) 0.21.0 | 88 | Monday, January 29, 2024 | Approved | |
pacaptr (Install) 0.20.1 | 57 | Monday, November 27, 2023 | Approved | |
pacaptr (Install) 0.20.0 | 48 | Tuesday, October 31, 2023 | Approved | |
pacaptr (Install) 0.19.2 | 86 | Thursday, July 27, 2023 | Approved | |
pacaptr (Install) 0.19.1 | 83 | Saturday, June 10, 2023 | Approved | |
pacaptr (Install) 0.19.0 | 90 | Sunday, April 30, 2023 | Approved | |
pacaptr (Install) 0.18.0 | 79 | Saturday, March 18, 2023 | Approved | |
pacaptr (Install) 0.17.2 | 67 | Friday, February 17, 2023 | Approved | |
pacaptr (Install) 0.17.1 | 76 | Friday, October 21, 2022 | Approved | |
pacaptr (Install) 0.17.0 | 65 | Monday, October 10, 2022 | Approved | |
pacaptr (Install) 0.16.1 | 84 | Friday, July 22, 2022 | Approved | |
pacaptr (Install) 0.16.0 | 85 | Friday, May 6, 2022 | Approved | |
pacaptr (Install) 0.15.2 | 91 | Friday, April 8, 2022 | Approved | |
pacaptr (Install) 0.15.1 | 77 | Wednesday, April 6, 2022 | Approved | |
pacaptr (Install) 0.15.0 | 74 | Thursday, March 17, 2022 | Approved | |
pacaptr (Install) 0.14.1 | 82 | Friday, February 11, 2022 | Approved | |
pacaptr (Install) 0.14.0 | 135 | Sunday, September 26, 2021 | Approved | |
pacaptr (Install) 0.13.2 | 99 | Monday, August 23, 2021 | Approved | |
pacaptr (Install) 0.12.0 | 109 | Monday, July 5, 2021 | Approved | |
pacaptr (Install) 0.11.5 | 108 | Thursday, May 6, 2021 | Approved | |
pacaptr (Install) 0.11.4 | 115 | Monday, April 26, 2021 | Approved | |
pacaptr (Install) 0.11.2 | 90 | Monday, April 5, 2021 | Approved | |
pacaptr (Install) 0.11.1 | 123 | Tuesday, March 16, 2021 | Approved | |
pacaptr (Install) 0.11.0 | 111 | Saturday, March 6, 2021 | Approved | |
pacaptr (Install) 0.10.0 | 107 | Sunday, February 7, 2021 | Approved | |
pacaptr (Install) 0.10.0-beta3 | 107 | Sunday, February 7, 2021 | Approved | |
pacaptr (Install) 0.9.2 | 115 | Wednesday, December 23, 2020 | Approved | |
pacaptr (Install) 0.9.1 | 110 | Friday, December 18, 2020 | Approved | |
pacaptr (Install) 0.9.0 | 100 | Friday, December 18, 2020 | Approved | |
pacaptr (Install) 0.8.1 | 123 | Thursday, November 19, 2020 | Approved | |
pacaptr (Install) 0.8.0 | 114 | Friday, November 13, 2020 | Approved | |
pacaptr (Install) 0.7.0 | 132 | Monday, October 26, 2020 | Approved | |
pacaptr (Install) 0.6.1 | 117 | Saturday, October 17, 2020 | Approved | |
pacaptr (Install) 0.6.0 | 140 | Saturday, September 19, 2020 | Approved | |
pacaptr (Install) 0.4.1 | 128 | Friday, August 21, 2020 | Approved | |
pacaptr (Install) 0.3.0 | 163 | Monday, July 27, 2020 | Approved | |
pacaptr (Install) 0.2.0-alpha6 | 133 | Saturday, June 13, 2020 | Exempted | |
pacaptr (Install) 0.0.1-test0022 | 113 | Monday, June 15, 2020 | Exempted | |
pacaptr (Install) 0.0.1-test0017 | 121 | Saturday, June 13, 2020 | Exempted |
2020 Rami3L
This package has no dependencies.
Ground Rules:
- This discussion is only about pacaptr (Install) and the pacaptr (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or pacaptr (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.