I had tried to install Albert on ubuntu by using the following codes. The Ubuntu version I have is 20.04
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -
echo 'deb http://download.opensuse.org/repositories/home:/-manuelschneid3r/xUbuntu_20.04//' | sudo tee /etc/apt/sources.list.d/home:manuelschneid3r.list
sudo wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_20.04/Release.key -O "/etc/apt/trusted.gpg.d/home:manuelschneid3r.asc"
sudo apt update
sudo apt install Albert
But I got this error:
Desktop:~$ sudo apt update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/home:manuelschneid3r.list (Suite)
E: The list of sources could not be read.
Now everytime I open my terminal and try to install some package and use sudo apt update. I get the above error.
I've reset and cleared the terminal, but I still get the same error. How can I clear the terminal so that I can work on terminal?