User Tools

Site Tools


portofino

UFFICIO ZERO LINUX codename Portofino

This page is related to our version based on Devuan, that uses apt with deb packages and synaptic.

How to solve problem with our repository

On June 2nd We updated the signature on our repositories therefore the keyring package update was released before June 28th automatically on the PCs that have performed the updates. However, it can happen that after June 28, if users have not performed system updates, the same can report signature problems on our repository. In this case, to remedy the problem, you can download and install the keyring package from this link: https://ufficiozero.mirror.garr.it/uzl-deb/portofino/pool/main/u/ufficiozero-keyring/ufficiozero-keyring_2022.06%2Bnmu2_all.deb to solve this problem.

On January 2, 2023 We recreated all our repositories on a new server so if your system gives you an error about the InRelease file or the new key of the new repositories during the updates, don't panic!

Here are 3 short alternative procedures to use:

Option 1:

download the new package from https://uzl-deb.ufficiozero.org/repository/portofino/pool/main/u/ufficiozero-keyring/ufficiozero-keyring_2023.01_i386.deb and then with right mouse click select to open it with Gdebi.

Insert your root password and open the main menù and lauch UZLkeyring from Other menù and enter your root password and update synaptic or via the Update Manager click on Check for Updates.

Here below some screenshots for Urbino release:

Option 2:

Open your terminal and copy and paste this command:

 curl -sS https://uzl-deb.ufficiozero.org/repository/ufficiozero-key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ufficiozero-keyring.gpg 

then open the Update Manager and Check for Updates.

Option 3:

Open your terminal with root privileges with this command:

 sudo su 

then insert your root password and copy and paste this command:

 wget -O - https://uzl-deb.ufficiozero.org/repository/ufficiozero-key.gpg | apt-key add - 
portofino.txt · Last modified: 2023/01/08 19:39 by team