From: Michael A. S. <Mic...@mt...> - 2021-11-04 12:21:47
|
Hi Dan, Thank you for your input. However, this will install from the Ubuntu repository, which is holding an older version (5.5). I want to install from the jEdit repository, so I get the newest version (right now 5.6). But to add a “foreign” repository in Ubuntu Apt you need the public key for that repository. This is where I am stranded, as the key index given in the install instructions is no longer present in the key store. Regards, Michael From: Dan Wasson <dan...@ho...> Sent: Wednesday, November 3, 2021 6:07 PM To: jed...@li... Subject: Re: [ jEdit-users ] Public key no longer available at keyserver.ubuntu.com? Michael, I know this doesn't answer your specific question, I'm just a user and I have no idea about the key. For what it's worth, jEdit installed on Ubuntu with the following sudo apt-get update sudo apt-get install -y default-jdk sudo apt-get install -y jedit it can also be built it from source pretty easily by a beginner with IntelliJ Good Luck Dan Wasson On 11/2/2021 11:39 AM, Michael Andre Sidenius wrote: Hi Trying to add jEdit repository to a Ubuntu machine. However the public key to the repository is not available at “keyserver.ubuntu.com” (by manually search), so the command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E6A233DBE3AFBEFC fails. Has the key got a new identifier, that should be listed in the http://www.jedit.org/index.php?page=download page under “Debian Linux” type operating systems, or is something else wrong? Michael === MICROELECTRONICS TECHNOLOGY INC. === This message (and any attachments) may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please destroy the message or delete it from your system immediately and notify the sender. === MICROELECTRONICS TECHNOLOGY INC. === This message (and any attachments) may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please destroy the message or delete it from your system immediately and notify the sender. |