我尝试使用这些说明进行安装,但安装安装了 5.5 版。
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.7
$ sudo apt-get update
$ sudo apt-get install mysql-server
Run Code Online (Sandbox Code Playgroud)
我在 Debian 服务器上安装了 Jetty 8。当我将 jetty 添加到 update-rc.d 时,它给出以下警告。这是什么?我应该关心它吗?
insserv: warning: script 'jetty.sh' missing LSB tags and overrides
Run Code Online (Sandbox Code Playgroud) 我使用了一些具有apt-get search jetty的 apt-get 版本,它会返回包含单词 jetty 的所有包的列表。但是当我输入 apt-get 时,我得到以下命令列表:
apt 0.8.10.3 for i386 compiled on Apr 15 2011 21:02:20
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]
apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.
Commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not …Run Code Online (Sandbox Code Playgroud)