Downloads:
2,667
Downloads of v 0.16.0:
6
Last Update:
17 Apr 2023
Published Date:
17 Apr 2023
Reviewed Date:
24 May 2023
Reviewer:
Package Maintainer(s):
Software Author(s):
- Antti Järvinen
Tags:
messaging e-mail distributed discussion forums- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
classified-ads (Install)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
0.16.0 | Updated: 17 Apr 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,667
Downloads of v 0.16.0:
6
Published:
17 Apr 2023
Reviewed:
24 May 2023
Reviewer:
Maintainer(s):
Software Author(s):
- Antti Järvinen
classified-ads (Install) 0.16.0
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Classified ads is program for leaving public advertisements if you want to buy, sell, trade or give away
goods or services. Categories for ads include for example cars, bicycles, household items, furniture,
clothing and jobs. Messaging and voice calls between program operators are possible.
$package = 'classified-ads'
$installFolder = 'Classified-ads'
try
{
$installPath = (Join-Path "${Env:\ProgramFiles(x86)}" $installFolder),
(Join-Path $Env:ProgramFiles $installFolder) |
? { Test-Path $_ } |
Select -First 1
$uninstall = Join-Path $installPath 'uninstall.exe'
#uses NSIS installer - http://nsis.sourceforge.net/Docs/Chapter3.html
$uninstallParams = @{
PackageName = $package;
FileType = 'exe';
SilentArgs = '/S';
File = $uninstall;
}
Uninstall-ChocolateyPackage @uninstallParams
$binLocation = (Join-Path $installPath 'bin') -replace '\\', '\\'
$userPaths = [Environment]::GetEnvironmentVariable('Path', 'User') -split ';' |
? { ($_ -notmatch $binLocation) -and (![String]::IsNullOrEmpty($_)) } |
Select-Object -Unique
[Environment]::SetEnvironmentVariable('Path', ($userPaths -join ';'), 'User')
}
catch
{
Write-ChocolateyFailure $package "$($_.Exception.Message)"
throw
}
Log in or click on link to see number of positives.
- classified-ads.0.16.0.nupkg (0743b7c1b916) - ## / 62
- Classified-ads-Win32.exe (b0de75b27859) - ## / 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 |
---|---|---|---|---|
classified-ads (Install) 0.16.0 | 6 | Monday, April 17, 2023 |
Waiting for Maintainer
|
|
classified-ads (Install) 0.13 | 680 | Wednesday, July 4, 2018 | Approved | |
classified-ads (Install) 0.12 | 430 | Tuesday, November 21, 2017 | Approved | |
classified-ads (Install) 0.11 | 495 | Monday, July 4, 2016 | Approved | |
classified-ads (Install) 0.09 | 423 | Sunday, October 11, 2015 | Approved | |
classified-ads (Install) 0.07 | 391 | Monday, September 7, 2015 | Approved |
Copyright (C) Antti Järvinen and others, 2013-2023
Version 0.16 adds and updates translations to Georgian, Swedish and French users.
This package has no dependencies.
Ground Rules:
- This discussion is only about classified-ads (Install) and the classified-ads (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 classified-ads (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.
costello (maintainer) on 17 Apr 2023 09:33:53 +00:00:
User 'costello' (maintainer) submitted package.
chocolatey-ops (reviewer) on 17 Apr 2023 10:05:40 +00:00:
classified-ads has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 17 Apr 2023 10:32:18 +00:00:
classified-ads has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/5b92994dd10d8cfddd19d736704ce16a for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 17 Apr 2023 10:46:37 +00:00:
classified-ads has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 6 and 10 VirusTotal detections associated with it.
This package version cannot be approved without an exemption from a Moderator.
gep13 (reviewer) on 24 May 2023 05:41:43 +00:00:
There is quite a high number of virus detections for this package. Are there any known issues with this application and virus detections? If so, are you able to update the description to include information about where this is being discussed?