Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 650  / 3 Years ago, fri, june 25, 2021, 9:01:32

I've several PPA installed on my system. Every time I perform an apt-get update there's a moment in which the updating process remains stuck in this position (it lasts almost a minute):



Ign https://private-ppa.launchpad.net precise/main TranslationIndex
Ign https://private-ppa.launchpad.net precise/main Translation-it
Ign https://private-ppa.launchpad.net precise/main Translation-en
100% [In lavorazione]


(I don't know in English how the last line is, something like "100% [Working]")



I presume this happens because a download of a PPA is slow. (Do you think this might be the reason?)



If so, I'd like to remove this PPA from my system.
The problem is that during this phase I can't distinguish among PPAs because all of them show this URL: https://private-ppa.launchpad.net precise/main.
Is there a way to identify the PPA which is being updated in that particular moment?


More From » apt

 Answers
0

Use sudo apt-get -o Debug::Acquire::http=true -o Acquire::Queue-Mode=access update. This enables debugging options to make all HTTP requests sequential and show you every HTTP request going out and response coming back in.


[#35387] Friday, June 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
egantfis

Total Points: 406
Total Questions: 108
Total Answers: 108

Location: Austria
Member since Thu, Jan 7, 2021
3 Years ago
egantfis questions
Mon, Nov 1, 21, 03:37, 3 Years ago
Fri, Mar 18, 22, 23:26, 2 Years ago
Mon, Mar 6, 23, 05:03, 1 Year ago
Sun, Oct 3, 21, 23:30, 3 Years ago
Thu, Mar 10, 22, 12:28, 2 Years ago
;