To install Wonderful on your computer, you will need:
/opt/wonderful
directory: sudo mkdir /opt/wonderful
. Other installation locations are not supported at this time./opt
can be only written to by the root user. This is why sudo
is used here to elevate permissions./opt/wonderful
to your current user: sudo chown -R "$USER" /opt/wonderful
.wf-pacman
updates, to be executed without elevated permissions. /opt/wonderful
: cd /opt/wonderful/ && tar xzvf [path_to_bootstrap_tar_gz]
./opt/wonderful/bin/wf-pacman -Syu wf-tools
(no sudo - you don’t need root!) to synchronize and update the toolchain’s package manager.source /opt/wonderful/bin/wf-env
to configure the toolchain's environment variables.Configuration → Environment variables
for more information.setting certificate file: /etc/ssl/certs/ca-certificates.crt
while trying to use wf-pacman, you may need to install your distribution’s SSL certificates package (f.e. ca-certificates on Debian).