Posts: 125
poorguy
Joined: 11 May 2016
#46
Shay wrote:I downloaded from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://mx.debian.nz/antix/stable/pool/main/a/antix-archive-keyring/"
linktext was:"http://mx.debian.nz/antix/stable/pool/m ... e-keyring/"
====================================

Once it was downloaded I opened terminal and used these steps

Code: Select all

jim@antix17-32:~
$ cd Downloads
jim@antix17-32:~/Downloads
$ ls
antix-archive-keyring_20017.3.14_all.deb
jim@antix17-32:~/Downloads
$ sudo gdebi antix-archive-keyring_20017.3.14_all.deb
Once you have that, hit enter, enter your password , hit enter again and it installs. That is how Number 5 is done.
Here are my latest results.

Code: Select all

thomas@HP-Pavilion-m7267c:~
$ jim@antix17-32:~
bash: jim@antix17-32:~: command not found
thomas@HP-Pavilion-m7267c:~
$ $ cd Downloads
bash: $: command not found
thomas@HP-Pavilion-m7267c:~
$ jim@antix17-32:~/Downloads
bash: jim@antix17-32:~/Downloads: No such file or directory
thomas@HP-Pavilion-m7267c:~
$ $ ls
bash: $: command not found
thomas@HP-Pavilion-m7267c:~
$ antix-archive-keyring_20017.3.14_all.deb
bash: antix-archive-keyring_20017.3.14_all.deb: command not found
thomas@HP-Pavilion-m7267c:~
$ jim@antix17-32:~/Downloads
bash: jim@antix17-32:~/Downloads: No such file or directory
thomas@HP-Pavilion-m7267c:~
$ $ sudo gdebi antix-archive-keyring_20017.3.14_all.deb
bash: $: command not found
thomas@HP-Pavilion-m7267c:~
$ 
Posts: 1,062
Dave
Joined: 20 Jan 2010
#47
OK because we copy and paste...

Code: Select all

sudo apt-get purge antix-archive-keyring 
wget http://antix.daveserver.info/jessie/pool/main/a/antix-archive-keyring/antix-archive-keyring_20017.3.14_all.deb
sudo rm /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
sudo dpkg -i antix-archive-keyring_20017.3.14_all.deb
sudo apt-get update 
Posts: 125
poorguy
Joined: 11 May 2016
#48
my latest.

Fetched 20.6 kB in 5s (3,489 B/s)
Reading package lists... Done
W: GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info"
linktext was:"http://antix.daveserver.info"
====================================
jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20
Reading package lists... Done
Posts: 1,062
Dave
Joined: 20 Jan 2010
#49

Code: Select all

 
sudo apt-cache policy antix-archive-keyring 
sudo apt-cache show antix-archive-keyring
sudo apt-get -f install antix-archive-keyring  
Answer yes to all questions

And please post all output
Posts: 125
poorguy
Joined: 11 May 2016
#50
thomas@HP-Pavilion-m7267c:~
$ sudo apt-cache policy antix-archive-keyring

antix-archive-keyring:
Installed: 20017.3.14
Candidate: 20017.3.14
Version table:
*** 20017.3.14 0
500
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/jessie/"
linktext was:"http://antix.daveserver.info/jessie/"
====================================
jessie/main i386 Packages
100 /var/lib/dpkg/status
thomas@HP-Pavilion-m7267c:~
$ sudo apt-cache show antix-archive-keyring
Package: antix-archive-keyring
Version: 20017.3.14
Architecture: all
Maintainer: anticapitalista <antiX@operamail.com>
Uploaders: anticapitalista <antiX@operamail.com>, antiX-Dave <david@daveserver.info>
Changed-By: antiX-Dave <david@daveserver.info>
Installed-Size: 4
Depends: apt (>= 0.7.25.1), debian-archive-keyring, gpgv
Homepage:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.org"
linktext was:"http://antix.mepis.org"
====================================

Priority: required
Section: main
Filename: pool/main/a/antix-archive-keyring/antix-archive-keyring_20017.3.14_all.deb
Size: 4474
SHA256: fc699615127bc4e9b3df501a176db4f597239d29b0e84ef67ef07990fcce9888
SHA1: 291bc76c6ba0b89279cee70a0f84f6ad553ab572
MD5sum: 44836a6a98947ebd791b5f2ca19ffb9a
Description: GnuPG archive keys for antiX ap repository
Description-md5: ece0ce3d6a8c42ea3475605870a56ac2

