Weird output when trying to update
- Inicie sesión o regístrese para enviar comentarios
when trying to $ sudo apt update
I get this:
Ign:1 http://mirrors.serverhost.ro/trisquel/packages flidas InRelease
Ign:2 http://mirrors.serverhost.ro/trisquel/packages flidas-security InRelease
Ign:3 http://mirrors.serverhost.ro/trisquel/packages flidas-updates InRelease
Err:4 http://mirrors.serverhost.ro/trisquel/packages flidas Release
404 Not Found
Err:5 http://mirrors.serverhost.ro/trisquel/packages flidas-security Release
404 Not Found
Err:6 http://mirrors.serverhost.ro/trisquel/packages flidas-updates Release
404 Not Found
Reading package lists... Done
E: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
> E: The repository 'http://mirrors.serverhost.ro/trisquel/packages
> flidas-security Release' does not have a Release file.
Yeah, that mirror has been down for a while. See:[1][2]
Edit /etc/apt/sources.list (with sudo) and change the url to a different mirror.[3] I'm using https://mirror.fsf.org/trisquel/
[1] https://trisquel.info/en/forum/sudo-apt-get-update-taking-too-long
[2] https://trisquel.info/en/forum/trisquel-users
[3] http://rsync.trisquel.info/
Or, graphically, use "Software & Updates" in MATE's "Control Center".
Thanks Chaosmonk and MB, it seems to work now :)
A more detailed solution for me to link back to next time someone has this issue:
- From the main menu, launch System -> Administration -> Software & Updates
- Click on the dropdown menu labeled "Download from:"
- Select "Main Server"
- Click "Close"
- In the window that pops up, click "Reload"
- If update is successful, click "Install now"
Thanks...
First it had to update the cache.
Then it said check Internet for software updates.
Then it downloaded a whole bunch of updates, particularly to Abrowser & LibreOffice and something called libglib, as well as python, .
> First it had to update the cache.
> Then it said check Internet for software updates.
> Then it downloaded a whole bunch of updates, particularly to Abrowser &
> LibreOffice and something called libglib, as well as python, .
That was the expected behavior. Sounds like the issue is fixed.
- Inicie sesión o regístrese para enviar comentarios