Please let me know how to install Adobe Flash Player on Ubuntu 18.04 LTS from command prompt. I tried enabling Canonical Partners repository using the following command without any success:
sudo add-apt-repository "deb http://archive.canonical.com/$(lsb_release -sc) partner"
Here is the error message:
E: Malformed entry 53 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read.
/etc/apt/sources.list
on line 53. Most likely, your issue was not on line 53 as my sources list file is not the same as yours. Please include the error message when you ask a question in the future. Thanks! – mchid Sep 01 '19 at 18:47add-apt-repository
command, run this command to fix the error:sudo apt install software-properties-common
and then proceed with my instructions below. – mchid Sep 02 '19 at 03:38