我知道我可以使用参数(带有别名,或者apt.conf
我什至可以使其永久化)来跳过这个陡峭的过程。
但是我仍然希望收到有关大量已用磁盘空间的警告,这似乎是此功能的目的。
问题是我apt-get
对什么是主要的磁盘空间有不同的看法
和 apt-get
好:
After this operation, 9805 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
我想在我的 Ubuntu 中看到Webcamoid。申请包裹的流程是怎样的?
https://github.com/hipersayanX/webcamoid/wiki/Build-and-install-the-Debian-package上有如何手动构建这些内容的说明,但这远非良好的用户体验。
如果整个打包和测试过程(包括 API 兼容性测试)可以通过网络进行,我将能够维护一个包。
在当前未安装的程序上查找信息的最快方法是什么?
今天我需要 Ubuntu 来提醒我一些事件,我认为 Ubuntu 可以像谷歌的I'm Feeling Lucky
按钮一样聪明。但不幸的是,这不起作用:
$ remind
The program 'remind' is currently not installed. You can install it by typing:
sudo apt-get install remind
$ man remind
No manual entry for remind
$ help remind
bash: help: no help topics match `remind'. Try `help help' or `man -k remind'
or `info remind'.
Run Code Online (Sandbox Code Playgroud)
在安装之前,我希望检查一下提醒是否真的是我需要的。
当然info remind
没有帮助(根本不需要展示它)。man -k
工具也没有帮助:
$ man -k remind
calendar (1) - reminder service
Run Code Online (Sandbox Code Playgroud)
并且挖掘它的man -k
含义也没有成功:
-k, --apropos …
Run Code Online (Sandbox Code Playgroud)