Key | Value |
---|---|
FileName | ./usr/share/locale/es/LC_MESSAGES/cpplib-10.mo |
FileSize | 25104 |
MD5 | 79C42A854A1314C2120910A7B9A96137 |
SHA-1 | 5623D5C6F0DB402A6BBE6A141BA5207B904F5FC6 |
SHA-256 | 12A61B17533D7AED819B885DA0CAA8B08C6822547AA5C736E9B4F06247538D23 |
SSDEEP | 384:rSh7PxcNJww4hpfywf7YvUo+u8Hyxl7zhUrADKZFW/TUQSR3LrKyOLSQuSiZjvNW:ry7JoP4hpfywHex/TSCyH5ZzNpw |
TLSH | T117B2D82112C617A2D6D712BA73E7E643F38C40D9B148E1A5E98D43BC71CE5D4823BEA7 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 110 |
hashlookup:trust | 100 |
The searched file hash is included in 110 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | http://gentoo.mirror.root.lu/releases//amd64//autobuilds//20210926T170536Z//stage3-amd64-hardened-selinux-openrc-20210926T170536Z.tar.xz |
MD5 | 800580D815E538370D4C9AF2B9703B12 |
SHA-1 | 00298AEF23DA7E5CD8F767DBB3623660D8554C8C |
SHA-256 | 7E60D1E70FC537C3F52D9232556BBE55E31CF79F5A0106D3994D6C1882707948 |
SSDEEP | 6291456:F2yF+v5v+cm8lfNxb47PjOF6z2EdnmsuAr:7F+R2P8lfKLOF0rM0 |
TLSH | T141A833DB6288F7CD243158453489DDCED5E0B788913433CA129DB6A83D73DE323997AA |
Key | Value |
---|---|
FileName | http://gentoo.mirror.root.lu/releases//arm//autobuilds//20210824T170533Z//stage3-armv5tel-20210824T170533Z.tar.xz |
MD5 | F9E8C4A9F53447E90B559AE123B8BC19 |
SHA-1 | 01201C3B67773C1A1A73F1460D29802279D82D2D |
SHA-256 | 063770CDF6F59B168C8DEB06591F15F4F7FE5D5CA40ED1D55890956B3F103BF7 |
SSDEEP | 3145728:8CP3uQnBBOo8b+RFmzBm+e6CfukvYM4jhOSqIGYJKNeCx47c8RoXUSGN9b3IJscg:8CP3Br8umzBPe0lISK6KU5zoE3bNcj3E |
TLSH | T1F9883352F798DA9CFEE8C41692721F9E69AC3E99C51D062F58F2AB018F1D5030C4BC9D |
Key | Value |
---|---|
FileName | http://gentoo.mirror.root.lu/releases//amd64//autobuilds//20210926T170536Z//stage3-amd64-hardened-nomultilib-openrc-20210926T170536Z.tar.xz |
MD5 | 847D10D72534DA9E2C8BCB349619F4C1 |
SHA-1 | 029E37A9793311193DC628941CC5B2ED80ADDCD8 |
SHA-256 | 74032AEF7CC761B3DD752A50928043FDB6E6D0D20C0AAAD10026C48AD938FFD2 |
SSDEEP | 3145728:KogdXrNDCDJ+Ww8vjljhW7yiRS7/IIcrdcpG3qFgcxU3L1J5mj07sxMcyT+BjEoS:Pg71+MwbW7yuSTIIewxGw07myTuoo1g |
TLSH | T1C29833E7AB491B74249918183E44CDAAB328D4ADD682CF805D7CEE0FEBB7FD05911C91 |
Key | Value |
---|---|
MD5 | FAB4EB1A623B048EEB56533E3CA30C09 |
PackageArch | aarch64 |
PackageDescription | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. |
PackageMaintainer | tmb <tmb> |
PackageName | gcc-cpp |
PackageRelease | 2.mga8 |
PackageVersion | 10.4.0 |
SHA-1 | 0356155CEA26B2DAD0C40B05C54D89CA19072CB0 |
SHA-256 | 172692C2B259B7234CFD6893863993EA5572983CC411E5CE4B963914D9EF3ABE |
Key | Value |
---|---|
MD5 | 184E73F5C1680B52A0F785BC52364CC8 |
PackageArch | armv7hl |
PackageDescription | Locale data for the GNU Compiler Collection (GCC) to give error message in the current locale. |
PackageName | gcc10-locale |
PackageRelease | lp152.83.1 |
PackageVersion | 10.3.1+git1893 |
SHA-1 | 092C4B349E39033306B673D67B2C1C268B0CF36B |
SHA-256 | 4F8B562D32C49465DCD2CA0AD3AC9AE17974F8625D24F84DB8089BD163C3A829 |
Key | Value |
---|---|
MD5 | 8138E2996D06A4E05D8E9B7F076D9A3A |
PackageArch | x86_64 |
PackageDescription | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. |
PackageMaintainer | tmb <tmb> |
PackageName | gcc-cpp |
PackageRelease | 0.20210130.1.mga8 |
PackageVersion | 10.2.1 |
SHA-1 | 09506EFC9B3E1B56AD63D087EF56CF5961A06752 |
SHA-256 | 7E8FADF97AD9092CB9E22CD45888561DA9E779196B2F922E9CD928FC657A044E |
Key | Value |
---|---|
FileSize | 1672852 |
MD5 | 91CC0D2C465E2A94C5CB2AF742DFDE84 |
PackageDescription | GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. |
PackageMaintainer | Debian GCC Maintainers <debian-gcc@lists.debian.org> |
PackageName | gcc-10-locales |
PackageSection | devel |
PackageVersion | 10.2.1-6 |
SHA-1 | 0C1672B23172E9F77E2DBDB186845A84953B26A3 |
SHA-256 | 0D319DF78D4B8FA77764A4B2CA6D137AEFD45AA97A205B2AAE98EE13AD537E64 |
Key | Value |
---|---|
MD5 | 2821FB35BCE1BE273FCE807045F1BADB |
PackageArch | x86_64 |
PackageDescription | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. |
PackageMaintainer | tmb <tmb> |
PackageName | gcc-cpp |
PackageRelease | 2.mga8 |
PackageVersion | 10.4.0 |
SHA-1 | 0CCA8BE7716D3A27649CAFB1259F7DF9D26DEEC8 |
SHA-256 | D2A01DE11389DBAB921BE8E77115424584DE782EA6206CA9AED9EA959BF31211 |
Key | Value |
---|---|
FileName | http://gentoo.mirror.root.lu/releases//amd64//autobuilds//20211003T170529Z//stage3-amd64-nomultilib-openrc-20211003T170529Z.tar.xz |
MD5 | 732F4A755A8EE65F7FF9C00EADE59817 |
SHA-1 | 0ECBE2A2DD1012B5ABA863BB2A7073AA8BA0E66A |
SHA-256 | B511067D8DBF5300A59F777D47A5258A105CE8AF4B20EB6300AD44A66F88284D |
SSDEEP | 3145728:b/uDjDB2PkBwZ0dhEesYvJSoozpYsnQ+8E2ypkqzzbGkEPy8p06Mc9lD4:8DMPkeZMhWaypYsnQlEPfGlPPl0 |
TLSH | T1209833FAA0E80C3011329AA73E071D4CE457BE0EA79055A5EB949C973F4A1D33CD7EA5 |
Key | Value |
---|---|
FileName | http://gentoo.mirror.root.lu/releases//amd64//autobuilds//20210919T170549Z//stage3-amd64-hardened-selinux-openrc-20210919T170549Z.tar.xz |
MD5 | C0CC9FF3ECBD2A196BE1125A413EFB20 |
SHA-1 | 137A2F6DDD9365160F2CA45D383B8298F6A469EA |
SHA-256 | F9A2DBDF83459C8863E7C3B5D2854383446045D7F22D42DD1668C85492A69183 |
SSDEEP | 6291456:8i0LLRf/uZdgzfCm+tm+f57CCnaWKZ3fuC:8N1+ZdgzfC/tLx7LjKduC |
TLSH | T172A83364CAD29D738CE6EC87AB2189473380511CC1D3555ADEE39283E17B2E93E6BD13 |