Can not add "No-Subscription" in the repository

bravo0916

Member
Jan 29, 2024
60
5
8
Hello Team,

I've just finished installation of Proxmox. I plan to use this as free (community) version. So I am trying to disable comercial repositories and add No-Subscription repository instead. Howver, there is nothing pop-up windows when I click on "Add" button. I think I will get pop-up window and will be able to select repository options.
I tried to reboot the machine, but I still have no luck. The proxmox version is 8.1.

Any thoughts on this issue?

I appreciate your help!

Regards,
 
Modifying sources for apt should be done via shell. Open a SSH connection to your PVE. Then modify the repos by

nano /etc/apt/sources.list

Add this line:

deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

Press CTRL+X to save the file. To disable the enterprise repo modify it

nano /etc/apt/sources.list.d/pve-enterprise.list

and add a # at the beginning. Save this file and do the same with

nano /etc/apt/sources.list.d/ceph.list

When done, do an

apt update

followed by

apt dist-upgrade

to install the newest updates.
 
Hello

Thanks for your quick reply and it works!! So the issue I had faced was something like bug? I double checked with Chrome or Edge cache clear or security software, but all of them look good.

Regards,