有適用於 Ubuntu 13.10 的 LiveCD(不是 DVD)嗎?

有適用於 Ubuntu 13.10 的 LiveCD(不是 DVD)嗎?

我正在使用一台沒有 DVD 驅動器的計算機,並且可以讀取但無法從 USB 啟動。但是,它確實可以訪問互聯網。

是否有任何超級簡約版本的 Ubuntu 13.10 可以刻錄到 CD 而不是 DVD,然後在運行時從互聯網上獲取仍然缺少的任何內容?

答案1

應該就像燃燒一樣簡單盧本圖iso 到您的 CD 並正常進行安裝。安裝完成後,您應該能夠執行一些命令來刪除 Lubuntu 桌面並在其位置安裝 Ubuntu 桌面。

在 Lubuntu 桌面上,按 Ctrl + Alt + F2 進入 tty/終端機模式。

sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get remove lubuntu-desktop lubuntu-artwork plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text
sudo apt-get autoremove

這可能會留下一些剩餘的 Lubuntu 軟體包(文字編輯器、IM 用戶端等),因此如果您想刪除一切與 Lubuntu 相關,以下命令應該有效:

PS 指令拉自這個帖子

編輯:看起來像這一頁是以下程式碼的原始來源。感謝@TrailRider 提供的連結。 :)

sudo apt-get remove abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview ace-of-penguins audacious audacious-plugins chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg elementary-icon-theme esound-common galculator gdebi gdebi-core giblib1 gnome-icon-theme-full gnome-mplayer gnome-system-tools gnome-time-admin gnumeric gnumeric-common gnumeric-doc gpicview gtk2-engines-pixbuf guvcview hardinfo indicator-status-provider-pidgin leafpad libabiword-3.0 libaiksaurus-1.2-0c2a libaiksaurus-1.2-data libaiksaurusgtk-1.2-0c2a libaudclient2 libaudcore1 libaudiofile1 libavcodec53 libavformat53 libavutil51 libbinio1ldbl libcddb2 libcompfaceg1 libcue1 libdca0 libdirectfb-1.2-9 libdiscid0 libdvdnav4 libdvdread4 libenca0 libencode-locale-perl libept1.4.12 libesd0 libexo-1-0 libexo-common libfaad2 libfile-listing-perl libfluidsynth1 libfm-data libfm-gtk-data libfm-gtk3 libfm3 libfont-afm-perl libgdome2-0 libgdome2-cpp-smart0c2a libglade2-0 libgoffice-0.8-8 libgoffice-0.8-8-common libgringotts2 libgsf-1-114 libgsf-1-common libgsm1 libgtkmathview0c2a libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libid3tag0 libimlib2 libio-socket-ssl-perl libjpeg-progs liblink-grammar4 libloudmouth1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libmcrypt4 libmcs1 libmenu-cache3 libmms0 libmowgli2 libmusicbrainz3-6 libnet-dbus-perl libnet-http-perl libnet-ssleay-perl libobrender29 libobt2 libonig2 liboobs-1-5 libopenal1 libopts25 libots0 libpisock9 libpolkit-gtk-1-0 libpostproc52 libresid-builder0c2a libschroedinger-1.0-0 libsidplay2 libsvga1 libswscale2 libtar0 libtie-ixhash-perl libtimedate-perl libts-0.0-0 libuniconf4.6 liburi-perl libva1 libvdpau1 libvpx1 libwebcam0 libwv-1.2-4 libwvstreams4.6-base libwvstreams4.6-extras libwww-perl libwww-robotrules-perl libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfce4util4 libxfcegui4-4 libxfconf-0-2 libxml-parser-perl libxml-twig-perl libxml-xpath-perl libxss1 libxvidcore4 link-grammar-dictionaries-en lm-sensors lubuntu-artwork lubuntu-core lubuntu-default-settings lubuntu-desktop lubuntu-icon-theme lxappearance lxappearance-obconf lxde-common lxde-core lxdm lxinput lxkeymap lxlauncher lxmenu-data lxpanel lxpanel-indicator-applet-plugin lxrandr lxsession lxsession-edit lxshortcut lxtask lxterminal mplayer mtpaint ntp obconf openbox openbox-themes osmo pcmanfm pidgin pidgin-data pidgin-libnotify pidgin-microblog plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text scrot sylpheed sylpheed-doc sylpheed-i18n sylpheed-plugins synaptic system-tools-backends transmission tsconf ttf-lyx uvcdynctrl uvcdynctrl-data wvdial xfburn xfce-keyboard-shortcuts xfce4-power-manager xfce4-power-manager-data xfconf xfonts-100dpi xpad xscreensaver xscreensaver-data

如果您仍然有 Lubuntu 登入畫面,您應該可以透過執行以下操作來修復該問題:

(來源)

sudo apt-get install lightdm lightdm-greeter-example-gtk
sudo dpkg-reconfigure lightdm

相關內容