User Tools

Site Tools


vieste

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vieste [2023/01/08 19:31]
team [How to solve problem with our repository]
vieste [2023/01/08 19:36]
team [How to solve problem with our repository]
Line 99: Line 99:
 Here are 3 short alternative procedures to use: Here are 3 short alternative procedures to use:
  
-Option 1:+**Option 1:**
  
 download the new package from [[https://​uzl-deb.ufficiozero.org/​repository/​vieste/​pool/​main/​u/​ufficiozero-keyring/​ufficiozero-keyring_2023.01_amd64.deb]] and then with right mouse click select to open it with Gdebi. download the new package from [[https://​uzl-deb.ufficiozero.org/​repository/​vieste/​pool/​main/​u/​ufficiozero-keyring/​ufficiozero-keyring_2023.01_amd64.deb]] and then with right mouse click select to open it with Gdebi.
Line 109: Line 109:
 {{ :​schermata_a_2023-01-08_18-21-22.png?​600 |}} {{ :​schermata_a_2023-01-08_18-21-22.png?​600 |}}
 {{ :​schermata_a_2023-01-08_18-54-30.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>​
 +
vieste.txt ยท Last modified: 2023/01/08 19:36 by team