From: Good Guy Date: Tue, 7 Jan 2020 20:59:55 +0000 (-0700) Subject: fix ARCH package install how-to X-Git-Tag: 2021-05~156 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=19b8fd4f45ff61555f4eb5d8544fabfcd6812c24;hp=ea23fa5f714b9dafe1491b1aeb2a5b04b4893065 fix ARCH package install how-to --- diff --git a/parts/Instalation.tex b/parts/Instalation.tex index c90a40a..b11d752 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -551,13 +551,25 @@ upgradepkg /tmp/cin... # name you used in the above line ##removepkg cin # ARCH linux +# (A loosely defined list of packages that you should install first is listed in this file: +# https://www.cinelerra-gg.org/download/pkgs/README.arch ) # first edit the file /etc/pacman.conf, to include the following: [cingg] SigLevel = Optional TrustAll Server = https://cinelerra-gg.org/download/pkgs/arch # end of cingg -pacman -Sy +# +# next run from a window the following 2 commands; +pacman -Syu pacman -S cin +# NOTE: the first line above updates your Arch system to the current rolling release and the second +# line updates Cinelerra-GG based on the rolling release that was in effect on the last day of the month. +# Please complete the 2 steps above in order, one right after the other to avoid risk of a partial upgrade. +# Due to the unpredictability of when Arch libraries are updated, performing an install of Cinelerra at +# any time other than shortly after the last day of the month when the new build package is created, +# could lead to library incompatibilities. In that case, please consider using the Arch static tar file +# for installation instead. +#to remove a previous install ##pacman -R cin \end{lstlisting}