Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Ubuntu add repo app-key fails

Solution 1:

Just ran into a very simalar problem and by deleting the problem key in /etc/apt/trusted.gpg.d/{Problem-Key}.asc I was able to solve the issue!

Hope this helps!

Solution 2:

This is because GPG parses keyring paths containing colons as URLs (yeah, I don't know about that either).

Try the following:

mv /etc/apt/trusted.gpg.d/home:hawkeye116477:waterfox.asc /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox.asc

Tags:

Ubuntu

Repository

Gpg

Related

When to use routers and when to use layer 3 switches Difference between network card size and capacity High MySQL CPU usage after a DDOS attack How to redirect requests on port 80 to localhost:3000 using nftables? How AWS calculate hours usage? Upgraded to Debian 9.12, now have no network connection My static ips are inaccessible only from CenturyLink users across all ports All Yum mirrors failing with [Errno -1] repomd.xml does not match metalink Print Spooler Crashing After KB4561608 with Ricoh Printers MariaDB memory use rises beyond configured size Linux get UTC offset from current (or other) timezones on given date and time SAS/RAID controller non-ecc ram

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy