How to free upgrade from Zorin OS to Pro/Ultimate
Well, details and comments are in chinese version article. Here're only the steps.
Steps
-
Add content
deb https://packages.zorinos.com/premium bionic main
in file/etc/apt/sources.list.d/zorin.list
. For Zorin 15, usebionic
, For Zorin 16 usefocal
. If you also need source code , add contentdec-src https://packages.zorinos.com/premium bionic main
as well. -
Create new file
/etc/apt/apt.conf.d/99zorin-os-premium-user-agent-temp
and add contentAcquire { http::User-Agent "Zorin Os Premium" }
. -
Note: Under Zorin 17, You will encounter this issue:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5FD7496A07D323BC
. The solution is 1)curl -sS https://packages.zorinos.com/zorin_os_key.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zorin.gpg
or 2)sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5FD7496A07D323BC
. Reference: https://github.com/PEAKYCOMMAND/Zorin-OS-Pro/blob/main/zorin.sh -
Optionally, do
apt update && apt install apt-user-agent-zorin-os-premium
and then delete file/etc/apt/apt.conf.d/99zorin-os-premium-user-agent-temp
-
To get more layouts of windows manager , do
apt install zorin-apperance-layouts-shell-premium zorin-apperance-layouts-xfce-premium
-
you can check what packages are included in Premium via
/var/lib/apt/lists/premium
COMMENTS
jackyzy823
文章已更新。添加APT公钥即可。`sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5FD7496A07D323BC`
Leave a comment
Note : Your comment will not be displayed until a Github PullRequest have been merged.
pop
谢谢大佬的文章,我在17(jimmy)下实测不行了,提示没有公钥