Error thrown in update-alternatives

前端 未结 4 1339
猫巷女王i
猫巷女王i 2021-02-15 00:19

I am trying to install jdk for 32-bit OS. Followed the below steps,

  1. wget --no-cookies --header \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com\" http://down

4条回答
  •  情歌与酒
    2021-02-15 00:45

    The issue is that you have created a folder named "java" in /usr/bin . Remove the folder from /usr/bin and run the command again.

提交回复
热议问题