Downloads:
40,781
Downloads of v 8.4.0:
1,716
Last Update:
02 Aug 2024
Package Maintainer(s):
Software Author(s):
- digiKam team
Tags:
foss unattended photo organizer kde admindigiKam
This is not the latest version of digiKam available.
- 1
- 2
- 3
8.4.0 | Updated: 02 Aug 2024
Downloads:
40,781
Downloads of v 8.4.0:
1,716
Maintainer(s):
Software Author(s):
- digiKam team
digiKam 8.4.0
This is not the latest version of digiKam available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by digiKam team. The inclusion of digiKam team trademark(s), if any, upon this webpage is solely to identify digiKam team 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 digiKam, run the following command from the command line or from PowerShell:
To upgrade digiKam, run the following command from the command line or from PowerShell:
To uninstall digiKam, 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 digikam --internalize --version=8.4.0 --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 digikam -y --source="'INTERNAL REPO URL'" --version="'8.4.0'" [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 digikam -y --source="'INTERNAL REPO URL'" --version="'8.4.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install digikam
win_chocolatey:
name: digikam
version: '8.4.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'digikam' do
action :install
source 'INTERNAL REPO URL'
version '8.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller digikam
{
Name = "digikam"
Version = "8.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'digikam':
ensure => '8.4.0',
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 05 Nov 2024.
Digikam
digiKam is an advanced digital photo management application for KDE, which makes importing and organizing digital photos a "snap". The photos are organized in albums which can be sorted chronologically, by folder layout or by custom collections.
System Requirements
- Download file size is about 240 MiB
- Final install size is about 1.25 GiB
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$softwareName = "$packageName*"
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
$key | ForEach-Object {
Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes
}
Log in or click on link to see number of positives.
- digiKam.8.4.0.nupkg (7002c816a608) - ## / 62
- digiKam-8.4.0-Qt6-Win64.exe (5a84d705e772) - ## / 58
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 |
---|---|---|---|---|
digiKam 8.5.0 | 287 | Sunday, November 17, 2024 | Approved | |
digiKam 8.4.0 | 1716 | Friday, August 2, 2024 | Approved | |
digiKam 8.3.0 | 2055 | Friday, March 15, 2024 | Approved | |
digiKam 8.2.0 | 1690 | Friday, December 1, 2023 | Approved | |
digiKam 8.1.0 | 2143 | Friday, July 7, 2023 | Approved | |
digiKam 8.0.0 | 1510 | Friday, April 14, 2023 | Approved | |
digiKam 7.9.0 | 1840 | Monday, December 5, 2022 | Approved | |
digiKam 7.8.0 | 1482 | Wednesday, August 31, 2022 | Approved | |
digiKam 7.7.0 | 1294 | Friday, June 24, 2022 | Approved | |
digiKam 7.6.0 | 1525 | Thursday, March 3, 2022 | Approved | |
digiKam 7.5.0 | 1164 | Sunday, January 16, 2022 | Approved | |
digiKam 7.4.0 | 1000 | Sunday, December 12, 2021 | Approved | |
digiKam 7.3.0 | 1722 | Monday, July 12, 2021 | Approved | |
digiKam 7.2.0 | 103 | Wednesday, June 16, 2021 | Approved | |
digiKam 7.1.0 | 2282 | Saturday, September 5, 2020 | Approved | |
digiKam 7.0.0 | 154 | Saturday, September 5, 2020 | Approved | |
digikam 6.1.0 | 2478 | Wednesday, May 15, 2019 | Approved | |
digikam 6.0.0 | 1039 | Tuesday, February 19, 2019 | Approved | |
digikam 5.9.0 | 1389 | Friday, March 30, 2018 | Approved | |
digikam 5.5.0.01 | 1104 | Tuesday, March 14, 2017 | Approved | |
digikam 5.4.0.01 | 596 | Wednesday, February 1, 2017 | Approved | |
digikam 5.3.0.01 | 537 | Wednesday, December 21, 2016 | Approved | |
digikam 4.12.0 | 7402 | Tuesday, August 11, 2015 | Approved | |
digikam 4.11.0 | 423 | Monday, July 6, 2015 | Approved | |
digikam 4.10.0 | 555 | Thursday, May 14, 2015 | Approved | |
digikam 4.9.0 | 460 | Thursday, April 9, 2015 | Approved | |
digikam 4.8.0 | 477 | Friday, March 27, 2015 | Approved | |
digikam 4.6.0 | 486 | Thursday, March 26, 2015 | Approved | |
digiKam 4.5.0 | 601 | Wednesday, November 26, 2014 | Approved | |
digiKam 3.2.0 | 705 | Wednesday, August 21, 2013 | Approved | |
digiKam 3.1.0 | 562 | Monday, July 15, 2013 | Approved |
© 2020 digiKam team
Program
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
This package has no dependencies.
Ground Rules:
- This discussion is only about digiKam and the digiKam 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 digiKam, 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.