在Ubuntu虚拟机中,模拟arm开法环境的话,一般是需要交叉编译工具链和qemu来配合使用。安装qemu过程中遇到的问题,我将记录下来。 sudo apt-get install qemu 处理办法便是,依照这个链接进行。如果你能成功那自然好。但是我并没有成功,安装aptitude的时候出现了这个 ...
分类:
系统相关 时间:
2021-07-28 21:25:33
阅读次数:
0
aptitude与apt-get 源 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://archive. ...
分类:
其他好文 时间:
2021-02-08 12:18:42
阅读次数:
0
sudo apt --fix-broken install sudo apt-get update sudo apt-get upgrade sudo apt-get install aptitude sudo aptitude install xxxx ...
分类:
系统相关 时间:
2020-06-26 12:36:29
阅读次数:
56
我复制了这个代码从似乎是各种工作dockerfiles,这里是我的: FROM ubuntu MAINTAINER Luke Crooks "luke@pumalo.org" # Update aptitude with new repo RUN apt-get update # Install s ...
分类:
其他好文 时间:
2020-06-03 21:54:36
阅读次数:
164
linux命令行与shell脚本编程大全 16 Gawk 工具 http://www.shell-fu.org/lister.php?browse 另一个收集命令的网站 左键拖动选择区域,或者双击单词,即为复制 单击中键即为粘贴 使用 aptitude 来管理软件 改变聚焦策略 单击聚焦 date ...
分类:
系统相关 时间:
2020-05-26 20:40:34
阅读次数:
77
参考:https://gitee.com/andisolo/navicat keygen 安装 aptitude 管理软件 安装Navicat Premium 15 ...
分类:
系统相关 时间:
2020-04-27 13:01:21
阅读次数:
877
| 命令 | 作用 | | | | | aptitude update | 更新可用的包列表 | | aptitude upgrade | 升级可用的包 | | aptitude dist upgrade | 将系统升级到新的发行版 | | aptitude install pkgname | 安装 ...
分类:
其他好文 时间:
2020-04-26 11:04:56
阅读次数:
44
```bash 安装升级 dpkg L XXX apt cache search xxx 搜索软件正则 aptitude search apt cache stats 系统安装包统计信息 apt cache pkgnames 所有可用包 apt cache show xxx 显示包信息 dpkg S ...
分类:
Web程序 时间:
2020-04-13 23:17:28
阅读次数:
156
在过去的一年中,Debian开发人员一直致力于APT 2.0,而现在它已正式发布,与1.8系列相比,APT 2.0系列具有几个新功能,以及性能上的增强和增强。 许多代码也已被删除,从而减小了库的大小。 APT 2.0现在支持Aptitude样式的命令,用于接受程序包名称,更改等待dpkg锁定的方式, ...
分类:
其他好文 时间:
2020-03-22 01:12:01
阅读次数:
89
`sudo dpkg -i cuda-repo-ubuntu1604_9.0.176-1_amd64.deb` `sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1 ...
分类:
其他好文 时间:
2020-01-20 12:41:34
阅读次数:
108