repository

add repo to debian (gpg issue)

add repo to debian (gpg issue) First, I have done literally hours of work and research on this… attempting to find a solution my self. But I am unable to either understand what I am missing or get all the info I need (not sure which). Second, this is the first time I have ever …

Total answers: 2

how can I remove a dpkg installed repository?

how can I remove a dpkg installed repository? This error shows up on my sudo apt update: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.microsoft.com/repos/code stable InRelease: The following signatures couldn’t be verified because the public key is not …

Total answers: 3

How to delete GPG key and repository? Key is not shown under apt-key

How to delete GPG key and repository? Key is not shown under apt-key I wanted to install ctop on Ubuntu 22 and added the key and repository. But the repository does not contain a release file and apparently ctop is no longer maintained. Now I wanted to delete the key and repository, but key is …

Total answers: 1

Why am I not getting any package from the Influxdb repository?

Why am I not getting any package from the Influxdb repository? I would like to install Influxdb via a repo, not by installing manually each release, so I tried to add a repo for it, as I used to do with Influxdb v1 (I just updated my server after a long while). I followed the …

Total answers: 2

NO_PUBKEY and Some of The File Has an Unsupported Filetype

NO_PUBKEY and Some of The File Has an Unsupported Filetype When I do a command "sudo apt update" on Ubuntu 22.04.3, always occure this error : W: https://dl.google.com/linux/chrome/deb/dists/stable/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/mysql.gpg are ignored as the file has an unsupported filetype. W: http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/mysql.gpg are ignored as the …

Total answers: 1

How to fix GPG repository Error

How to fix GPG repository Error I’m using Linux on my chromebook and recently I removed it from the development environment and installed it back. After installation, I ran sudo apt update but after a few seconds, it showed me this: W: GPG error: https://storage.googleapis.com/cros-packages/89 buster Release: The following signatures were invalid: EXPKEYSIG 78BD65473CB3BD13 Google …

Total answers: 1

Getting SLES RMT Server IP or hostname from client

Getting SLES RMT Server IP or hostname from client We have multiple RMT Servers for patching SLES servers in our environment, how can we check which rmt server is the client currently registered to. Currently we check the baseurl of repo file. Is there any command or alternative? Asked By: Ritesh Vishwakarma || Source on …

Total answers: 1

How to use multiple options in apt sources.list?

How to use multiple options in apt sources.list? Using Ubuntu 22.04. I have added nodejs repo following their official manual. However, when I do sudo apt update, I am getting: N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://deb.nodesource.com/node_20.x nodistro InRelease’ doesn’t support architecture ‘i386’ I did some research and to fix this, I …

Total answers: 1

How can I get updates from just one of the defined repos?

How can I know which updates come from which of the defined repos? If I run the following on my Ubuntu18 (Ubuntu 18.04.4 LTS) test machine I see the following repos defined: root@ubuntu18:/root# cat /etc/apt/sources.list | grep -v ‘#’ deb http://archive.ubuntu.com/ubuntu bionic main restricted deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted deb http://archive.ubuntu.com/ubuntu bionic universe deb http://archive.ubuntu.com/ubuntu …

Total answers: 1

Undoing effect of adding a Ubuntu-intended repository and updating on Debian

Undoing effect of adding a Ubuntu-intended repository and updating on Debian tl;dr How do I fix this error on Debian E: The repository ‘https://deb.nodesource.com/node_current.x nodistro Release’ does not have a Release file. N: Updating from such a repository can’t be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation …

Total answers: 1

What is the difference between non-free and non-free-firmware in Debian 12?

What is the difference between non-free and non-free-firmware in Debian 12? The Debian project has included a new repository component non-free-firmware in Debian bookworm. Is it the same as the non-free repository ? Do I need to activate the new component alongside of the old non-free in my sources.list? Asked By: GAD3R || Source No, …

Total answers: 1

Debian : any downsides of totally replacing /etc/apt/sources.list by /etc/apt/sources.list.d/some_equivalent_files.list?

Debian : any downsides of totally replacing /etc/apt/sources.list by /etc/apt/sources.list.d/some_equivalent_files.list? We have set up an local apt repository cache server, we thus have began to automate the setup of the /etc/apt/sources.list file and /etc/apt/sources.list.d/our_custom_files.list of our Debian 10+11+12 machines. This lead us to wonder if we could legitimately totally delete the /etc/apt/sources.list file, in favour …

Total answers: 1

Changing yum source through Gnome GUI

Changing yum source through Gnome GUI This might be a silly question, but it puzzles me. I am using Rocky linux version 9.2. I wonder if there is a way to change the yum install source through gnome gui? that is, without using command line, just the mouse. I know how to do similar setting …

Total answers: 1

I received GPG error while using sudo apt update in Pop!_OS 22.04

I received GPG error while using sudo apt update in Pop!_OS 22.04 I ran sudo apt update and it shows this: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repo.waydro.id jammy InRelease: The following signatures couldn’t be verified because the public …

Total answers: 1

Ubuntu Desktop 23.04 on iMac 2009 failed to install third party repository

Ubuntu Desktop 23.04 on iMac 2009 failed to install third party repository yesterday I tried to install the latest Ubuntu desktop on an old iMac from 2009. For the most part it worked great. But as the wifi adapter is not seen, I chose to check the option to install third parties repository. The problem …

Total answers: 1

apt-get – select the oldest google-chrome file in sources.list.d

apt-get – select the oldest google-chrome file in sources.list.d In the folder /etc/apt/sources.list.d I have the file: google-chrome-repo.list: deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome-keyring.gpg] https://dl.google.com/linux/chrome/deb/ stable main deb-src [arch=amd64 signed-by=/usr/share/keyrings/google-chrome-keyring.gpg] https://dl.google.com/linux/chrome/deb/ stable main and in the folder /usr/share/keyrings i have a file named google-chrome-keyring.gpg If I install google-chrome: sudo apt-get install google-chrome-stable That annoying second file is created …

Total answers: 1