GNU/Linux >> Linux の 問題 >  >> Debian

Debian 8(Jessie)へのWebminのインストール

これらの手順は、サイトの「盗用」です:
http://www.christophe-casalegno.com/2015/07/14/how-to-install-webmin-on-debian-8/

>

Debian 8にwebminをインストールするには、次の手順に従ってください:
cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" >> /etc/apt/sources.list
apt-get update
apt-get -y install webmin

長すぎる場合は、これを行うこともできます:
wget http://www.christophe-casalegno.com/tools/install_webmin.sh
chmod +x install_webmin.sh
./install_webmin.sh


Debian
  1. Debian apt-get jessiesources.list

  2. Debian8JessieをDebian9Stretchにアップグレードする方法

  3. Debian 8 Jessieがリリースされました–新機能

  1. Debian7WheezyをDebian8Jessieにアップグレードする方法

  2. DebianJessieへのTeamPassのインストール

  3. Debian – DebianにSteamをインストールしますか?

  1. Debian Wheezy/JessieのmdadmソフトウェアRAIDにGRUB2をインストールする

  2. DebianJessie公式リポジトリリスト

  3. Debian 8.7 に g++ 7.0.1 をインストールする