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

From PINE64
Jump to navigation Jump to search
(Created page with "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:- subve...")
 
m (Fxc moved page Pinebook Pro/Veracrypt on Manjaro to User:Dieselnutjob/Pinebook Pro/Veracrypt on Manjaro without leaving a redirect: Stub)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
You can install Veracrypt on the Pinebook Pro, but you have to (at this time) compile it from source.
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.
This is how to do it,
 
You need to install the following packages:-
You need to install the following packages:-


subversion (possibly)
sudo pacman -Syu --asdeps gcc binutils fakeroot yasm wxgtk3 patch asp make pkgconfig
gcc
binutils
fakeroot
yasm
wxgtk3
patch
asp
make
dracut


Create a new folder and cd into it.
Create a new folder and cd into it.


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


makepkg --ignorearch --skippgpcheck
cd into the folder with the PKGBUILD (./veracrypt/trunk)


If you are in luck you will find this file appearing in the trunk folder
  makepkg --ignorearch --skippgpcheck


veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
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
you can install it with this command


sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
sudo pamac install veracrypt-1.24.update4-1-aarch64.pkg.tar.xz
 
if you need a loop interface to make it work do this:-
 
sudo echo "loop" >> /etc/modules-load.d/veracrypt.conf
 
sudo echo "options loop max_loop=8" >> /etc/modprobe.d/eightloop.conf
 
Make it permanent by rebuilding initrd
 
dracut --force
 
reboot

Latest revision as of 10:10, 20 February 2023

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