(1) If I choose veracrypt-1.26.14-setup.tar.bz2 to install Veracrypt, will the installed Veracrypt provide more functionalities/features compared to when I install said software using veracrypt-1.26.14-Debian-12-amd64.deb?
(2a) If I choose to install Veracrypt by using veracrypt-1.26.14-setup.tar.bz2, I can uninstall it by typing the command sudo uninstall-veracrypt.sh. Will all the installed files be purged from my Debian or not?
(2b) If I choose to install Veracrypt by using veracrypt-1.26.14-Debian-12-amd64.deb, I can only uninstall it by typing the command sudo apt purge veracrypt. Will all the installed files be purged from my device?
Thanks for your reply.
P.S.: I apologize if the above topic has been posted and answered; in which case, could you point me to the archived post please?
Last edit: Vencent Valerian 2024-12-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) VeraCrypt functionality is the same for both installation variants except generic installer additionally allows just unpack VeraCrypt without installation.
2a) Linux rm used in the uninstall script physically removes specified files or directories. The list of installed and removed by script files (see my comment above) is identical.
2b) apt purge do what purge does: uninstalls the package and its dependencies, removes configuration and associated files and updates the package database to reflect the removal. Purge will not removes files from apt cache and if they are still there command apt clean will remove all files from apt cache.
Last edit: morton 2024-12-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Attention: The developers
I am a user of Debian 12, 64bit, English.
On https://veracrypt.fr/en/Downloads.html, there are two different installers available. They are:
veracrypt-1.26.14-setup.tar.bz2
and
veracrypt-1.26.14-Debian-12-amd64.deb
(1) If I choose veracrypt-1.26.14-setup.tar.bz2 to install Veracrypt, will the installed Veracrypt provide more functionalities/features compared to when I install said software using veracrypt-1.26.14-Debian-12-amd64.deb?
(2a) If I choose to install Veracrypt by using veracrypt-1.26.14-setup.tar.bz2, I can uninstall it by typing the command
sudo uninstall-veracrypt.sh
. Will all the installed files be purged from my Debian or not?(2b) If I choose to install Veracrypt by using veracrypt-1.26.14-Debian-12-amd64.deb, I can only uninstall it by typing the command
sudo apt purge veracrypt
. Will all the installed files be purged from my device?Thanks for your reply.
P.S.: I apologize if the above topic has been posted and answered; in which case, could you point me to the archived post please?
Last edit: Vencent Valerian 2024-12-03
Generic Linux installer allows not to install VeraCrypt but just unpack it, the rest is the same.
The files are installed in following locations
by reading eracrypt-uninstall.sh we see
@morton-f
I would appreciate it if you could answer my Questions (1), (2a) and (2b) to the point. Thanks.
1) VeraCrypt functionality is the same for both installation variants except generic installer additionally allows just unpack VeraCrypt without installation.
2a) Linux
rm
used in the uninstall script physically removes specified files or directories. The list of installed and removed by script files (see my comment above) is identical.2b) apt purge do what purge does: uninstalls the package and its dependencies, removes configuration and associated files and updates the package database to reflect the removal. Purge will not removes files from apt cache and if they are still there command
apt clean
will remove all files from apt cache.Last edit: morton 2024-12-26