How to Install and Uninstall syrep Package on Kali Linux

Last updated: September 18,2024

1. Install "syrep" package

Please follow the step by step instructions below to install syrep on Kali Linux

$ sudo apt update $ sudo apt install syrep

2. Uninstall "syrep" package

Please follow the guidelines below to uninstall syrep on Kali Linux:

$ sudo apt remove syrep $ sudo apt autoclean && sudo apt autoremove

3. Information about the syrep package on Kali Linux

Package: syrep
Version: 0.9-5
Installed-Size: 148
Maintainer: Marvin Stark
Architecture: amd64
Depends: libc6 (>= 2.33), libdb5.3, zlib1g (>= 1:1.1.4)
Size: 55312
SHA256: b70452f10f38fefc04c4f6fcda6d4f7902ed209740344b17743179707e0135e6
SHA1: 4b5e4e118b37f06f0b513d4a5cff2225ddff11b7
MD5sum: 3acd33d99b95527f3ab1da8519c2a4ee
Description: generic file repository synchronization tool
syrep is a generic file repository synchronization tool. It may be used to
synchronize large file hierarchies bidirectionally by exchanging patch files.
Syrep is truly peer-to-peer, no central servers are involved.
Synchronizations between more than two repositories are supported. The patch
files may be transferred via offline media, e.g. removable hard disks or
compact discs.
.
Files are tracked by their message digests, currently MD5. The following file
operations are tracked in the snapshot files: creation, deletion,
modification, creation of new hard or symbolic links, renaming. (The latter is
nothing more than a new hard link and removal of the old file). syrep doesn't
distinguish between soft and hard links. In fact even copies of files are
treated as the same. Currently, syrep doesn't synchronize file attributes like
access modes or modification times.
.
Syrep was written to facilitate the synchronization of two large digital music
repositories without direct network connection. Patch files of several
gigabytes are common in this situation.
.
Syrep is able to cope with 64 bit file sizes. (LFS)
.
Syrep is optimized for speed. It may make use of a message digest cache to
accelerate the calculation of digests of a whole directory hierarchy
Description-md5:
Homepage: http://0pointer.de/lennart/projects/syrep
Tag: devel::rcs, implemented-in::c, role::program, use::synchronizing
Section: utils
Priority: optional
Filename: pool/main/s/syrep/syrep_0.9-5_amd64.deb