Closed capriciousduck closed 10 months ago
How do I fix this?
I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout)
How do I fix this?
how you resolve it?
Não sei, não estou usando mais o zorin OS parei já tem uns 8 meses
Desculpe.
No problem :)
Why did you close this? Will you update the script to support Zorin OS 17?
Why did you close this? Will you update the script to support Zorin OS 17?
Não sei, não estou usando mais o zorin OS parei já tem uns 8 meses
use translator
I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout)
I have made a PR that fixes the issue, in the meantime, you are welcome to use my fork where is it implemented https://github.com/CortezJEL/Zorin-OS-Pro
I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout) https://zorin.com/os/pro/
I have made a PR that fixes the issue, in the meantime, you are welcome to use my fork where is it implemented https://github.com/CortezJEL/Zorin-OS-Pro
The same error, that its cant check public key. I tried to make:
sudo curl -sS https://packages.zorinos.com/zorin_os_key.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Zorin.gpg
~/Zorin-OS-Pro$ ls -lA /etc/apt/trusted.gpg.d/Zorin.gpg
-rw-r--r-- 1 root root 2202 янв 11 07:11 /etc/apt/trusted.gpg.d/Zorin.gpg
~/Zorin-OS-Pro$ md5sum /etc/apt/trusted.gpg.d/Zorin.gpg
2713092dfdb8276854aa1b41c632be45 /etc/apt/trusted.gpg.d/Zorin.gpg
when i try to aptitude update:
Получить: 1 https://packages.zorinos.com/premium jammy InRelease [15,5 kB]
Ошиб https://packages.zorinos.com/premium jammy InRelease
Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY 5FD7496A07D323BC
Получено 15,5 kБ в 2с (6 683 Б/с)
W: Ошибка GPG: https://packages.zorinos.com/premium jammy InRelease: Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY 5FD7496A07D323BC
Try running
sudo gpg --keyserver key server.ubuntu.com --recv-key 5FD7496A07D323BC
sudo gpg -a --export 5FD7496A07D323BC | sudo apt-key add -
sudo apt-get update
Try running
sudo gpg --keyserver key server.ubuntu.com --recv-key 5FD7496A07D323BC sudo gpg -a --export 5FD7496A07D323BC | sudo apt-key add - sudo apt-get update
$ sudo gpg --keyserver keyserver.ubuntu.com --receive-keys 5FD7496A07D323BC
gpg: сбой при получении с сервера ключей: Нет данных
It says that error while receiving keys from server: no data
I found solution: /etc/apt/sources.list.d/zorin.list:
deb [trusted=yes] https://packages.zorinos.com/premium jammy main
deb-src [trusted=yes] https://packages.zorinos.com/premium jammy main
I changed the deb sources in the zorin.list file to Jammy. Not sure if now I have Zorin 17 Pro instead of core. How can I verify?