Got a problem with instalation of a program with pamac

Hi, I want to install one program that I use for music production. It’s available in AUR.
When i type pamac build bitwig-studio it doesn’t install and something like that shows “curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it”. I’m not very advanced in linux so if someone can help would be wonderful!

UPD I got also a .deb of this program but i don’t know how to install it.

The certificate expired for the domain:

curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Issued On Tuesday, March 3, 2020 at 2:26:36 AM
Expires On Wednesday, March 3, 2021 at 2:26:36 AM

and what i can do about it?

You can download the .deb in a browser if you accept the security warning. Then you can build it manually:

sudo pacman -Syu --needed base-devel git
mkdir -p ~/tmp
cd ~/tmp
git clone https://aur.archlinux.org/bitwig-studio.git
mv ~/Downloads/bitwig-studio-*.deb ~/tmp/bitwig-studio/
cd bitwig-studio
makepkg -srcif
2 Likes

thanks it worked, u saved my day)

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.