Portal Home > Knowledgebase > How-to > Hosting > Other software > cfv installation
cfv is a command-line utility to both test and create .sfv(Simple File Verify), .csv, .crc, md5sum, bsd md5, sha1sum, and .torrent files.
Login to your SSH, here is article how to do this:
https://www.seedhost.eu/whmcs/knowledgebase.php?action=displayarticle&catid=36&id=54
1. Firstly please use the following command:
mkdir -p ~/bin && echo "PATH=\$HOME/bin:\$PATH" >> ~/.bashrc && source ~/.bashrc2. Now to download cfv:
cd && wget -q http://downloads.sourceforge.net/project/cfv/cfv/1.18.3/cfv-1.18.3.tar.gz3. Extract the file downloaded:
tar xvf 1.18.3/cfv-1.18.3.tar.gz4. Now you need to edit ~/cfv-1.18.3/Makefile file:
nano ~/cfv-1.18.3/MakefileFind the following line:
prefix=/usr/localedit to:
prefix=~Now press F3 and ENTER to save changes and F2 to exit.
5. Go to extracted cfv path:
cd ~/cfv-1.18.36. Now install it:
make && make installcfv has been installed, to verify if everything is OK and to get help page, type:
cfv -hIf you have help page in return everything is OK.
Add to Favourites Print this Article
Powered by WHMCompleteSolution