Package Details: dug-git r288.18e4280-1

Git Clone URL: https://aur.archlinux.org/dug-git.git (read-only, click to copy)
Package Base: dug-git
Description: A global DNS propagation checker that gives pretty output.
Upstream URL: https://dug.unfrl.com/
Licenses: MIT
Provides: dug
Submitter: neurotischism
Maintainer: neurotischism
Last Packager: neurotischism
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-03 22:46 (UTC)
Last Updated: 2025-09-28 04:41 (UTC)

Pinned Comments

neurotischism commented on 2023-09-14 04:04 (UTC)

If you encounter the runtime error No usable version of libssl was found, it can be fixed by installing the Core package openssl-1.1.

I haven't added the dependency explicitly to the package because I'm not sure why the correct version of OpenSSL isn't packaged in the self-contained build along with the rest of the dotnet framework.

There is some information about this on the dotnet core documentation page Self-contained Linux applications.

Latest Comments

neurotischism commented on 2023-12-28 07:09 (UTC)

@redezem: The PKGBUILD has been updated for dotnet 6.

redezem commented on 2023-12-18 05:58 (UTC)

Looks like upstream has switched to dotnet 6, only compiles if the bin install command is changed to refer to "net6.0" from "net5.0" as the folder the bin ends up in is now different.

neurotischism commented on 2023-09-14 04:04 (UTC)

If you encounter the runtime error No usable version of libssl was found, it can be fixed by installing the Core package openssl-1.1.

I haven't added the dependency explicitly to the package because I'm not sure why the correct version of OpenSSL isn't packaged in the self-contained build along with the rest of the dotnet framework.

There is some information about this on the dotnet core documentation page Self-contained Linux applications.