#Ubuntu18

Ubuntu18 常用快捷键

http://os.51cto.com/art/201809/584225.htm...
代码星球 ·2020-04-04

Ubuntu18 安装jdk8

按照网上能找到的方法,添加仓库已经不行了,具体原因如下:Ilookuptothewebupd8siteanditseemsthattheppawasdiscontinued. OracleJavadownloadsnowrequireloggingintoanOracleaccounttodownloadJa...
代码星球 ·2020-04-04

CentOS7和Ubuntu18.10下运行Qt Creator出现cannot find -lGL的问题的解决方案

解决方法:缺少相应的opengl的库,需要安装opengl库有两种原因:一种是没有按照libGL库,那么就安装:sudoapt-getinstalllibgl1-mesa-dev一种是装了,但是libGL动态链接库的路径不对,那么就配置一下路径:$locatelibGL/usr/lib/i386-linux-gnu/m...

Ubuntu18.10 编译libevent出现错误: creating symbolic link XXXXXX : Operation not supported

今天在VirtualBox虚拟机下的Ubuntu18.10编译libevent源代码时,按照github中使用cmake方式:$mkdirbuild&&cdbuild$cmake…#DefaulttoUnixMakefiles.$make$makeverify#(optional)$makeinstal...

Ubuntu18.10下出现Could not get lock /var/lib/dpkg/lock的错误

  最近在Windows10系统下使用OracleVMVirtualBox6.0.2下安装的Ubuntu18.10时,运用sudo apt-getinstall安装pkg-config工具,在终端下输入:sudoapt-get installpkg-config出现下面的错误:E...
首页上一页123下一页尾页