Hello, I am trying to install VeraCrypt on to my Fedora computer but I got this error after clicking okay on the "Use veracrypt-uninstall.sh to uninstall" screen. Here is the output from my terminal:
I have no idea what option it is talking about, can anyone help me out? Thanks in Advance! Edit: I forgot to mention that the console setup/installer went well, but I uninstalled it to install the GUI version.
Last edit: TheDcoder 2017-12-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
GUI can be installed via "Run in terminal". For "Run" it need Xterm. It would be nice to have simple Readme in veracrypt-1.xy-setup.tar.bz2 which explains that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did not have success using this method. There was key difference for me. Here is what I did --
For me, there are two things I needed to do:
First run:
export LC_ALL=C
Then install xterm by keying
sudo dnf install xterm
Then re-run the install script VeraCrypt provides.
There is another tip out there stating to modify the /.bash profile file or something like this with the LC_All=C parameter. I have found that the install does not require this. Nor have I had any problems since install. So my opinion is to skip modifying the /.bash profile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I am trying to install VeraCrypt on to my Fedora computer but I got this error after clicking okay on the "Use veracrypt-uninstall.sh to uninstall" screen. Here is the output from my terminal:
I have no idea what option it is talking about, can anyone help me out? Thanks in Advance!
Edit: I forgot to mention that the console setup/installer went well, but I uninstalled it to install the GUI version.
Last edit: TheDcoder 2017-12-01
Install "XTerm". VC setup need to open it.
GUI can be installed via "Run in terminal". For "Run" it need Xterm. It would be nice to have simple Readme in veracrypt-1.xy-setup.tar.bz2 which explains that.
Gvozden thanks that fixed it for me. thanks a ton
Last edit: Chad K 2018-02-18
I did not have success using this method. There was key difference for me. Here is what I did --
For me, there are two things I needed to do:
First run:
export LC_ALL=C
Then install xterm by keying
sudo dnf install xterm
Then re-run the install script VeraCrypt provides.
There is another tip out there stating to modify the /.bash profile file or something like this with the LC_All=C parameter. I have found that the install does not require this. Nor have I had any problems since install. So my opinion is to skip modifying the /.bash profile.