TEXT   390
Installation on Linux
Guest on 17th July 2022 12:15:47 PM


  1. Installation on Linux
  2.  
  3. First of all, you have to download the .deb available on the Linux download part of the website. There are two possibilities to install GostCrypt. You can do it with gdebi or dpkg or with the GUI. We will detail the three ways.
  4.  
  5. Thanks to Antoine, we have an OpenSuse executable working on OpenSuse ! A huge thank you to him. L'exécutable ) http://software.opensuse.org/download.html?project=home%3A1Antoine1&package=gostcrypt )
  6. gdebi
  7.  
  8. You need to install gdebi at the beginning. This way, the utility will complete the installation all alone.
  9.  
  10.   sudo apt-get install gdebi
  11.  
  12. Now, in root, you can launch the application with the .deb in argument.
  13.  
  14.   sudo gdebi GostCrypt.deb
  15.  
  16. The installation will take place. It doesn't take a lot of time.
  17. dpkg
  18.  
  19. For the dpkg installation, you need to install by yourself the librairies, like this :
  20.  
  21.    sudo apt-get install libfuse-dev libwxgtk2.8-dev pkg-config
  22.  
  23. Now, launch the dpkg command with -i and GostCrypt.deb as arguments.
  24.  
  25.    sudo dpkg -i GostCrypt.deb
  26.  
  27. With the GUI
  28.  
  29. The easiest way is with the GUI. You only need to double click on the .deb and the installation will take place.
  30.  
  31. You can now use GostCrypt without problem

Raw Paste

Login or Register to edit or fork this paste. It's free.