Key | Value |
---|---|
FileName | ./usr/share/locale/uk/LC_MESSAGES/cpplib-10.mo |
FileSize | 31986 |
MD5 | C9661A5EBCF4E46969DF466554364B57 |
SHA-1 | 53535C4A53EDFF2A5AF7800F98FF97AD70DAEABC |
SHA-256 | 22B53040EA7DEE0DF54761D9FB37E93C7B3D014E538EDD509A04C8DD1BFBAE3D |
SSDEEP | 384:rSh7nX4w4hpfywf7YvUo+u8Hyxl7zhUrADKZF9PrDyi9i2gcqySQSadzEINBiH0q:ry7n4hpfywHeQjDyicUJiH061 |
TLSH | T179E23271578D04EAC201B47BE948BA497EEE40FE3B67432565AC3DBF34E2460823D75A |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 120 |
hashlookup:trust | 100 |
The searched file hash is included in 120 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 |
---|---|
MD5 | DCC5BC71921FB88484FC17F1BCCAD1CE |
PackageArch | x86_64 |
PackageDescription | Cpp is the GNU C-Compatible Compiler Preprocessor. Cpp 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, abbreviations for longer constructs. The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can be substituted into your program); macro expansion (you can define macros, and 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); and 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 C programmer and you use macros. |
PackageMaintainer | Fedora Project |
PackageName | cpp |
PackageRelease | 0.11.fc32 |
PackageVersion | 10.0.1 |
SHA-1 | 09FEBF7BA3B0D7E9C9699A6298ECCB961E72E673 |
SHA-256 | 6E739A1DDDB428573EFC3D206225642DEE8AE171BCBB7C70C71DA27F9774B113 |
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 |