Linux Mint: Adding repo: "Malformed input, repository not added."
On
Linux Mint 19.2 Cinnamon
when trying to install TablePlus,
adding TablePlus gpg key works fine:
wget -O - -q http://deb.tableplus.com/apt.tableplus.com.gpg.key | sudo apt-key add -
But the next step, add TablePlus repo:
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian tableplus main"
Gives error in terminal:
Malformed input, repository not added.
Solution
I manually edited /etc/apt/sources.list.d/additional-repositories.list added this line: deb [arch=amd64] https://deb.tableplus.com/debian tableplus main and it worked!
Solution
I manually edited /etc/apt/sources.list.d/additional-repositories.list added this line: deb [arch=amd64] https://deb.tableplus.com/debian tableplus main and it worked!
It didn't work for me
still E: Unable to locate package tableplus