Project

General

Profile

Bug #23387

Updated by Alexis Mousset 8 months ago

Sometimes several sources are indicated in apt-get dist-upgrade simulation, like this: 

 <pre> 
 Inst openssh-server [1:8.2p1-4ubuntu0.8] (1:8/2p1-4ubuntu0.9 Ubuntu:20.04/focal-updates, Ubuntu:20.04/focal-security [amd64]) 
 </pre> 

 Our current parser fails to read the line as it expects only one source. simulation.

Back