Downloads:
14,797
Downloads of v 2.60.1:
635
Last Update:
10 Apr 2024
Package Maintainer(s):
Software Author(s):
- SindreSorhus
Tags:
messenger facebook chat- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Caprine
- 1
- 2
- 3
2.60.1 | Updated: 10 Apr 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
14,797
Downloads of v 2.60.1:
635
Maintainer(s):
Software Author(s):
- SindreSorhus
Caprine 2.60.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SindreSorhus. The inclusion of SindreSorhus trademark(s), if any, upon this webpage is solely to identify SindreSorhus goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Caprine, run the following command from the command line or from PowerShell:
To upgrade Caprine, run the following command from the command line or from PowerShell:
To uninstall Caprine, 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 caprine --internalize --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 caprine -y --source="'INTERNAL REPO URL'" [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 caprine -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install caprine
win_chocolatey:
name: caprine
version: '2.60.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'caprine' do
action :install
source 'INTERNAL REPO URL'
version '2.60.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller caprine
{
Name = "caprine"
Version = "2.60.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'caprine':
ensure => '2.60.1',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Nov 2024.
Caprine is an unofficial and privacy-focused Facebook Messenger app with many useful features.
MIT License
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been downloaded from the official download link listed on <https://sindresorhus.com/caprine/>
and can be verified like this:
1. Download the installer:
<https://sindresorhus.com/caprine/>
2. Use one of the following methods to obtain the checksum:
- Use powershell function 'Get-Filehash -Algorithm sha512'
- Use chocolatey utility 'checksum.exe -t sha512'
checksum type: sha512
checksum32: 4B0A7C82E96C68D688F45BEF78B12E0F29C0795255096C48971C6FA05804B59E5129016FD2816C0C0F2C417E32583E78C1B712CF010BDE7B45875AF77C0C093D
File 'LICENSE.txt' is obtained from <https://github.com/sindresorhus/caprine/blob/master/license>
Log in or click on link to see number of positives.
- caprine.2.60.1.nupkg (c52285c210a4) - ## / 64
- Caprine-Setup-2.60.1.exe (30863f7a149c) - ## / 67
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 |
---|---|---|---|---|
Caprine 2.60.1 | 635 | Wednesday, April 10, 2024 | Approved | |
Caprine 2.59.3 | 263 | Wednesday, February 21, 2024 | Approved | |
Caprine 2.59.1 | 469 | Wednesday, October 11, 2023 | Approved | |
Caprine 2.59.0 | 164 | Sunday, October 1, 2023 | Approved | |
Caprine 2.58.3 | 135 | Monday, September 25, 2023 | Approved | |
Caprine 2.58.2 | 29 | Monday, September 25, 2023 | Approved | |
Caprine 2.58.1 | 158 | Wednesday, September 13, 2023 | Approved | |
Caprine 2.58.0 | 355 | Wednesday, July 26, 2023 | Approved | |
Caprine 2.57.4 | 397 | Monday, May 15, 2023 | Approved | |
Caprine 2.57.3 | 233 | Sunday, April 30, 2023 | Approved | |
Caprine 2.57.1 | 175 | Tuesday, April 18, 2023 | Approved | |
Caprine 2.57.0 | 532 | Thursday, November 17, 2022 | Approved | |
Caprine 2.56.1 | 380 | Saturday, August 27, 2022 | Approved | |
Caprine 2.56.0 | 163 | Monday, August 22, 2022 | Approved | |
Caprine 2.55.6 | 308 | Monday, June 13, 2022 | Approved | |
Caprine 2.55.5 | 228 | Sunday, May 22, 2022 | Approved | |
Caprine 2.55.4 | 360 | Monday, March 21, 2022 | Approved | |
Caprine 2.55.2 | 460 | Thursday, December 9, 2021 | Approved | |
Caprine 2.55.1 | 97 | Thursday, December 9, 2021 | Approved | |
Caprine 2.55.0 | 364 | Thursday, October 28, 2021 | Approved | |
Caprine 2.54.1 | 430 | Wednesday, August 18, 2021 | Approved | |
Caprine 2.54.0 | 273 | Saturday, July 31, 2021 | Approved | |
Caprine 2.53.0 | 468 | Monday, May 10, 2021 | Approved | |
Caprine 2.52.4 | 250 | Monday, April 26, 2021 | Approved | |
Caprine 2.52.3 | 257 | Monday, April 12, 2021 | Approved | |
Caprine 2.52.2 | 304 | Thursday, March 18, 2021 | Approved | |
Caprine 2.52.1 | 212 | Thursday, March 11, 2021 | Approved | |
Caprine 2.52.0 | 564 | Wednesday, January 27, 2021 | Approved | |
Caprine 2.51.2 | 439 | Friday, December 4, 2020 | Approved | |
Caprine 2.51.1 | 274 | Wednesday, November 18, 2020 | Approved | |
Caprine 2.51.0 | 342 | Tuesday, October 20, 2020 | Approved | |
Caprine 2.50.0 | 341 | Sunday, September 27, 2020 | Approved | |
Caprine 2.49.0 | 133 | Sunday, September 27, 2020 | Approved | |
Caprine 2.48.0 | 473 | Saturday, June 27, 2020 | Approved | |
Caprine 2.47.0 | 290 | Wednesday, June 3, 2020 | Approved | |
Caprine 2.46.0 | 276 | Thursday, May 14, 2020 | Approved | |
Caprine 2.45.0 | 403 | Tuesday, April 7, 2020 | Approved | |
Caprine 2.44.0 | 424 | Thursday, February 6, 2020 | Approved | |
Caprine 2.43.0 | 221 | Monday, January 27, 2020 | Approved | |
Caprine 2.42.1 | 216 | Tuesday, January 21, 2020 | Approved | |
Caprine 2.42.0 | 158 | Tuesday, January 21, 2020 | Approved | |
Caprine 2.41.1 | 378 | Wednesday, November 13, 2019 | Approved | |
Caprine 2.41.0 | 192 | Wednesday, November 13, 2019 | Approved | |
Caprine 2.40.0 | 304 | Sunday, October 27, 2019 | Approved | |
Caprine 2.39.0 | 294 | Wednesday, October 9, 2019 | Approved | |
Caprine 2.38.0 | 250 | Wednesday, September 11, 2019 | Approved | |
Caprine 2.37.0 | 255 | Tuesday, September 3, 2019 | Approved | |
Caprine 2.36.0 | 178 | Tuesday, September 3, 2019 | Approved | |
Caprine 2.35.0 | 281 | Saturday, August 10, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Caprine and the Caprine 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 Caprine, 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.