LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-06-2019, 04:02 AM   #1
michelle cullum
LQ Newbie
 
Registered: Mar 2019
Posts: 2

Rep: Reputation: Disabled
Angry Help me control centre synaptic will not let me update or download


Have had a few attemps at updating
First time i tried it i had this

Could not download all repository
indexes, The repository https:repo antix.com stretch release does not have release file
Next time i tried it did not show the reason why just updates not available
Hope you can understand this sorry am a newbie
 
Old 06-06-2019, 04:18 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,568

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
Are you using the most recent release of AntiX?
Is this a new install and have you been able to do any updates previously?
 
Old 06-06-2019, 04:32 AM   #3
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Maybe some of the sources are out of date.

Can you post the output of

Code:
inxi -r
Sources should apparently be these

https://github.com/MX-Linux/MX-18_sources

but we'll get to that.
 
1 members found this post helpful.
Old 06-06-2019, 11:04 AM   #4
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
https://www.antixforum.com/forums/to...pkeysig-error/
 
1 members found this post helpful.
Old 06-15-2019, 04:16 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
I'm in on this now. It isn't the signature thing, it's something more fundamental. What has happened is that for some reason apt is prioritising the Debian repos over the AntiX ones. The problem affects dbus and libdbus. When you try to update them, synaptic tries to remove loads of stuff including eudev and xorg and replace them with udev and systemd!

What puzzles me even more is that my friend here doesn't know enough to mess about with her repositories, so what caused the problem?

In the mean time, here is the inxi output:
Code:
inxi -r
Repos:
  Active apt repos in: /etc/apt/sources.list.d/antix.list 
  1: deb http://repo.antixlinux.com/stretch stretch main nosystemd nonfree
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
  1: deb http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
  Active apt repos in: /etc/apt/sources.list.d/debian.list 
  1: deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
  2: deb http://security.debian.org/ stretch/updates main contrib non-free
  No active apt repos in: /etc/apt/sources.list.d/onion.list 
  No active apt repos in: /etc/apt/sources.list.d/various.list
Postscript: I updated the keyring any way but it doesn't seem to have solved the problem.

Last edited by hazel; 06-15-2019 at 04:43 AM. Reason: Added postscript
 
Old 06-15-2019, 08:51 AM   #6
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
A systemd-free version dbus (and vlc if you use it) has been built and should appear in the repos soon.

Apt-get dist-upgrade should not uninstall anything at the moment.

Can you post the output so I can take a look, thanks.
 
Old 06-15-2019, 09:52 AM   #7
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Now here's something odd: I have AntiX on my laptop and I just did an apt-get upgrade that proceeded absolutely normally. dbus, libdbus, and dbus-x11 were included and they all updated normally from the AntiX repos. So why does it work for me and not for her?

The only difference I can see between my system and Michelle's is that I am using the UK Debian repo and she has the US one. Don't ask me why!

Last edited by hazel; 06-15-2019 at 09:54 AM.
 
Old 06-15-2019, 10:19 AM   #8
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
What does apt-get upgrade (or dist-upgrade) show on Michelle's?
 
Old 06-15-2019, 10:37 AM   #9
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
When I ran apt-get upgrade for her this morning, it showed four dbus packages that "would not be upgraded", obviously because of changes in their dependencies. These were the ones that synaptic barfed on too. I didn't try a dist-upgrade but I emailed her about an hour ago asking her to do one and post back the results for you.
 
Old 06-15-2019, 11:58 AM   #10
jazzy_mood
Member
 
Registered: Mar 2019
Posts: 59

Rep: Reputation: 29
Quote:
Originally Posted by Lysander666 View Post
Maybe some of the sources are out of date.
Probably this. Maybe the OP needs to point their sources to the right servers and update the list of available packages?
 
Old 06-15-2019, 01:31 PM   #11
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
We are going to try again together tomorrow afternoon. No point adding anything to this thread until then.
 
Old 06-16-2019, 11:02 AM   #12
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Here is the output from apt-get dist-upgrade. I aborted it because I have read that dist-upgrade acts like synaptic, deleting and installing dependencies to make everything fit and we don't want that, do we!
Code:
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  dbus dbus-user-session dbus-x11 libdbus-1-3
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 577 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
Hey! It suddenly works! We tried in Synaptic and it updated the non-systemd versions as asked. Now can someone please explain to the two of us what all that was about?

Last edited by hazel; 06-16-2019 at 11:06 AM.
 
Old 06-16-2019, 12:11 PM   #13
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
Probably the antiX repo was down.
 
Old 06-16-2019, 12:27 PM   #14
michelle cullum
LQ Newbie
 
Registered: Mar 2019
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you very much for your knowledge
 
Old 06-17-2019, 05:21 AM   #15
Ktasy
LQ Newbie
 
Registered: Jun 2019
Posts: 10

Rep: Reputation: 0
Get more from here.Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ati control centre now not able to log-in otto k Ubuntu 1 06-07-2009 05:57 AM
tc traffic control tc traffic control Linux QoS control tool(noob help) inv|s|ble Linux - General 1 07-26-2007 11:12 AM
kcmshell not working from control centre, screensavers missing? vdemuth Mandriva 3 09-03-2004 11:59 AM
Urgent Help need to reinstall mandrake control centre!! wisdom Mandriva 1 02-15-2004 01:17 PM
Mandrake 9.0 > Control Centre > Shorewall davecs Linux - Security 3 03-14-2003 04:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration