实验室的服务器是共用的,所以无法使用sudo apt-get 命令快速安装 只能自己下载git上的源代码然后编译,装在自己的私人目录下 1. 安装 re2c 安装ninja的前提是安装re2c,所以官网:https://github.com/skvadrik/re2c ①下载安装包 wget htt ...
分类:
系统相关 时间:
2020-03-17 17:59:58
阅读次数:
529
编译并安装 1. sudo apt get install protobuf compiler libprotoc dev 2. git clone https://github.com/onnx/onnx.git 3. cd onnx 4. git submodule update init re ...
分类:
其他好文 时间:
2020-03-15 22:09:52
阅读次数:
187
本文主要介绍odoo12源码安装项目发布与部署在 Ubuntu1804 首先可以用deb包安装,过程最简单,但是也有很多问题。如不能使用venv,如添加了apt-get源,导致升级时自动更新odoo包,引起系统不稳定。 另外可使用odoo官方的src源码包或github源码安装,过程比较复杂,但是一 ...
分类:
系统相关 时间:
2020-03-15 19:13:50
阅读次数:
153
问题: apt-get install 不能自动安装依赖,安装新的包时,提示Unmet dependencies问题。 $ sudo apt-get install subversion Reading package lists... Done Building dependency tree R ...
分类:
其他好文 时间:
2020-03-15 17:32:06
阅读次数:
615
问题描述,我按照网上的流程设置好了清华镜像源,但是在使用sudo apt-get install python3-pip命令安装pip的时候,报错。系统提示我使用sudo apt --fix-broken install命令,之后使用此命令,报错dpkg: warning: files list f ...
分类:
其他好文 时间:
2020-03-15 14:53:42
阅读次数:
114
一、配置ssh链接安装openssh-server sudo apt-get install openssh-server 二、安装Python3及pip sudo apt-get install python3 sudo apt install python3-pip 三、设置Python3 Py ...
分类:
编程语言 时间:
2020-03-14 11:13:01
阅读次数:
52
就是一个简单的docker 镜像,后边尝试如何集成 Dockerfile FROM dalongrong/pgspider:base as build WORKDIR /app RUN apt-get update && apt-get install -y cmake automake gcc a ...
分类:
其他好文 时间:
2020-03-14 11:04:22
阅读次数:
67
1安装mariadb数据库1.配置阿里云源参考链接:https://developer.aliyun.com/mirror2.使用阿里云源安装mariadbdbf-yinstallmariadb-servermariadb-client1.1.1使用systemctl进行mariadb服务管理systemctlstartmariadb#启动MariaDBsystemctlstopmariadb#停
分类:
其他好文 时间:
2020-03-14 10:40:34
阅读次数:
1031
安装docker准备工作 更新包列表 apt-get update 安装HTTPS依赖软件包 Debian 8 Jessie/Debian 9 Stretch apt install apt-transport-https ca-certificates curl gnupg2 lsb-releas ...
分类:
Web程序 时间:
2020-03-13 20:33:21
阅读次数:
95
1.打开终端输入下面的命令 sudo apt-get install fcitx fcitx-googlepinyin im-config 2.终端中输入下面的命令打开输入法配置 im-config 点击OK按钮,再点击Yes按钮,将fcitx设为默认的输入法框架,最后点击OK。 ...
分类:
系统相关 时间:
2020-03-13 17:12:48
阅读次数:
82