The actual output of in a terminal is often helpful.
Are you following their directions for your repository to install its key, and then add its repository to your sources?It would help to provide the exact terminal input and output when you do this. Also make sure you don't have any existing Release.key files where the new one is getting downloaded.
Code:
sudo apt update
Are you following their directions for your repository to install its key, and then add its repository to your sources?
Code:
echo 'deb http://download.opensuse.org/repositories/home:/amin_modaresi/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:amin_modaresi.listcurl -fsSL https://download.opensuse.org/repositories/home:amin_modaresi/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_amin_modaresi.gpg > /dev/nullsudo apt updatesudo apt install phoenix-esr
Statistics: Posted by stevepusser — 2025-01-03 18:17