Instalé Flatpak usando
$ sudo pacman -S flatpak
después de eso, se agregó un repositorio
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
y me da error
"Unable to load summary from remote flathub: Unacceptable TLS certificate"
Agregué otro repositorio siguiente
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
esto se agregó sin ningún error, pero si instalo algún software de flathub.org me da el mismo error anterior
"Unable to load summary from remote flathub: Unacceptable TLS certificate"
Respuesta1
Logré resolverlo con la solución que encontré aquí,Solución de problemas del error "Certificado TLS inaceptable" en Linux:
sudo apt install --reinstall ca-certificates
y luego
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Es posible que necesite sudo
la --user
bandera para realizar más operaciones con Flatpak, lea aquí, Fedora-Remix-for-WS:Soporte Flatpak #81.
Respuesta2
Asegúrese de que su hora local, verificada usando timedatectl
, sea correcta. Para actualizarlo puedes usar:
sudo timedatectl set-ntp true