How to Install and Uninstall syncache Package on Kali Linux
Last updated: November 07,2024
1. Install "syncache" package
Please follow the steps below to install syncache on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
syncache
Copied
2. Uninstall "syncache" package
Please follow the steps below to uninstall syncache on Kali Linux:
$
sudo apt remove
syncache
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the syncache package on Kali Linux
Package: syncache
Version: 1.4-1.1
Installed-Size: 58
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: adduser, ruby | ruby-interpreter
Size: 12804
SHA256: 365ec5929cc242b111edee9ee0eb86b156254ba788ec91b2595d405d79ecd656
SHA1: 10cf14920882d4e1edb1af9b4c020f5067013b63
MD5sum: 9d2a0e5125cfed4d204495955d7c6d78
Description: Thread-safe time-limited cache for Ruby
SynCache stores cached objects in a Hash that is protected by an advanced
two-level locking mechanism which ensures that:
.
* Multiple threads can add and fetch objects in parallel.
* While one thread is working on a cache entry, other threads can access
the rest of the cache with no waiting on the global lock, no race
conditions nor deadlock or livelock situations.
* While one thread is performing a long and resource-intensive
operation, other threads that request the same data will be put on hold,
and as soon as the first thread completes the operation, the result will be
returned to all threads.
.
This package provides SynCache module for Ruby and a DRb server that exports a
SynCache::Cache object for use in Ruby programs.
Description-md5:
Homepage: http://samizdat.nongnu.org/
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/s/syncache/syncache_1.4-1.1_all.deb
Version: 1.4-1.1
Installed-Size: 58
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: adduser, ruby | ruby-interpreter
Size: 12804
SHA256: 365ec5929cc242b111edee9ee0eb86b156254ba788ec91b2595d405d79ecd656
SHA1: 10cf14920882d4e1edb1af9b4c020f5067013b63
MD5sum: 9d2a0e5125cfed4d204495955d7c6d78
Description: Thread-safe time-limited cache for Ruby
SynCache stores cached objects in a Hash that is protected by an advanced
two-level locking mechanism which ensures that:
.
* Multiple threads can add and fetch objects in parallel.
* While one thread is working on a cache entry, other threads can access
the rest of the cache with no waiting on the global lock, no race
conditions nor deadlock or livelock situations.
* While one thread is performing a long and resource-intensive
operation, other threads that request the same data will be put on hold,
and as soon as the first thread completes the operation, the result will be
returned to all threads.
.
This package provides SynCache module for Ruby and a DRb server that exports a
SynCache::Cache object for use in Ruby programs.
Description-md5:
Homepage: http://samizdat.nongnu.org/
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/s/syncache/syncache_1.4-1.1_all.deb