Setting up KVM with GUI Ubuntu getting download errors

stealthrt

New Member
Joined
Sep 24, 2020
Messages
1
Reaction score
0
Credits
16
Hey all I am new to the world of Ubuntu.

I am trying to install UBUNTU in GUI mode so I can log into it like a normal remote desktop would work. So far I installed the GUI by doing this:

Code:
sudo apt install ubuntu-desktop

It went through all of its things and i think it was successful.
Now I am trying to install the Xrpt so that I can use the remote desktop to get into the GUI Ubuntu.

When trying to use this:

Code:
sudo apt install xrdp

It asks me the normal y/n about hard drive space and when I do Y it seems to do some things but ends up stopping because it was unable to find what it needed via the https links that no longer seem to work?


I have tried the suggested:

Code:
apt-get update

And that also does not seem to work because of https links not working?


So am I doing something incorrect?
 


These are DNS errors. It is saying it can't resolve us.archive.ubuntu.com

Can you ping this?
 
Looks like the problem is with the address I think the us is the issue should be
http://archive.ubuntu.com/ubuntu focal InRelease
NOT http://us.archive.ubuntu.com
http://archive.canonical.com/ubuntu focal InRelease
http://archive.ubuntu.com/ubuntu focal-backports InRelease

Probably going to have to edit your sources list to fix it. It is located in /etc/apt/

Sources List This is what it should look like

deb http://archive.ubuntu.com/ubuntu focal main restricted multiverse
deb http://archive.ubuntu.com/ubuntu focal universe
deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu focal partner
deb http://archive.ubuntu.com/ubuntu focal-security main restricted multiverse
deb http://archive.ubuntu.com/ubuntu focal-security universe
deb http://archive.ubuntu.com/ubuntu focal-updates main restricted multiverse
deb http://archive.ubuntu.com/ubuntu focal-updates universe
 

Members online


Latest posts

Top