jackyf / cupt

high-level package manager for Debian, inspired from APT
36 stars 4 forks source link

cupt fails to update repositories #8

Closed UriHerrera closed 5 years ago

UriHerrera commented 5 years ago

I'm trying out cupt in my Ubuntu system, but I've encountered a problem. When I execute the command sudo cupt update it fails with the following output:

W: failed to download (In)Release for 'http://archive.ubuntu.com/ubuntu bionic-updates/'
E: no download handlers available for the protocol 'http'
#11: starting http://archive.ubuntu.com/ubuntu bionic Release                                                                                                                                  
0% [#11 bionic Release 0B]                                                                                                                                                     | 0B/s | ETA: 0sW: failed to download (In)Release for 'http://archive.ubuntu.com/ubuntu bionic/'
E: no download handlers available for the protocol 'https'
#11: not available                                                                                                                                                                             
0%  
Fetched 0B in 0s.                                                                                                                                                                              
E: there were errors while downloading release and index data
E: error performing the command 'update'

I can't seem to find what's the issue.

Update: I was missing libcupt4-2-downloadmethod-wget or libcupt4-2-downloadmethod-curl

jackyf commented 5 years ago

Indeed, network download methods are not absolute dependencies (to avoid pulling network libraries for everybody). Thank for the report anyway.