thomas@HP-Pavilion-m7267c:~
$ sudo apt-get -f install antix-archive-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
antix-archive-keyring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
thomas@HP-Pavilion-m7267c:~
$
Posts: 1,062
Dave
Joined: 20 Jan 2010
#51
OK that is the correct version number now to check that it is the correct file

Code: Select all

sudo ls /etc/apt/trusted.gpg.d/
sudo md5sum /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
sudo apt-get update 
Posts: 125
poorguy
Joined: 11 May 2016
#52
thomas@HP-Pavilion-m7267c:~

Code: Select all

$ sudo ls /etc/apt/trusted.gpg.d/
antix-archive-keyring.gpg              debian-archive-wheezy-automatic.gpg
debian-archive-jessie-automatic.gpg          debian-archive-wheezy-stable.gpg
debian-archive-jessie-security-automatic.gpg  deb-multimedia-keyring-1024.gpg
debian-archive-jessie-stable.gpg          deb-multimedia-keyring.gpg
debian-archive-squeeze-automatic.gpg          pkg-mozilla-archive-keyring.gpg
debian-archive-squeeze-stable.gpg          siduction-archive-keyring.gpg
thomas@HP-Pavilion-m7267c:~
$ sudo md5sum /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
977dd3666cfa2479ade265f6d4d657e0  /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
thomas@HP-Pavilion-m7267c:~
$ sudo apt-get update 
Ign http://ftp.us.debian.org jessie InRelease
Hit http://ftp.us.debian.org jessie Release.gpg                                              
Hit http://antix.daveserver.info jessie InRelease                                            
Hit http://ftp.us.debian.org jessie Release                                                 
Hit http://security.debian.org jessie/updates InRelease
Hit http://antix.daveserver.info jessie/main i386 Packages              
Hit http://ftp.us.debian.org jessie/main i386 Packages                                 
Hit http://security.debian.org jessie/updates/main i386 Packages                     
Hit http://ftp.us.debian.org jessie/contrib i386 Packages                            
Hit http://antix.daveserver.info jessie/nosystemd i386 Packages
Hit http://security.debian.org jessie/updates/contrib i386 Packages
Hit http://ftp.us.debian.org jessie/non-free i386 Packages                           
Hit http://security.debian.org jessie/updates/non-free i386 Packages                 
Hit http://ftp.us.debian.org jessie/contrib Translation-en         
Hit http://security.debian.org jessie/updates/contrib Translation-en
Hit http://ftp.us.debian.org jessie/main Translation-en                                  
Hit http://security.debian.org jessie/updates/main Translation-en                        
Hit http://ftp.us.debian.org jessie/non-free Translation-en                              
Hit http://security.debian.org jessie/updates/non-free Translation-en                    
Ign http://antix.daveserver.info jessie/main Translation-en_US     
Ign http://antix.daveserver.info jessie/main Translation-en
Ign http://antix.daveserver.info jessie/nosystemd Translation-en_US
Ign http://antix.daveserver.info jessie/nosystemd Translation-en
Reading package lists... Done
thomas@HP-Pavilion-m7267c:~
Dave
Posts: 1,062
Dave
Joined: 20 Jan 2010
#53
OK so now working?...
Likely all that was wrong is that option 3 out of five should have been been done as root (sudo) so I guess I will ask Rich for clarification in that department and possibly a bit easier blind copying and pasting... talking about security.

Code: Select all

sudo apt-get update && 
sudo apt-get -f install antix-archive-keyring &&
sudo apt-get update 
Should get the rest of the class up to speed....

Edit
Looks as though it already specifies to do as root...
Posts: 125
poorguy
Joined: 11 May 2016
#54
I just did a root sudo apt-get update && sudo apt-get upgrade

Reading state information... Done
antix-archive-keyring is already the newest version.

It appears all is well and no errors.
I was beginning to get a brain clogg over the last few days trying to make this work.

I really appreciate all of the help.

Thanks

