Md5sum windows
Author: h | 2025-04-23
Download md5sum-1.22.msi to install md5sum on Windows. This is a deprecated project that uses etree binaries and adds md5sum to PATH.
mcandre/md5sum-win: Windows installer for md5sum
I have two *.tar files with similar contents. I want to verify which files are the same. A lot of the files are big so I comparing hashes would require extracting every file from each tar and computing the hash. Is there a way to hash files in a tar without having to extract it? Is there another way to compare files across two *.tar files? asked Jan 25, 2020 at 19:31 If it's GNU tar, run this:tar -xf file1.tar --to-command=file-stats-from-tarwhere file-stats-from-tar is somewhere in $PATH and is:#!/bin/bashmd5=`md5sum`;md5=${md5%% *}printf "%s\t%s\n" $md5 "$TAR_FILENAME"Change md5sum if you need to.This does it all in a single pass.How it works is that the --to-command option tells tar to send each file separately to the command you specify, with a bunch of environment variables set (we only use TAR_FILENAME here). answered Jan 26, 2020 at 6:53 3 There may be more efficient ways, but I was able to come up with this in a few moments:tar tf test.tar | while read x ; do echo "$(tar xfO test.tar ${x} | md5sum) ${x}" ; doneThe first tar tf just lists the files in the archive, which is then passed into the while read x bash loop. For each filename, it then finds the hash using tar xfO test.tar ${x} | md5sum You could obviously replace md5sum with your preferred hash tool. The weird use of echo $() ${x} is just to keep the output similar to a regular hash output with the values on the left and filenames on the right. Without that it just give you the hashes of all the files but no names, so you can't tell which went to which. Even with it there is a extra column of - in the output that isn't normally there. It could be easily removed with a colrm command in the pipeline.This might not be the most efficient since it has to go through the tar file n+1 times if there are n files in it, but hopefully the tar contents are cached after the first read through. answered Jan 26, 2020 at 0:12 1
mcandre/md5sum-win: Windows installer for md5sum - GitHub
2.1.4.1 Verifying the MD5 Checksum After you have downloaded a MySQL package, you should make sure that its MD5 checksum matches the one provided on the MySQL download pages. Each package has an individual checksum that you can verify against the package that you downloaded. The correct MD5 checksum is listed on the downloads page for each MySQL product; you should compare it against the MD5 checksum of the file (product) that you download. Each operating system and setup offers its own version of tools for checking the MD5 checksum. Typically the command is named md5sum, or it may be named md5, and some operating systems do not ship it at all. On Linux, it is part of the GNU Text Utilities package, which is available for a wide range of platforms. You can also download the source code from If you have OpenSSL installed, you can use the command openssl md5 package_name instead. A Windows implementation of the md5 command line utility is available from winMd5Sum is a graphical MD5 checking tool that can be obtained from Our Microsoft Windows examples assume the name md5.exe. Linux and Microsoft Windows examples: $> md5sum mysql-standard-8.0.41-linux-i686.tar.gzaaab65abbec64d5e907dcd41b8699945 mysql-standard-8.0.41-linux-i686.tar.gz$> md5.exe mysql-installer-community-8.0.41.msiaaab65abbec64d5e907dcd41b8699945 mysql-installer-community-8.0.41.msi You should verify that the resulting checksum (the string of hexadecimal digits) matches the one displayed on the download page immediately below the respective package.Note Make sure to verify the checksum of the archive file (for example, the .zip, .tar.gz, or .msi file) and not of the files that are contained inside of the archive. In other words, verify the file before extracting its contents.GitHub - mcandre/md5sum-win: Windows installer for md5sum
UBCD V5.0.0 is now available for download.Torrent: ubcd50.iso.torrentmd5sum: d667b52a34a7fe75d64ab94e12097cda sha1sum: b805801112eaaf055ff3a41871955f7a908a8425OK, this is the final FINALrelease of UBCD V5.0, warts and all. This is slightly different from the version posted here. Here are the changes:- Updated UBCD FreeDOS to V1.37. \ubcd\custom\custom.ini is processed together with \ubcd\dosapps\ubcd.ini. Also added "-m" to "mdiskchk.com -b" else the ubcdcmd= parameter passed to the ISO is not detected.- Added missing rm.exe and cat.exe to \ubcd\tools\win32\unxutils.- Updated HDClone to V3.9.1.- Updated SeaTools for DOS to V2.20.- Updated AVIRA AntiVir Rescue System to V3.6.9-20100512182845.The first change lets you isolate custom FreeDOS apps to "c:\ubcd-extracted\ubcd\custom", instead of having to modify "c:\ubcd-extracted\ubcd\dosapps".The second change adds some missing files so that the antivirus scripts can run.If you have the older ubcd50.iso (md5sum: 8ca82598a488b6fffc4173bf7af419ad), you can download this 20+MB xdelta3 file and patch the old ISO. You need the xdelta3 EXE from here.Type:Code: Select allxdelta3 -d -s ubcd50.iso ubcd50.xdelta3 ubcd50final.isoto generate "ubcd50final.iso" and check that the md5sum is "d667b52a34a7fe75d64ab94e12097cda".. Download md5sum-1.22.msi to install md5sum on Windows. This is a deprecated project that uses etree binaries and adds md5sum to PATH. Download Md5sum latest version for Windows free. Md5sum latest update: Novemmd5sum for windows? - LinuxQuestions.org
Plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4), snmpd","description": "openmediavault SNMP (Simple Network Management Protocol) pluginn The Simple Network Management Protocol (SNMP) provides a frameworkn for the exchange of management information between agents (servers)n and clients.","descriptionmd5": "","extendeddescription": "The Simple Network Management Protocol (SNMP) provides a frameworknfor the exchange of management information between agents (servers)nand clients.","filename": "pool/main/o/openmediavault-snmp/openmediavault-snmp_5.0.1-1_all.deb","homepage": " false,"installedsize": 16148,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "649a101bc208d06601034e08564f122a","multiarch": "","name": "openmediavault-snmp","package": "openmediavault-snmp","pluginsection": "network","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "f0f75524318c801c14807bf29c645c00840c80e3","sha256": "d77a4a38d9383daf765ce142ff4a7d7dffbf405e7ebb67fe7cc95d9635beff23","size": 16148,"suggests": "","summary": "openmediavault SNMP (Simple Network Management Protocol) plugin","version": "5.0.1-1"},{"abstract": "OpenMediaVault symlinks plugin","architecture": "all","breaks": "","conflicts": "","depends": "omvextras-common (>= 3.0.1), openmediavault (>= 3.0.67)","description": "OpenMediaVault symlinks pluginn Allow creation of symlinks.","descriptionmd5": "","extendeddescription": "Allow creation of symlinks.","filename": "pool/main/o/openmediavault-symlinks/openmediavault-symlinks_3.1.5_all.deb","homepage": " false,"installedsize": 7168,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-symlinks","package": "openmediavault-symlinks","pluginsection": "filesystems","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "71085a8ab833a87d1ff0f82777a2563ca90794b9","sha256": "075a34ab924a6845ecfdbc244b8bb23468c6263cb3f8bc90a0b89ad890268a49","size": 7168,"suggests": "","summary": "OpenMediaVault symlinks plugin","version": "3.1.5"},{"abstract": "Teamviewer Host plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.0.5), teamviewer-host","description": "Teamviewer Host plugin for OpenMediaVault.","descriptionmd5": "","extendeddescription": "","filename": "pool/main/o/openmediavault-teamviewerhost/openmediavault-teamviewerhost_5.0_all.deb","homepage": "","installed": false,"installedsize": 6292,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-teamviewerhost","package": "openmediavault-teamviewerhost","pluginsection": "network","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "69abbaa743687fd0d6aa4fbbd6907ada12b33247","sha256": "4bcd4683dd5d966131a04020d19962a34ce312258c7aaff5cd34f31fa411349e","size": 6292,"suggests": "","summary": "Teamviewer Host plugin for OpenMediaVault.","version": "5.0"},{"abstract": "openmediavault TFTP-Server plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4), tftpd-hpa","description": "openmediavault TFTP-Server pluginn A TFTP server is mainly required for booting operating systems orn configurations over the network.","descriptionmd5": "","extendeddescription": "A TFTP server is mainly required for booting operating systems ornconfigurations over the network.","filename": "pool/main/o/openmediavault-tftp/openmediavault-tftp_5.0.1-1_all.deb","homepage": " false,"installedsize": 18084,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "8a060803300fc4d25c88fd06a18d1543","multiarch": "","name": "openmediavault-tftp","package": "openmediavault-tftp","pluginsection": "sharing","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "ac74221cee6c8ab51e5e8a679fdcd1224d69f8a6","sha256": "b642883c87cd37530cc728fd1eb023e4509475a585019eea634393bf5b53bc6f","size": 18084,"suggests": "","summary": "openmediavault TFTP-Server plugin","version": "5.0.1-1"},{"abstract": "OpenMediaVault tgt plugin","architecture": "all","breaks": "","conflicts": "","depends": "tgt, omvextras-common, openmediavault (>= 5.3)","description": "OpenMediaVault tgt pluginn Plugin to setup tgt iscsi targets.","descriptionmd5": "","extendeddescription": "Plugin to setup tgt iscsi targets.","filename": "pool/main/o/openmediavault-tgt/openmediavault-tgt_5.1.3_all.deb","homepage": "","installed": false,"installedsize": 10220,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-tgt","package": "openmediavault-tgt","pluginsection": "network","predepends": "","priority": "optional","repository": "Bintray/buster","section": "devel","sha1": "eaa281f28b1174bf72ef7163bece15bb0f098dc6","sha256": "2a590f494ff8c6026dcb6a55160426115b3ee5cfdd240045f9696011e81aff01","size": 10220,"suggests": "","summary": "OpenMediaVault tgt plugin","version": "5.1.3"},{"abstract": "Union filesystemsMD5SUM in WINDOWS - LinuxQuestions.org
Plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-backup","package": "openmediavault-backup","pluginsection": "backup","predepends": "","priority": "optional","repository": "Bintray/buster","section": "misc","sha1": "4e18373a6415f0718f7d7d64c9c0d486276881d0","sha256": "4ee1ef6c3962e6f8ec559ea66ad100428c14a716f3f8f4eedd612510e4a46451","size": 23000,"suggests": "","summary": "backup plugin for OpenMediaVault.","version": "5.2"},{"abstract": "borgbackup plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 4.0.6), borgbackup (>= 1.1.0)","description": "borgbackup plugin for OpenMediaVault.n BorgBackup is a deduplicating backup program.n Optionally, it supports compression and authenticatedn encryption.","descriptionmd5": "","extendeddescription": "BorgBackup is a deduplicating backup program.nOptionally, it supports compression and authenticatednencryption.","filename": "pool/main/o/openmediavault-borgbackup/openmediavault-borgbackup_5.1.2_all.deb","homepage": "","installed": false,"installedsize": 22976,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-borgbackup","package": "openmediavault-borgbackup","pluginsection": "backup","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "4b4427aef9e0d6921dee05451b911e6fffae6e60","sha256": "2e1ff9442609e247e7255c1a991240d58f2e6e2fdaa7829e19b437dd5846a51b","size": 22976,"suggests": "","summary": "borgbackup plugin for OpenMediaVault.","version": "5.1.2"},{"abstract": "openmediavault ClamAV plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.7), clamav-daemon (>= 0.102), clamav-freshclam, clamdscan","description": "openmediavault ClamAV pluginn Clam AntiVirus is an anti-virus toolkit for Unix.","descriptionmd5": "","extendeddescription": "Clam AntiVirus is an anti-virus toolkit for Unix.","filename": "pool/main/o/openmediavault-clamav/openmediavault-clamav_5.0.10-1_all.deb","homepage": " false,"installedsize": 48496,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "cdc0df07f82ad4ead67df57f47c2539f","multiarch": "","name": "openmediavault-clamav","package": "openmediavault-clamav","pluginsection": "utilities","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "utils","sha1": "9aca85fbc62f52148748f64c53fc19d23f256c8b","sha256": "1dd32a699b98878582beebc41aacedbc6299a463549423776859ab2272b8ea9f","size": 48496,"suggests": "","summary": "openmediavault ClamAV plugin","version": "5.0.10-1"},{"abstract": "openmediavault disk monitoring plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4)","description": "openmediavault disk monitoring pluginn The disk monitoring plugin collects performance statistics of hard-disks.","descriptionmd5": "","extendeddescription": "The disk monitoring plugin collects performance statistics of hard-disks.","filename": "pool/main/o/openmediavault-diskstats/openmediavault-diskstats_5.0.5-1_all.deb","homepage": " false,"installedsize": 10280,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "49de847dcbe8f4bd5bd3b00e3c6d3646","multiarch": "","name": "openmediavault-diskstats","package": "openmediavault-diskstats","pluginsection": "monitoring","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "defc4ce4f91416fdb6964450429242051bfef670","sha256": "94e5909deb75f8458ea81162b85be7bf4676a02629da0a4e88d01c802f720ce6","size": 10280,"suggests": "","summary": "openmediavault disk monitoring plugin","version": "5.0.5-1"},{"abstract": "OpenMediaVault downloader plugin","architecture": "all","breaks": "","conflicts": "","depends": "aria2, curl, openmediavault (>= 3.0.67), python","description": "OpenMediaVault downloader pluginn Plugin to download files to a specified share using aria2, curl, orn youtube-dl.n .n aria2 is a lightweight multi-protocol & multi-source command-linen download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink.n .n curl is a command line tool for transferring data with URL syntaxn .n youtube-dl is a small command-line program to download videos fromn YouTube.com and a few more sites.","descriptionmd5": "","extendeddescription": "Plugin to download files to a specified share using aria2, curl, ornyoutube-dl.nnnaria2 is a lightweight multi-protocol & multi-sourceMD5sums for Windows - PC-Tools.Net
Index:[{"abstract": "anacron plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "anacron, openmediavault (>= 5.0.6)","description": "anacron plugin for OpenMediaVault.","descriptionmd5": "","extendeddescription": "","filename": "pool/main/o/openmediavault-anacron/openmediavault-anacron_5.0.2_all.deb","homepage": " false,"installedsize": 19004,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-anacron","package": "openmediavault-anacron","pluginsection": "utilities","predepends": "","priority": "optional","repository": "Bintray/buster","section": "misc","sha1": "c9bdf93cb8eb7b28efce697e1cbe73cd589e72dc","sha256": "f3a04f5963baa5e5b9e1aee77abd77d2d3dc05c9c9d329ffba6c64076bff540b","size": 19004,"suggests": "","summary": "anacron plugin for OpenMediaVault.","version": "5.0.2"},{"abstract": "ATA-over-ethernet plugin for OpenMediaVault","architecture": "all","breaks": "","conflicts": "","depends": "aoetools, vblade, openmediavault (>= 5.0.5)","description": "ATA-over-ethernet plugin for OpenMediaVault","descriptionmd5": "","extendeddescription": "","filename": "pool/main/o/openmediavault-aoe/openmediavault-aoe_5.0_all.deb","homepage": "","installed": false,"installedsize": 9664,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-aoe","package": "openmediavault-aoe","pluginsection": "filesystems","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "51eb122f643200d6ba7c4dd1c3c33cd382d7acfb","sha256": "b11bf69bf523d67af891932941b439caf63ba02293ddd22c1812f99c4bd91467","size": 9664,"suggests": "","summary": "ATA-over-ethernet plugin for OpenMediaVault","version": "5.0"},{"abstract": "apt tool plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 3.0.67)","description": "apt tool plugin for OpenMediaVault.n Find, install, and remove packages in apt repositories.n Export and import list of packages.","descriptionmd5": "","extendeddescription": "Find, install, and remove packages in apt repositories.nExport and import list of packages.","filename": "pool/main/o/openmediavault-apttool/openmediavault-apttool_3.6_all.deb","homepage": " false,"installedsize": 15076,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-apttool","package": "openmediavault-apttool","pluginsection": "utilities","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "3068a9f949b07f2e6452111335e6ae9bec286891","sha256": "f43b4c6290bbb23225e7832de3262bde33394adf4170e5bab14783b42225cc51","size": 15076,"suggests": "","summary": "apt tool plugin for OpenMediaVault.","version": "3.6"},{"abstract": "OpenMediaVault AutoShutdown Plugin","architecture": "all","breaks": "","conflicts": "autoshutdown","depends": "fping, openmediavault (>= 4.0.16), pm-utils, sysstat, net-tools","description": "OpenMediaVault AutoShutdown Pluginn Web interface for autoshutdown script.n .n Allow system to be automatically shutdown based on use rather than a specified time.","descriptionmd5": "","extendeddescription": "Web interface for autoshutdown script.nnnAllow system to be automatically shutdown based on use rather than a specified time.","filename": "pool/main/o/openmediavault-autoshutdown/openmediavault-autoshutdown_5.0.4_all.deb","homepage": " false,"installedsize": 48288,"maintainer": "OpenMediaVault Plugin Developers (plugins@omv-extras.org>","md5sum": null,"multiarch": "","name": "openmediavault-autoshutdown","package": "openmediavault-autoshutdown","pluginsection": "utilities","predepends": "","priority": "optional","repository": "Bintray/buster","section": "misc","sha1": "8c80ca103f9270ed19e63f68ba53e6799b921e4c","sha256": "70bcf2515d0bc9f3d7b586227ff2608cc13e3d7a8260cea469b99b2106f4bd27","size": 48288,"suggests": "","summary": "OpenMediaVault AutoShutdown Plugin","version": "5.0.4"},{"abstract": "backup plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "fsarchiver, openmediavault (>= 4.1.5), borgbackup, rsync","description": "backup plugin for OpenMediaVault.n This plugin will backup the entire OpenMediaVaultn system minus data drives or system drive forn restoration in emergency situations.","descriptionmd5": "","extendeddescription": "This plugin will backup the entire OpenMediaVaultnsystem minus data drives or system drive fornrestoration in emergency situations.","filename": "pool/main/o/openmediavault-backup/openmediavault-backup_5.2_all.deb","homepage": " false,"installedsize": 23000,"maintainer": "OpenMediaVault Plugin Developers. Download md5sum-1.22.msi to install md5sum on Windows. This is a deprecated project that uses etree binaries and adds md5sum to PATH.Comments
I have two *.tar files with similar contents. I want to verify which files are the same. A lot of the files are big so I comparing hashes would require extracting every file from each tar and computing the hash. Is there a way to hash files in a tar without having to extract it? Is there another way to compare files across two *.tar files? asked Jan 25, 2020 at 19:31 If it's GNU tar, run this:tar -xf file1.tar --to-command=file-stats-from-tarwhere file-stats-from-tar is somewhere in $PATH and is:#!/bin/bashmd5=`md5sum`;md5=${md5%% *}printf "%s\t%s\n" $md5 "$TAR_FILENAME"Change md5sum if you need to.This does it all in a single pass.How it works is that the --to-command option tells tar to send each file separately to the command you specify, with a bunch of environment variables set (we only use TAR_FILENAME here). answered Jan 26, 2020 at 6:53 3 There may be more efficient ways, but I was able to come up with this in a few moments:tar tf test.tar | while read x ; do echo "$(tar xfO test.tar ${x} | md5sum) ${x}" ; doneThe first tar tf just lists the files in the archive, which is then passed into the while read x bash loop. For each filename, it then finds the hash using tar xfO test.tar ${x} | md5sum You could obviously replace md5sum with your preferred hash tool. The weird use of echo $() ${x} is just to keep the output similar to a regular hash output with the values on the left and filenames on the right. Without that it just give you the hashes of all the files but no names, so you can't tell which went to which. Even with it there is a extra column of - in the output that isn't normally there. It could be easily removed with a colrm command in the pipeline.This might not be the most efficient since it has to go through the tar file n+1 times if there are n files in it, but hopefully the tar contents are cached after the first read through. answered Jan 26, 2020 at 0:12 1
2025-03-292.1.4.1 Verifying the MD5 Checksum After you have downloaded a MySQL package, you should make sure that its MD5 checksum matches the one provided on the MySQL download pages. Each package has an individual checksum that you can verify against the package that you downloaded. The correct MD5 checksum is listed on the downloads page for each MySQL product; you should compare it against the MD5 checksum of the file (product) that you download. Each operating system and setup offers its own version of tools for checking the MD5 checksum. Typically the command is named md5sum, or it may be named md5, and some operating systems do not ship it at all. On Linux, it is part of the GNU Text Utilities package, which is available for a wide range of platforms. You can also download the source code from If you have OpenSSL installed, you can use the command openssl md5 package_name instead. A Windows implementation of the md5 command line utility is available from winMd5Sum is a graphical MD5 checking tool that can be obtained from Our Microsoft Windows examples assume the name md5.exe. Linux and Microsoft Windows examples: $> md5sum mysql-standard-8.0.41-linux-i686.tar.gzaaab65abbec64d5e907dcd41b8699945 mysql-standard-8.0.41-linux-i686.tar.gz$> md5.exe mysql-installer-community-8.0.41.msiaaab65abbec64d5e907dcd41b8699945 mysql-installer-community-8.0.41.msi You should verify that the resulting checksum (the string of hexadecimal digits) matches the one displayed on the download page immediately below the respective package.Note Make sure to verify the checksum of the archive file (for example, the .zip, .tar.gz, or .msi file) and not of the files that are contained inside of the archive. In other words, verify the file before extracting its contents.
2025-04-07Plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4), snmpd","description": "openmediavault SNMP (Simple Network Management Protocol) pluginn The Simple Network Management Protocol (SNMP) provides a frameworkn for the exchange of management information between agents (servers)n and clients.","descriptionmd5": "","extendeddescription": "The Simple Network Management Protocol (SNMP) provides a frameworknfor the exchange of management information between agents (servers)nand clients.","filename": "pool/main/o/openmediavault-snmp/openmediavault-snmp_5.0.1-1_all.deb","homepage": " false,"installedsize": 16148,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "649a101bc208d06601034e08564f122a","multiarch": "","name": "openmediavault-snmp","package": "openmediavault-snmp","pluginsection": "network","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "f0f75524318c801c14807bf29c645c00840c80e3","sha256": "d77a4a38d9383daf765ce142ff4a7d7dffbf405e7ebb67fe7cc95d9635beff23","size": 16148,"suggests": "","summary": "openmediavault SNMP (Simple Network Management Protocol) plugin","version": "5.0.1-1"},{"abstract": "OpenMediaVault symlinks plugin","architecture": "all","breaks": "","conflicts": "","depends": "omvextras-common (>= 3.0.1), openmediavault (>= 3.0.67)","description": "OpenMediaVault symlinks pluginn Allow creation of symlinks.","descriptionmd5": "","extendeddescription": "Allow creation of symlinks.","filename": "pool/main/o/openmediavault-symlinks/openmediavault-symlinks_3.1.5_all.deb","homepage": " false,"installedsize": 7168,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-symlinks","package": "openmediavault-symlinks","pluginsection": "filesystems","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "71085a8ab833a87d1ff0f82777a2563ca90794b9","sha256": "075a34ab924a6845ecfdbc244b8bb23468c6263cb3f8bc90a0b89ad890268a49","size": 7168,"suggests": "","summary": "OpenMediaVault symlinks plugin","version": "3.1.5"},{"abstract": "Teamviewer Host plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.0.5), teamviewer-host","description": "Teamviewer Host plugin for OpenMediaVault.","descriptionmd5": "","extendeddescription": "","filename": "pool/main/o/openmediavault-teamviewerhost/openmediavault-teamviewerhost_5.0_all.deb","homepage": "","installed": false,"installedsize": 6292,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-teamviewerhost","package": "openmediavault-teamviewerhost","pluginsection": "network","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "69abbaa743687fd0d6aa4fbbd6907ada12b33247","sha256": "4bcd4683dd5d966131a04020d19962a34ce312258c7aaff5cd34f31fa411349e","size": 6292,"suggests": "","summary": "Teamviewer Host plugin for OpenMediaVault.","version": "5.0"},{"abstract": "openmediavault TFTP-Server plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4), tftpd-hpa","description": "openmediavault TFTP-Server pluginn A TFTP server is mainly required for booting operating systems orn configurations over the network.","descriptionmd5": "","extendeddescription": "A TFTP server is mainly required for booting operating systems ornconfigurations over the network.","filename": "pool/main/o/openmediavault-tftp/openmediavault-tftp_5.0.1-1_all.deb","homepage": " false,"installedsize": 18084,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "8a060803300fc4d25c88fd06a18d1543","multiarch": "","name": "openmediavault-tftp","package": "openmediavault-tftp","pluginsection": "sharing","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "ac74221cee6c8ab51e5e8a679fdcd1224d69f8a6","sha256": "b642883c87cd37530cc728fd1eb023e4509475a585019eea634393bf5b53bc6f","size": 18084,"suggests": "","summary": "openmediavault TFTP-Server plugin","version": "5.0.1-1"},{"abstract": "OpenMediaVault tgt plugin","architecture": "all","breaks": "","conflicts": "","depends": "tgt, omvextras-common, openmediavault (>= 5.3)","description": "OpenMediaVault tgt pluginn Plugin to setup tgt iscsi targets.","descriptionmd5": "","extendeddescription": "Plugin to setup tgt iscsi targets.","filename": "pool/main/o/openmediavault-tgt/openmediavault-tgt_5.1.3_all.deb","homepage": "","installed": false,"installedsize": 10220,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-tgt","package": "openmediavault-tgt","pluginsection": "network","predepends": "","priority": "optional","repository": "Bintray/buster","section": "devel","sha1": "eaa281f28b1174bf72ef7163bece15bb0f098dc6","sha256": "2a590f494ff8c6026dcb6a55160426115b3ee5cfdd240045f9696011e81aff01","size": 10220,"suggests": "","summary": "OpenMediaVault tgt plugin","version": "5.1.3"},{"abstract": "Union filesystems
2025-04-03Plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-backup","package": "openmediavault-backup","pluginsection": "backup","predepends": "","priority": "optional","repository": "Bintray/buster","section": "misc","sha1": "4e18373a6415f0718f7d7d64c9c0d486276881d0","sha256": "4ee1ef6c3962e6f8ec559ea66ad100428c14a716f3f8f4eedd612510e4a46451","size": 23000,"suggests": "","summary": "backup plugin for OpenMediaVault.","version": "5.2"},{"abstract": "borgbackup plugin for OpenMediaVault.","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 4.0.6), borgbackup (>= 1.1.0)","description": "borgbackup plugin for OpenMediaVault.n BorgBackup is a deduplicating backup program.n Optionally, it supports compression and authenticatedn encryption.","descriptionmd5": "","extendeddescription": "BorgBackup is a deduplicating backup program.nOptionally, it supports compression and authenticatednencryption.","filename": "pool/main/o/openmediavault-borgbackup/openmediavault-borgbackup_5.1.2_all.deb","homepage": "","installed": false,"installedsize": 22976,"maintainer": "OpenMediaVault Plugin Developers plugins@omv-extras.org","md5sum": null,"multiarch": "","name": "openmediavault-borgbackup","package": "openmediavault-borgbackup","pluginsection": "backup","predepends": "","priority": "optional","repository": "Bintray/buster","section": "net","sha1": "4b4427aef9e0d6921dee05451b911e6fffae6e60","sha256": "2e1ff9442609e247e7255c1a991240d58f2e6e2fdaa7829e19b437dd5846a51b","size": 22976,"suggests": "","summary": "borgbackup plugin for OpenMediaVault.","version": "5.1.2"},{"abstract": "openmediavault ClamAV plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.7), clamav-daemon (>= 0.102), clamav-freshclam, clamdscan","description": "openmediavault ClamAV pluginn Clam AntiVirus is an anti-virus toolkit for Unix.","descriptionmd5": "","extendeddescription": "Clam AntiVirus is an anti-virus toolkit for Unix.","filename": "pool/main/o/openmediavault-clamav/openmediavault-clamav_5.0.10-1_all.deb","homepage": " false,"installedsize": 48496,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "cdc0df07f82ad4ead67df57f47c2539f","multiarch": "","name": "openmediavault-clamav","package": "openmediavault-clamav","pluginsection": "utilities","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "utils","sha1": "9aca85fbc62f52148748f64c53fc19d23f256c8b","sha256": "1dd32a699b98878582beebc41aacedbc6299a463549423776859ab2272b8ea9f","size": 48496,"suggests": "","summary": "openmediavault ClamAV plugin","version": "5.0.10-1"},{"abstract": "openmediavault disk monitoring plugin","architecture": "all","breaks": "","conflicts": "","depends": "openmediavault (>= 5.3.4)","description": "openmediavault disk monitoring pluginn The disk monitoring plugin collects performance statistics of hard-disks.","descriptionmd5": "","extendeddescription": "The disk monitoring plugin collects performance statistics of hard-disks.","filename": "pool/main/o/openmediavault-diskstats/openmediavault-diskstats_5.0.5-1_all.deb","homepage": " false,"installedsize": 10280,"maintainer": "Volker Theile volker.theile@openmediavault.org","md5sum": "49de847dcbe8f4bd5bd3b00e3c6d3646","multiarch": "","name": "openmediavault-diskstats","package": "openmediavault-diskstats","pluginsection": "monitoring","predepends": "","priority": "optional","repository": "openmediavault.org archive/usul","section": "net","sha1": "defc4ce4f91416fdb6964450429242051bfef670","sha256": "94e5909deb75f8458ea81162b85be7bf4676a02629da0a4e88d01c802f720ce6","size": 10280,"suggests": "","summary": "openmediavault disk monitoring plugin","version": "5.0.5-1"},{"abstract": "OpenMediaVault downloader plugin","architecture": "all","breaks": "","conflicts": "","depends": "aria2, curl, openmediavault (>= 3.0.67), python","description": "OpenMediaVault downloader pluginn Plugin to download files to a specified share using aria2, curl, orn youtube-dl.n .n aria2 is a lightweight multi-protocol & multi-source command-linen download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink.n .n curl is a command line tool for transferring data with URL syntaxn .n youtube-dl is a small command-line program to download videos fromn YouTube.com and a few more sites.","descriptionmd5": "","extendeddescription": "Plugin to download files to a specified share using aria2, curl, ornyoutube-dl.nnnaria2 is a lightweight multi-protocol & multi-source
2025-04-10