08-09-2020, 01:24 PM
(This post was last modified: 08-09-2020, 01:42 PM by dieselnutjob.)
(08-05-2020, 05:56 AM)llsf Wrote: You can try it yourself: install asp (pacman -S asp), run asp checkout veracrypt, cd into the folder with the PKGBUILD (./veracrypt/trunk), run makepkg --ignorearch (you might have to import the PGP key from VeraCrypt before doing that, unless you trust the Arch PKGBUILD an checksums – in that case, you can skip the verification via running makepkg --ignorearch --skippgpcheck instead).
I needed a couple of other packages installed as well, namely:-
fakeroot
yasm
wxgtk3
patch
it works
just for the sake of any other Manjaro newbies that arrive here
after running llsf's instructions you will find this file appearing in the trunk folder
veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
you can install it with this command
Code:
sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
When I installed Truecrypt I found that it wouldn't work due to lack of a loop interface
as a result I wrote these instructions to fix it
https://wiki.pine64.org/index.php?title=...on_Manjaro
is the same thing necessary with Veracrypt ?