__{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__
Posts: 1,062
Dave
Joined: 20 Jan 2010
#55
Helping out is not an issue but it is only really possible if we see the output of what is being tried and therefor can analyze and formulate the next action needed.
Posts: 125
poorguy
Joined: 11 May 2016
#56
Dave wrote:Helping out is not an issue but it is only really possible if we see the output of what is being tried and therefor can analyze and formulate the next action needed.
My Thanks and Gratitude for your help and Patience.

The PoorGuy __{{emoticon}}__
Posts: 153
andfree
Joined: 16 Jan 2016
#57
I have the same problem, I tried to install antix-archive-keyring, but I got errors too:

Code: Select all

$ sudo apt-get update
(...)
Ign http://ftp.us.debian.org jessie InRelease                                  
(...)
Err http://antix.daveserver.info jessie InRelease
(...)

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://antix.daveserver.info jessie InRelease: The following signatures were invalid: KEYEXPIRED 1489359573 KEYEXPIRED 1489359573 KEYEXPIRED 1489359573 KEYEXPIRED 1489359573 KEYEXPIRED 1489359573

W: Failed to fetch http://antix.daveserver.info/jessie/dists/jessie/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.

$ sudo apt-get purge antix-archive-keyring
(...)

$ sudo apt-get update
(...)
Ign http://ftp.us.debian.org jessie InRelease                                  
(...)  
Err http://antix.daveserver.info jessie InRelease                        
(...)

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://antix.daveserver.info jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20

W: Failed to fetch http://antix.daveserver.info/jessie/dists/jessie/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.

$ sudo apt-get install antix-archive-keyring
(...)
Err http://antix.daveserver.info/jessie/ jessie/main antix-archive-keyring all 20015.3.14
  404  Not Found
E: Failed to fetch http://antix.daveserver.info/jessie/pool/main/a/antix-archive-keyring/antix-archive-keyring_20015.3.14_all.deb  404  Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

$ sudo apt-get -f install antix-archive-keyring
(...)
Err http://antix.daveserver.info/jessie/ jessie/main antix-archive-keyring all 20015.3.14
  404  Not Found
E: Failed to fetch http://antix.daveserver.info/jessie/pool/main/a/antix-archive-keyring/antix-archive-keyring_20015.3.14_all.deb  404  Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#58
Try the direct download option 5, but use dpkg -i if you do not have gdebi


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://mxlinux.org/gpg-error-and-solutions"
linktext was:"https://mxlinux.org/gpg-error-and-solutions"
====================================
Posts: 153
andfree
Joined: 16 Jan 2016
#59
"dpkg -i" did the job. Now I'm updated. Thanks a lot.
Posts: 604
thriftee
Joined: 27 Feb 2009
#60
I'm not understanding.

I've tried all the instructions. What's odd is that it says the file isn't a debian archive. Note that I'm trying with the 20017 version here. I also tried with the 20015 version, but got the same results.

Any ideas?


root@dv9917:/home/demo/Downloads# apt-get update --fix-missing
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates InRelease
Ign
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie InRelease
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie Release.gpg
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie Release
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/non-free i386 Packages
Get:1
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info"
linktext was:"http://antix.daveserver.info"
====================================
jessie InRelease [20.6 kB]
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/non-free Translation-en
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/main i386 Packages
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/contrib i386 Packages
Err
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info"
linktext was:"http://antix.daveserver.info"
====================================
jessie InRelease

Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/contrib Translation-en
Hit
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
jessie/updates/main Translation-en
Get:2
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/main i386 Packages [6,793 kB]
Get:3
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/contrib i386 Packages [49.5 kB]
Get:4
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/non-free i386 Packages [80.4 kB]
Get:5
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/contrib Translation-en [38.5 kB]
Get:6
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/main Translation-en [4,583 kB]
Get:7
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
jessie/non-free Translation-en [72.1 kB]
Fetched 20.6 kB in 5s (3,448 B/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info"
linktext was:"http://antix.daveserver.info"
====================================
jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20

W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/jessie/dists/jessie/InRelease"
linktext was:"http://antix.daveserver.info/jessie/dis ... /InRelease"
====================================


W: Some index files failed to download. They have been ignored, or old ones used instead.




root@dv9917:/# cd /home/demo/Downloads/
root@dv9917:/home/demo/Downloads# dpkg -i antix-archive-keyring_20017.3.14_all.deb
dpkg-deb: error: `antix-archive-keyring_20017.3.14_all.deb' is not a debian format archive
dpkg: error processing archive antix-archive-keyring_20017.3.14_all.deb (--install):
subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
antix-archive-keyring_20017.3.14_all.deb
root@dv9917:/home/demo/Downloads#