Then you have to install multiarch-support package from 18.04 LTS first with
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb
sudo apt-get install ./multiarch-support_2.27-3ubuntu1_amd64.deb
and continue to follow the guide.
Answer from N0rbert on askubuntu.comThen you have to install multiarch-support package from 18.04 LTS first with
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb
sudo apt-get install ./multiarch-support_2.27-3ubuntu1_amd64.deb
and continue to follow the guide.
multiarch-support only installs some docs/copyright files
You can ignore the dependency:
sudo dpkg --ignore-depends=multiarch-support -i ./libxp6_1.0.2-2_amd64.deb
Why are you installing Kali Linux but switching away from the Kali repositories to Ubuntu? The two might not be entirely compatible. I do hope that you have not already updated some packages and installed the wrong ones.
See the article
Fix Kali Linux sources.list Repositories.
The only repositories needed in sources.list are:
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
Don't forget to run sudo apt-get update.
I don't know why you are making the effort of installing multiarch,
but if it's for installing another package, try now to install that
package first without multiarch.
You could also install multiarch-support manually:
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1.4_amd64.deb
sudo apt-get install ./multiarch-support_2.27-3ubuntu1.4_amd64.deb
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb
sudo apt-get install ./multiarch-support_2.27-3ubuntu1_amd64.deb