Oracle JDK Many of the sources have failed , The official website only provides RPM Package download , So give me rpm Subcontracting DEB How to install the package
Environmental Science
- Official download link https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- alien sudo apt-get install alien
step
sudo alien --to-deb --scripts <rpm Package name >
Wait for a moment to generate deb package , Ignore the mistakes about the signature
sudo dpkg -i <deb Package name >