Thanks this topic made me understand the thing, but how should I delete the file?
I tried this in terminal:
╭─imrtls00@Sameer in ~
╰─λ rm name-that-hash-1.6.0.tar.gz
rm: cannot remove 'name-that-hash-1.6.0.tar.gz': No such file or directory
╭─imrtls00@Sameer in ~ took 2ms
[🔴] × sudo rm -r name-that-hash-1.6.0.tar.gz
[sudo] password for imrtls00:
rm: cannot remove 'name-that-hash-1.6.0.tar.gz': No such file or directory
╭─imrtls00@Sameer in ~ took 2s
[🔴] × sudo rm -r python-name-that-hash-1.6.0.tar.gz
rm: cannot remove 'python-name-that-hash-1.6.0.tar.gz': No such file or directory
╭─imrtls00@Sameer in ~ took 19ms
[🔴] ×
I was trying to install Ciphey (a decryption tool)
Everything else ran fine, until this...
Building python-name-that-hash...
==> Making package: python-name-that-hash 1.6.0-4 (Tue 27 Jul 2021 07:47:52 PM PKT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found name-that-hash-1.6.0.tar.gz
==> Validating source files with md5sums...
name-that-hash-1.6.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build python-name-that-hash
then I tried installing "name-that-hash" manually:
╭─imrtls00@Sameer in ~
╰─λ sudo pacman -S name-that-hash-1.6.0.tar.gz
[sudo] password for imrtls00:
error: target not found: name-that-hash-1.6.0.tar.gz
╭─imrtls00@Sameer in ~ took 2s
[🔴] × sudo pacman -S name-that-hash
error: target not found: name-that-hash
╭─imrtls00@Sameer in ~ took 306ms
[🔴] × pip install name-that-hash
Defaulting to user installation because normal site-packages is not writeable
Collecting name-that-hash
Downloading name_that_hash-1.10.0-py3-none-any.whl (29 kB)
Requirement already satisfied: click<9.0.0,>=7.1.2 in /usr/lib/python3.9/site-packages (from name-that-hash) (8.0.1)
Requirement already satisfied: rich<11.0,>=9.9 in /usr/lib/python3.9/site-packages (from name-that-hash) (10.5.0)
Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /usr/lib/python3.9/site-packages (from rich<11.0,>=9.9->name-that-hash) (2.9.0)
Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /usr/lib/python3.9/site-packages (from rich<11.0,>=9.9->name-that-hash) (0.9.1)
Requirement already satisfied: colorama<0.5.0,>=0.4.0 in /usr/lib/python3.9/site-packages (from rich<11.0,>=9.9->name-that-hash) (0.4.4)
Installing collected packages: name-that-hash
WARNING: The scripts name-that-hash and nth are installed in '/home/imrtls00/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed name-that-hash-1.10.0
╭─imrtls00@Sameer in ~ took 3s
╰─λ
It's been a month I transferred from windows, so if I'm making any basic mistake apologies in advance...
Also, I'm trying to download Ciphey to decrypt this file https://drive.google.com/file/d/1rFK0jGIIcFEaiZnrWQ-uhFH1CWdctMqd/view?usp=sharing
. My friend recently faced a ransomware attack. All his files are encrypted, so if you any other method, I'll be grateful...