bcdg
October 5, 2019, 3:33pm
#1
having the following error when trying to install veracrypt.
i checked content of etc/apt dir, there is sources.list.d,
I copied this file and named as sources.list but it didnt help.
root@host:/home/user# veracrypt-1.23-setup-console-x64
WARNING:root:could not open file ‘/etc/apt/sources.list’
veracrypt-1.23-setup-console-x64
WARNING:root:could not open file ‘/etc/apt/sources.list’
Not real issue. See below.
veracrypt-1.23-setup-console-x64: command not found
Real issue.
Most likely there is no such binary
veracrypt-1.23-setup-console-x64
in your $PATH
Maybe you meant
./veracrypt-1.23-setup-console-x64
?
Meaning whatever instructions you followed are either not followed correctly to the dot or wrong.
This output comes from a a program named command-not-found
which has an issue which is described here:
command-not-found works [1], however is showing that warning.
WARNING:root:could not open file ‘/etc/apt/sources.list’
Whonix does not ship /etc/apt/sources.list but only files in /etc/apt/sources.list.d/ drop-in folder.
( https://github.com/Whonix/anon-apt-sources-list )
That is because file /etc/apt/sources.list managed by a package could conflict with local users, causing interactive dpkg config resolution dialog.
Considering to apply the following workaround.
sudo touch /etc/apt/sour…
It has nothing to do with your issue. Your issue is that the path to veracrypt-1.23-setup-console-x64
is wrong.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814352
Maybe,
would help to interact with veracrypt?
chmod +x /home/user/veracrypt-1.23-setup-gui-x64
Your issues aren’t Whonix specific. These are Linux beginners challenges. No need to wait for this forum. See:
bcdg
October 5, 2019, 9:44pm
#6
sorry, you are right, Im beginner to linux.
But honestly, i spent hours reading your documentation, and always searched my questions on google and also in this site, but couldnt solve them.
Linux can be challenging indeed for beginners but it’s very much worth it in my opinion. Reasons to avoid Windows:
Microsoft Windows as Malware, Windows Insecurity, Windows Backdoors, Windows User Freedoms Restrictions, Windows Surveillance, Other Windows Abuses, Inescapable Telemetry
Backstory of usability issues of Linux and its unique advantages in the long term:
Bug Reports, Software Development and Feature Requests
The takeaway from Free Support for Whonix ™ here is:
Installing veracrypt on Whonix does not differ from installing veracrypt on Debian buster
. Therefore resources to related to either one may be more helpful.