Ubuntu Server 13.10にデスクトップ環境を追加しようとしています。コンピュータはオフラインになっているため、しばらくオフラインにしておく必要があります。 Ubuntu Destop ISO(ubuntu-13.10-desktop-amd64.iso)を焼きました。ここ)をDVDに保存し、次のようにaptを使用してubuntu-desktopをインストールします。
# add cdrom to apt repos
apt-cdrom add
# "apt-cdrom ident" and a look in sources.list confirmed that this worked
# refresh sources
apt-get update
# install ubuntu-desktop from DVD
apt-get install ubuntu-desktop
# fails, package not found
しかし、ubuntu-desktopは存在しないようです。 (参考までにubuntu-minimalとubuntu-standardはどちらもそうです。)私は間違った画像をダウンロードしましたか?より良いソースがありますか?
あなたの助けをいただきありがとうございます!