I tried to install Java several times. but dpkg
was interrupted. I do not know what it means.
Asked
Active
Viewed 200 times
0

Zanna
- 70,465
-
6Please don't post screenshots of text. Instead copy & paste the text here and use code formatting. – pomsky Apr 17 '18 at 11:47
1 Answers
0
You might have got broken software. Without fixing this, installation is impossible.
To fix, press Ctrl+Alt+T and do:
sudo dpkg --configure -a
as dpkg
says...
Then proceed to installing Java by apt
.

Olimjon
- 7,292