apt
-
ubuntu20.4更新时,突然断网Problem parsing dependency,Error occurred while processing,Problem with MergeList
ubuntu更新时,突然断网。于是出现了这样的错误: E: Problem parsing dependency 21 of linux-modules-nvidia-418-…
-
1-2 Installing Jenkins for ubuntu
参考文档 https://www.jenkins.io/doc/book/installing/https://blog.csdn.net/wf908164152/article/…
-
ubuntu 20.04安装php 5.6
php5.6、自动附送php8。最后一步要下载一堆文件。等半天。 sudo apt install software-properties-commonsudo LC_ALL=C.…
-
Ubuntu20.04LTS环境下搭建seafile专业版私有网盘
预操作 在/etc/apt/sources.list中添加清华源的镜像列表至头部 安装fish 安装neovim 开启ssh服务 sudo apt update sudo apt …
-
ubuntu安装常用软件
换源(建议清华源或者阿里源) sudo apt update sudo apt upgrade # 软件升级 sudo apt dist-upgrade #内核更新 grub-cu…
-
ubuntu20.04离线安装rabbitvcs
ubuntu20.04离线安装rabbitvcs https://blog.csdn.net/q_hsolucky/article/details/122418615 解决错误…
-
docker容器中ubuntu软件源更换
1. 动机 docker公开的ubuntu镜像大多数都是使用ubuntu官方的镜像源,容易下载失败或者网速过慢 2. 替换 比如,如下的Dockerfile 1 FROM nvid…
-
Linux 安装并配置 MySQL
参考:https://www.cnblogs.com/zhuyp1015/p/3561470.html ubuntu上安装mysql非常简单只需要几条命令就可以完成。 1.…
-
Linux学习(一)
文件安装与执行 Linux的APT源文件路径为/ept/apt/ 使用apt命令进行更新和安装 更新:sudo aptupdate,sudo apt-get upgrate 安装某…
-
ubuntu编译内核报错-couldn't be accessed by user '_apt'. – pkgAcquire::Run (13: Permission d
现象 在ubuntu上编译内核时,apt-get source时出现如下warning: W: Download is performed unsandboxed as root …