Arch 官方软件仓库, 共10998个(20190325), 使用pacman搜索安装。 https://www.archlinux.org/packages/Core 210 Extra 2048Community 4184以上是/etc/pacman.conf配置里默认启用的包。下面是不常用或 ...
分类:
系统相关 时间:
2019-03-25 23:33:43
阅读次数:
806
安装前需要知道 你需要知道你当前的内核版本 uname -r,比如输出了4.14.20-2-MANJARO那么你的内核版本为414 安装VirtualBox sudo pacman -S virtualbox 这里需要选择与当前内核相同的内核模块比如笔者正在使用的内核版本为414,则需要安装linu ...
分类:
编程语言 时间:
2019-02-04 20:49:06
阅读次数:
288
用轻量级的axle代替了默认的wget来下载升级包。 1. paman添加多线程 如果有类似xfercommand的话,注释掉,加上下面这句 ...
分类:
编程语言 时间:
2019-01-29 13:49:29
阅读次数:
206
如果用pacman -S boost-libs安装,只能得到一堆.so .a文件,并没有头文件 用pacman -Ss boost 查找一下 [root@dell_xps_13 dean]# pacman -Ss boost extra/boost 1.60.0-4 Free peer-review ...
分类:
系统相关 时间:
2019-01-25 21:43:06
阅读次数:
303
pacman -S core/binutils ...
分类:
其他好文 时间:
2019-01-08 12:25:26
阅读次数:
210
生成可用中国镜像站列表: sudo pacman-mirrors -i -c China -m rank 勾选弹窗里面的所有源刷新缓存 sudo pacman -Syy ...
分类:
编程语言 时间:
2019-01-03 19:28:27
阅读次数:
358
You are playing a simplified Pacman game. You start at the point (0, 0), and your destination is(target[0], target[1]). There are several ghosts on th ...
分类:
其他好文 时间:
2019-01-01 17:29:48
阅读次数:
114
Windows下的GNU编译器 cygwin mingw/msys msys2 msys2 msys MSYS2 Mingw w64 32bit Mingw w64 54bit pacman ...
分类:
其他好文 时间:
2018-12-21 18:08:37
阅读次数:
214
1.安装msys2-x86_64 2.环境变量 PATH 添加 C:\msys64\home\%name%3. 打开MSYS2 Shell,更新包数据库和核心系统包 pacman -Syu4. 关闭MSYS2 Shell再打开MSYS2 Shell ,升级其他包 pacman -Su5. 关闭MSY ...
分类:
其他好文 时间:
2018-11-29 15:36:55
阅读次数:
303
msys2包含mingw32和mingw64 步骤1 首选安装msys64 链接: "https://pan.baidu.com/s/1qjnXxGqV0QpCKYxo NxOHg " 提取码:5eyj 安装到指定目录 步骤2 修改更新源 进入msys64/etc/pacman.d/目录中,分别在三 ...