Problems when trying to update packages in linux

0

When I try to update the packages in the elementary distribution with the command

sudo apt-get update

It stays loading indefinitely in

0% [working]
    
asked by Code tutoriales 28.11.2017 в 05:16
source

3 answers

0

Try cleaning the cache and thus remove all the packages from there:

sudo apt-get clean
    
answered by 28.11.2017 в 08:11
0

Does the AppCenter work for you? or do not get any package from there? Look at the repositories if they are ok, you can edit them with

sudo apt edit-sources

maybe the best is

sudo apt-get install software-properties-common

that lets you treat it as if it were ubuntu

    
answered by 28.11.2017 в 13:46
-1

Try the letter s lowercase:

sudo apt-get update 
    
answered by 28.11.2017 в 05:30