Downloads:
22,060
Downloads of v 2.4.1.202012201:
1,227
Last Update:
22 Dec 2020
Package Maintainer(s):
Software Author(s):
- Fing
Tags:
network monitoring scanner- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Fing
This is not the latest version of Fing available.
- 1
- 2
- 3
2.4.1.202012201 | Updated: 22 Dec 2020
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
22,060
Downloads of v 2.4.1.202012201:
1,227
Maintainer(s):
Software Author(s):
- Fing
Fing 2.4.1.202012201
This is not the latest version of Fing available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Fing. The inclusion of Fing trademark(s), if any, upon this webpage is solely to identify Fing 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 Fing, run the following command from the command line or from PowerShell:
To upgrade Fing, run the following command from the command line or from PowerShell:
To uninstall Fing, 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 fing --internalize --version=2.4.1.202012201 --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 fing -y --source="'INTERNAL REPO URL'" --version="'2.4.1.202012201'" [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 fing -y --source="'INTERNAL REPO URL'" --version="'2.4.1.202012201'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fing
win_chocolatey:
name: fing
version: '2.4.1.202012201'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fing' do
action :install
source 'INTERNAL REPO URL'
version '2.4.1.202012201'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fing
{
Name = "fing"
Version = "2.4.1.202012201"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fing':
ensure => '2.4.1.202012201',
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 22 Dec 2020.
Fing
Fing App is a free network scanner that makes you discover all connected devices, run internet
speed tests and help troubleshoot network and device issues. Get Fingbox for more advanced security
and protection for your network.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop'; # stop on all errors $uninstaller = $(./Get-InstalledApps.ps1 -NameRegex Fing).UninstallString.split('"')[1]
$packageArgs = @{ Start-Process -FilePath $uninstaller -ArgumentList "/allusers /S"
packageName = $env:ChocolateyPackageName
softwareName = 'Fing' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
fileType = 'EXE' #only one of these: MSI or EXE (ignore MSU for now)
silentArgs = "/allusers /S"
validExitCodes= @(0, 3010, 1605, 1614, 1641) # https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
}
Uninstall-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- Fing.exe (8214b34a72a6) - ## / 64
- fing.2.4.1.202012201.nupkg (0ec253ece823) - ## / 63
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 |
---|---|---|---|---|
Fing 3.7.2.634 | 110 | Sunday, November 17, 2024 | Approved | |
Fing 3.7.1.633 | 417 | Thursday, September 26, 2024 | Approved | |
Fing 3.7.0.632 | 415 | Thursday, July 18, 2024 | Approved | |
Fing 3.6.3.631 | 392 | Thursday, May 30, 2024 | Approved | |
Fing 3.6.1.625 | 610 | Friday, January 12, 2024 | Approved | |
Fing 3.6.0.624 | 317 | Wednesday, December 20, 2023 | Approved | |
Fing 3.5.1.622 | 330 | Thursday, November 16, 2023 | Approved | |
Fing 3.5.0.620 | 347 | Thursday, October 26, 2023 | Approved | |
Fing 3.4.1.618 | 393 | Friday, September 29, 2023 | Approved | |
Fing 3.4.0.615 | 593 | Wednesday, June 28, 2023 | Approved | |
Fing 3.3.1.613 | 401 | Wednesday, May 31, 2023 | Approved | |
Fing 3.3.0.612 | 363 | Friday, May 12, 2023 | Approved | |
Fing 3.2.1.610 | 466 | Wednesday, April 12, 2023 | Approved | |
Fing 3.2.0.608 | 522 | Wednesday, February 15, 2023 | Approved | |
Fing 3.1.1.604 | 632 | Tuesday, December 13, 2022 | Approved | |
Fing 3.1.0.600 | 567 | Wednesday, November 2, 2022 | Approved | |
Fing 3.0.2.538 | 792 | Wednesday, August 31, 2022 | Approved | |
Fing 3.0.0.511 | 691 | Wednesday, July 20, 2022 | Approved | |
Fing 2.10.0.436 | 760 | Friday, May 13, 2022 | Approved | |
Fing 2.9.0.382 | 670 | Wednesday, March 30, 2022 | Approved | |
Fing 2.8.0.297 | 928 | Thursday, January 13, 2022 | Approved | |
Fing 2.7.2.233 | 1042 | Tuesday, November 23, 2021 | Approved | |
Fing 2.7.1.216 | 430 | Tuesday, November 9, 2021 | Approved | |
Fing 2.7.0.155 | 951 | Thursday, September 23, 2021 | Approved | |
Fing 2.6.0 | 2241 | Wednesday, April 28, 2021 | Approved | |
Fing 2.5.1 | 1295 | Wednesday, March 10, 2021 | Approved | |
Fing 2.5.0 | 421 | Wednesday, March 3, 2021 | Approved | |
Fing 2.4.1.202012201 | 1227 | Tuesday, December 22, 2020 | Approved | |
Fing 2.4.1.20201222 | 113 | Tuesday, December 22, 2020 | Approved | |
Fing 2.4.1.20201219 | 223 | Saturday, December 19, 2020 | Approved | |
Fing 2.4.1 | 141 | Friday, December 18, 2020 | Approved | |
Fing 2.3.1 | 483 | Saturday, November 21, 2020 | Approved | |
Fing 2.3.0 | 344 | Thursday, November 12, 2020 | Approved | |
Fing 2.2.2 | 560 | Friday, October 16, 2020 | Approved | |
Fing 2.2.1 | 372 | Monday, September 28, 2020 | Approved | |
Fing 2.2.0 | 314 | Tuesday, September 8, 2020 | Approved | |
Fing 2.1.0 | 272 | Monday, July 27, 2020 | Approved | |
Fing 2.0.0 | 381 | Tuesday, June 30, 2020 | Approved | |
Fing 1.4.1 | 336 | Monday, May 18, 2020 | Approved | |
Fing 1.4.0 | 165 | Sunday, May 17, 2020 | Approved |
© Fing
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 Fing and the Fing 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 Fing, 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.