Answer the question
In order to leave comments, you need to log in
Trouble installing curl on Ubuntu 18.10?
I found a guide on losst.ru on Installing Ruby in Ubuntu. The first step and already an error in the console occurs:
Step 1 Install Ruby using RVM, do:
sudo apt install curl
Answer the question
In order to leave comments, you need to log in
Judging by the screenshot of the comments, there are a considerable number of other people's repositories. They may be the cause of the OS update issue.
It is worth moving their .list files temporarily to another directory or simply deleting them after creating a backup copy:
sudo tar cf /etc/apt/bak-sources.tar /etc/apt/sources.list.d/ && sudo rm /etc/apt/sources.list.d/*
ls /etc/apt/bak-sources.tar
sudo apt update
sudo apt upgrade
sudo sed -i 's/ru\.archive/us.archive/g' /etc/apt/sources.list
It says, try "sudo apt update".
Or change the repository mirrors.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question