跳至主要内容

博文

目前显示的是标签为“ubuntu”的博文

FIX MISSING LIBGCRYPT11 CAUSING SPOTIFY, BRACKETS AND OTHER APPS NOT TO WORK / INSTALL IN UBUNTU 15.04

I should mention that this only affects fresh installs of the final Ubuntu 15.04 release. I installed Ubuntu 15.04 while it was still in alpha and back then, libgcrypt11 was already available (and it's still installed today) so I didn't notice the issue until it was reported by a few WebUpd8 readers (thanks to Ian Watters, Patrick and Lulzim for the comments regarding this!). To be able to use Spotify, Brackets and other apps that require libgcrypt11 in Ubuntu 15.04, all you have to do is install libgcrypt11 from an older Ubuntu version, such as Ubuntu 14.04 LTS: 32bit 64bit Or grab libgcrypt11 debs for any architecture from  HERE . Important: on 64bit, you may also need to install the 32bit package  if the app that requires libgcrypt11 uses a multiarch package. Once installed, Spotify, Brackets, etc. should work under Ubuntu 15.04:

debian language setting

#apt install   locales #dpkg-reconfigures    locales #apt   install scim-pinyin

debian install jdk

sudo apt-get install software-properties-common When prompted to confirm the installation, type  y  for yes. To ensure that we get the correct source line on Debian, we’ll need to run the following command that also modifies the line: sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" Once we do that we’ll need to update: sudo apt-get update Now we’ll go through the installation process of different versions of Java. You can decide which versions you would like to install, and can choose to install one or several. Because it’s the latest stable release, Oracle JDK 8 is the recommended version at the time of writing. Oracle JDK 8 Oracle JDK 8 is the latest stable version of Java at time of writing. You can install it using the following command: sudo apt-get install oracle-java8-installer