有没有办法在没有快照的情况下使用 Ubuntu 软件中心?
与我的系统上没有任何快照相比,我更喜欢没有 Ubuntu 软件中心,所以我将在没有 Ubuntu 软件中心的情况下生活,除非有办法让它在没有快照的情况下运行。
我知道 Ubuntu 软件中心过去不需要安装快照就可以工作,我希望仍然有办法做到这一点。
谢谢!
如何在不执行的情况下按编号从历史记录中获取命令到我的命令行?
This immediately executes command number 555 which I'm not looking for:
$ history 10
$ !555
This opens the command up in an editor, which is overkill most of the time:
$ history 10
$ fc 555
This is an example of what I'm looking for:
$ history 10
$ #555
$ [command 555 from history listing now sitting here on my command line ready to edit or execute]
Run Code Online (Sandbox Code Playgroud)
谢谢!