Result for 03E8CDBB88336FD84226706DA11A632FA2531AEF

Query result

Key Value
CRC3271D12891
FileName./usr/lib/i386-linux-gnu/perl5/5.30/XML/Parser/Encodings/iso-8859-11.enc
FileSize1072
MD55101A6213561C1F1C08C929CE991D334
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'software collection', 'Language': 'English', 'MfgCode': '369', 'OpSystemCode': '51', 'ProductCode': '17075', 'ProductName': 'LXFDVD176', 'ProductVersion': 'November 2013'}
RDS:package_id222721
SHA-103E8CDBB88336FD84226706DA11A632FA2531AEF
SHA-2568D67114FCAB5465DAEF43737B42BB3E469E1DF72D3839B9B7F5EE4160BC78B7B
SHA-5125F964B33C3F4BF84199C98A5BDD30ECAF2BDCCE3735AC8B220582F8D059A6B4202932ACB4524B0CDE86096B8EC1A439621E5BC62DAEBD1A9A93778D07FE5BBAD
SSDEEP24:o08cyUccy08cyUccy08cyUccSU8u6xJcqxZc+nx6Ks:oHUVyHU1yHUccyu6fxiG8v
SpecialCode
TLSHT19711236B69C252F1C397ED3D5DFB464D82A42F177603124F6118F21965B2D40059212E
dbnsrl_legacy
insert-timestamp1728245650.7243211
mimetypeapplication/octet-stream
nsrl-sha256rds241-sha256.zip
sourcesnap:BLigMwxrfwBKQpnk0iQHu8hZts8Fgf2d_216
tar:gnamewheel
tar:unameroot
hashlookup:parent-total98
hashlookup:trust100

Network graph view

Parents (Total: 98)

The searched file hash is included in 98 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
SHA-103E6B4CD4CBABAE69CF4549CA8187110A1AEF19C
snap-authoritycanonical
snap-filenameoHNBJUD1kdfzgjkRHBz7kDGcyfgzbMD1_9.snap
snap-idoHNBJUD1kdfzgjkRHBz7kDGcyfgzbMD1_9
snap-nameasbru
snap-publisher-idTTSsCAwEIBlVcQVMlOn24DAVMnu5A8Ii
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2022-06-16T01:49:11.468883Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/oHNBJUD1kdfzgjkRHBz7kDGcyfgzbMD1_9.snap
Key Value
SHA-1073F2DDA028E56833AAB162044A2830586024506
snap-authoritycanonical
snap-filenametIrcA87dMWthuDORCCRU0VpidK5SBVOc_9256.snap
snap-idtIrcA87dMWthuDORCCRU0VpidK5SBVOc_9256
snap-nameinkscape
snap-publisher-idKF4DYZawKZ4srIyRy4IeH8slnKUwKgpm
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-07-26T04:32:37.811491Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/tIrcA87dMWthuDORCCRU0VpidK5SBVOc_9256.snap
Key Value
SHA-10EE16B3E1E53E17987D78DD8A903FA6227E6D638
snap-authoritycanonical
snap-filenameshY22YTZ3RhJJDOj0MfmShTNZTEb1Jiq_34087.snap
snap-idshY22YTZ3RhJJDOj0MfmShTNZTEb1Jiq_34087
snap-namemaas
snap-publisher-idcanonical
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T19:38:45.657627Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/shY22YTZ3RhJJDOj0MfmShTNZTEb1Jiq_34087.snap
Key Value
SHA-1112F817BE1E38F077199B2575FA818BD1C4F97FF
snap-authoritycanonical
snap-filenameP57XUESUBsdxteNvwvDD0CeSJAdA2lQO_6.snap
snap-idP57XUESUBsdxteNvwvDD0CeSJAdA2lQO_6
snap-nameglade-attente
snap-publisher-idtm5VbtnKkPUYl0d1Oyse6G3fXbVFad9a
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2016-10-17T14:49:31.889139Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/P57XUESUBsdxteNvwvDD0CeSJAdA2lQO_6.snap
Key Value
FileSize201292
MD56024350C0B6619072513892264EEAB58
PackageDescriptionPerl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibxml-parser-perl
PackageSectionperl
PackageVersion2.46-2
SHA-113B508D7856F4313E5BB49F3ABAD6A77F6AB2011
SHA-2568C11B295AB4559C3541FA517D35C7F8F33E1CFD45F4D6CC8C0736144C976561D
Key Value
FileSize206968
MD5D3694D3F59D4DC4B80D97F6EE3622457
PackageDescriptionPerl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibxml-parser-perl
PackageSectionperl
PackageVersion2.44-2+b1
SHA-11741C4D00AD8BD47BF4A6421A75568AF8313E5E1
SHA-256189B662D1F11904CC59F08BA84AED12124FE184F8775166F771AFA8CCDF469BB
Key Value
FileSize208592
MD5D9B21C9E3DA1B9D806EFBD5438986290
PackageDescriptionPerl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibxml-parser-perl
PackageSectionperl
PackageVersion2.44-2+b1
SHA-117764D08437D2D8B0074C04BCB691A55C6A193A5
SHA-2560CAC35AF0D35F2B06E2A456BBDCC89D8D59B3645ADA935580B41A70CD816DC32
Key Value
SHA-119AE79E2FF7AD00785DE228B0DF2926337BCE535
snap-authoritycanonical
snap-filenametIrcA87dMWthuDORCCRU0VpidK5SBVOc_10512.snap
snap-idtIrcA87dMWthuDORCCRU0VpidK5SBVOc_10512
snap-nameinkscape
snap-publisher-idKF4DYZawKZ4srIyRy4IeH8slnKUwKgpm
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-07-26T04:32:37.811491Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/tIrcA87dMWthuDORCCRU0VpidK5SBVOc_10512.snap
Key Value
FileNamehttp://ftp1.fr.freebsd.org/pub/FreeBSD//snapshots//powerpc//powerpc//14.0-CURRENT//ports.txz
MD53CE54553A0FDD0B5F1F4E457C3EEAE28
SHA-11DC97E090B00A099AA21AA840B81494EB7365455
SHA-256614395ED633E4C61891429B7333CAECE63A641C91D3F4A27980AF45899AB2994
SSDEEP786432:hM2hX7dvyxzchVSANT0yQMMApckUgV2PEczbuRhjwJGyIANf:C2Fg2VSAtDWALYaRhSIANf
TLSHT186A7330D04209AC1BA8173EB065B34DB9CAECE68E1AF8E974ED6BF3503D7904196457F
Key Value
FileSize208960
MD54940430BC19066B10D81F18ABB2D9A4F
PackageDescriptionPerl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibxml-parser-perl
PackageSectionperl
PackageVersion2.44-4
SHA-1286F0C15D62D9D152683C637B636FB6704D09AF3
SHA-256D0749280E70C4FE8F42353B1BA16AC7496F63812D1454ECF9FBE0129F89A0ED2