i've downloaded the kylin-software. However I didn't install it right so it gave me this sign:
Now i cant find it anywhere and though i cant remove it as well as that Chinese dialog box keeps popping up every time i open or restart my device . I've tried to use the terminal with some of the suggestions to get it or remove it but the file isn't readable to remove or do anything![ The list of sources could not be read.]
sudo vim /etc/apt/sources.list
but use whatever editor you know. Line 46 you have added needs to be changed to be a valid line (I can't know what it is) or commented out (so it gets ignored) – guiverc Jan 16 '19 at 02:58vim
(i learnt vi in the 1980s; it worked on machines that didn't have arrow keys which were then still too common!), and said to replace it with whatever editor you know & use. You don't know or usevim
and it's not easy for beginners, so use whatever editor you like (nano
,emacs
,joe
etc) – guiverc Jan 16 '19 at 03:25