dpkg: error processing package oracle-java8-installer (--configure):

前端 未结 5 854
小鲜肉
小鲜肉 2020-12-30 02:51

I am trying to install sbt on Ubuntu 16.04. I have mistakenly stopped the process when running the following command,

sudo apt-get install sbt
5条回答
  •  囚心锁ツ
    2020-12-30 03:24

    For Ubuntu 19.04 and Oracle JDK 11:

    sudo rm /var/lib/dpkg/info/oracle-java11-installer-local.postinst -f
    sudo dpkg --configure oracle-java11-installer-local
    

提交回复
热议问题