Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

3,149

Downloads of v 0.0.1-test0022:

88

Last Update:

15 Jun 2020

Package Maintainer(s):

Software Author(s):

  • Rami3L

Tags:

pacaptr pacman

pacaptr (Install)

This is a prerelease version of pacaptr (Install).

  • 1
  • 2
  • 3

0.0.1-test0022 | Updated: 15 Jun 2020

Downloads:

3,149

Downloads of v 0.0.1-test0022:

88

Maintainer(s):

Software Author(s):

  • Rami3L

Tags:

pacaptr pacman

pacaptr (Install) 0.0.1-test0022

This is a prerelease version of pacaptr (Install).

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade pacaptr -y --source="'INTERNAL REPO URL'" --version="'0.0.1-test0022'" --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-test0022'" --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-test0022'
    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-test0022'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller pacaptr
{
    Name        = "pacaptr"
    Version     = "0.0.1-test0022"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'pacaptr':
  ensure          => '0.0.1-test0022',
  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.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

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!

Interface Concept

> - It's nice, but wait, why reinstall?
> - To be more like pacman! Use -S --needed to install.


tools\.gitkeep
 
tools\LICENSE
 
tools\pacaptr.exe
md5: 6BBBBD8CB6C607F80CB4551A7854B0BE | sha1: 7D4BE307A0F7376D7B34562CCB69E38F856B1D75 | sha256: E43C6616E4738595E27E60D29E24B89C6F34BDD0C14E23C214FA7B087620F704 | sha512: 23D4E1B93AA31FAD07559E6B076FEB4AFE0ACA5F71CE1BB70D3EEA7AC90655A6CD08019E2BE300F5CA0B7A86BA61BBA9976475A0135669E2910F92F0BACE7A76
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package file  is generated automatically from the GitHub repository 
<https://github.com/https://github.com/01010101lzy/pacaptr>. 
It contains the same file as 
<https://github.com/01010101lzy/pacaptr/releases/download/0.0.1-test0022/pacaptr-windows-amd64.tar.gz>.

CHECKSUMS:
sha1: 7d4be307a0f7376d7b34562ccb69e38f856b1d75
sha256: e43c6616e4738595e27e60d29e24b89c6f34bdd0c14e23c214fa7b087620f704
sha3_256: 238f9aa52b4f5c517c2dbe026e138fdf2c6496454f99ab075d6e83e47db00d9d
blake2b: 53b6297ba9b8fe9a21260274c1ef9dfb131fe1facf2df9f40ae8fdff6f8b4ec8a5a5c3544c72f821f9411be068eb9b0b4e20cb44b429546b62dca5236a1042cb


Log in or click on link to see number of positives.

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.20.1 36 Monday, November 27, 2023 Approved
pacaptr (Install) 0.20.0 31 Tuesday, October 31, 2023 Approved
pacaptr (Install) 0.19.2 70 Thursday, July 27, 2023 Approved
pacaptr (Install) 0.19.1 67 Saturday, June 10, 2023 Approved
pacaptr (Install) 0.19.0 74 Sunday, April 30, 2023 Approved
pacaptr (Install) 0.18.0 59 Saturday, March 18, 2023 Approved
pacaptr (Install) 0.17.2 49 Friday, February 17, 2023 Approved
pacaptr (Install) 0.17.1 56 Friday, October 21, 2022 Approved
pacaptr (Install) 0.17.0 49 Monday, October 10, 2022 Approved
pacaptr (Install) 0.16.1 65 Friday, July 22, 2022 Approved
pacaptr (Install) 0.16.0 69 Friday, May 6, 2022 Approved
pacaptr (Install) 0.15.2 69 Friday, April 8, 2022 Approved
pacaptr (Install) 0.15.1 56 Wednesday, April 6, 2022 Approved
pacaptr (Install) 0.15.0 54 Thursday, March 17, 2022 Approved
pacaptr (Install) 0.14.1 66 Friday, February 11, 2022 Approved
pacaptr (Install) 0.14.0 109 Sunday, September 26, 2021 Approved
pacaptr (Install) 0.13.2 80 Monday, August 23, 2021 Approved
pacaptr (Install) 0.12.0 91 Monday, July 5, 2021 Approved
pacaptr (Install) 0.11.5 91 Thursday, May 6, 2021 Approved
pacaptr (Install) 0.11.4 92 Monday, April 26, 2021 Approved
pacaptr (Install) 0.11.2 70 Monday, April 5, 2021 Approved
pacaptr (Install) 0.11.1 105 Tuesday, March 16, 2021 Approved
pacaptr (Install) 0.11.0 91 Saturday, March 6, 2021 Approved
pacaptr (Install) 0.10.0 85 Sunday, February 7, 2021 Approved
pacaptr (Install) 0.10.0-beta3 87 Sunday, February 7, 2021 Approved
pacaptr (Install) 0.9.2 96 Wednesday, December 23, 2020 Approved
pacaptr (Install) 0.9.1 88 Friday, December 18, 2020 Approved
pacaptr (Install) 0.9.0 78 Friday, December 18, 2020 Approved
pacaptr (Install) 0.8.1 97 Thursday, November 19, 2020 Approved
pacaptr (Install) 0.8.0 92 Friday, November 13, 2020 Approved
pacaptr (Install) 0.7.0 108 Monday, October 26, 2020 Approved
pacaptr (Install) 0.6.1 96 Saturday, October 17, 2020 Approved
pacaptr (Install) 0.6.0 117 Saturday, September 19, 2020 Approved
pacaptr (Install) 0.4.1 104 Friday, August 21, 2020 Approved
pacaptr (Install) 0.3.0 136 Monday, July 27, 2020 Approved
pacaptr (Install) 0.2.0-alpha6 113 Saturday, June 13, 2020 Exempted
pacaptr (Install) 0.0.1-test0022 88 Monday, June 15, 2020 Exempted
pacaptr (Install) 0.0.1-test0017 99 Saturday, June 13, 2020 Exempted

This package has no dependencies.

Discussion for the pacaptr (Install) Package

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.
comments powered by Disqus