我正在尝试 Ubuntu,当我使用热键 Window Key + Arrow 时,我想让我的窗口像 Windows 7 一样左右对齐。我怎样才能做到这一点?
我对Ubuntu不太熟悉,但我需要安装以前的版本,因为当前版本有一些错误。
我去这里找到了我想要的版本:http : //www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
当然,我尝试使用 apt-get 安装它:
sudo apt-get install google-chrome-stable=51.0.2704.106-1
但是,在运行该命令后,我收到了此消息,并尝试使用谷歌搜索该问题,但找不到解决方案:
ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$
Run Code Online (Sandbox Code Playgroud)
如何通过命令行安装旧版本的 Google Chrome?