User Tools

Site Tools


portofino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
portofino [2022/07/01 12:14]
team
portofino [2023/01/08 19:39] (current)
team [How to solve problem with our repository]
Line 7: Line 7:
  
 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 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:
 +
 +{{ :​schermata_a_2023-01-08_18-21-22.png?​600 |}}
 +{{ :​schermata_a_2023-01-08_18-54-30.png?​600 |}}
 +
 +**Option 2:**
 +
 +Open your terminal and copy and paste this command:
 +
 +<​code>​ curl -sS https://​uzl-deb.ufficiozero.org/​repository/​ufficiozero-key.gpg | gpg --dearmor | sudo tee /​etc/​apt/​trusted.gpg.d/​ufficiozero-keyring.gpg </​code>​
 +then open the Update Manager and Check for Updates.
 +
 +**Option 3:**
 +
 +Open your terminal with root privileges with this command:
 +<​code>​ sudo su </​code>​
 +then insert your root password and copy and paste this command:
 +<​code>​ wget -O - https://​uzl-deb.ufficiozero.org/​repository/​ufficiozero-key.gpg | apt-key add - </​code>​
portofino.txt · Last modified: 2023/01/08 19:39 by team