ubuntu 14.04 16.0418.04アリババソースを使用

   著作権に関する声明:このブログの元の記事は、私の許可なしに商業目的または従来のメディアに使用することはできません。オンラインメディアを再印刷するためのソースを示してください。そうでない場合、それは侵害です。 https://blog.csdn.net/bin_zhang1/article/details/81008645

最初に元のsources.listをバックアップします

cp /etc/apt/sources.list /etc/apt/sources.list.bak

次に、sources.listを変更します

sudo vi /etc/apt/sources.list

次に、sources.listのコンテンツを、バージョンに応じた対応するコンテンツに置き換えます。
Ubuntu 14.04.5 LTS

deb https://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

## Not recommended
# deb https://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
# deb-src https://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse

ubuntu16.04は次のように構成されています

deb http://mirrors.aliyun.com/ubuntu/ xenial main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main

deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main

deb http://mirrors.aliyun.com/ubuntu/ xenial universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates universe

deb http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security universe

ubuntu18.04は次のように構成されています

deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

最後の更新

sudo apt-get update

Recommended Posts

ubuntu 14.04 16.0418.04アリババソースを使用
Ubuntuの使用上の注意
ubuntu zip / unzipの使用
ubuntu交換ソース
Ubuntuアップデートソフトウェアソース
ubuntuでスーパーバイザーを使用する
Ubuntuはオフラインソースを作成します
ubuntuでiptablesを使用する
UbuntuでのAnacondaの使用
ubuntuの下で崇高なtexを使用する
ubuntuでのmediawikiの使用
virtualboxを使用してubuntuをデプロイします
ubuntuでhanlpを使用する方法
14.10に適用可能なUbuntu13.10でQQを使用する
ubuntuマルチユーザーでディスククォータを使用する
Androidソースコードのコンパイル(ubuntu16.04 64ビット)
Ubuntu16.04構成OpenCV3.4.2と基本的な使用法
Ubuntu 20.04を使用するには、ツールソフトウェアをインストールする必要があります
Ubuntu構成ソースとインストールソフトウェア
サーバーの初期設定にはUbuntu16.04を使用します
mendeleyを使用してubuntuの下に参照を挿入します
Ubuntu18.04でapt-getソースを置き換える方法
Ubuntu18.04サーバーバージョンのインストールと使用(グラフィック)
Ubuntu16.04でSambaサーバーを使用する方法
Win10サブシステムUbuntuのインストールと使用
Ubuntu14.04にZimbraOpen SourceEditionをインストールします
Ubuntu環境でOpenJDK11ソースコードをダウンロードする
Ubuntu7.10でソフトウェアソースを変更する方法
python3を使用してubuntuに3番目をインストールします
Ubuntu18.04はソースコードを介してOdoo14チュートリアルをインストールします
Windowsはubuntuを使用してLinuxサービスを開始します
Ubuntu環境でOpenJDK11ソースコードを編集する