Difference between revisions of "User:Dieselnutjob/Pinebook Pro/Veracrypt on Manjaro"

From PINE64
Jump to navigation Jump to search
(removed instructions about loop interface because after testing it seems it isn't needed)
m (Added Category)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
You need to install the following packages:-
You need to install the following packages:-


sudo pacman -Syu
sudo pacman -Syu --asdeps
gcc
gcc
binutils
binutils
Line 12: Line 12:
asp
asp
make
make
dracut
pkgconfig


Create a new folder and cd into it.
Create a new folder and cd into it.
Line 29: Line 29:


sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
[[Category:PineBook Pro]]

Revision as of 01:28, 22 March 2021

You can install Veracrypt on the Pinebook Pro, but you have to (at this time) compile it from source. This is how to do it, You need to install the following packages:-

sudo pacman -Syu --asdeps gcc binutils fakeroot yasm wxgtk3 patch asp make pkgconfig

Create a new folder and cd into it.

asp checkout veracrypt

cd into the folder with the PKGBUILD (./veracrypt/trunk)

makepkg --ignorearch --skippgpcheck

If you are in luck 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

sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz