Ubuntu Minimal是一种最小化的安装方式,它只包含最基本的系统工具和应用程序,适合那些想要一个轻量级、高度可定制的Linux系统的用户。以下是Ubuntu Minimal的安装与配置步骤:
sudo apt update
sudo apt upgrade
sudo apt install curl wget vim
sudo nano /etc/netplan/01-netcfg.yaml
network:
version: 2
renderer: networkd
ethernets:
enp0s3:
dhcp4: no
addresses: [192.168.1.100/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
sudo netplan apply
sudo apt install ubuntu-desktop
sudo apt install fcitx fcitx-sogoupinyin fcitx-config-gtk
im-config -n fcitx
sudo apt install ubuntu-desktop
sudo systemctl isolate graphical.target
sudo systemctl enable graphical.target
sudo reboot
apt search
命令搜索并安装所需的软件包。请注意,以上步骤可能会随着Ubuntu版本的更新而发生变化。建议查阅最新的官方文档或教程以获取最准确的信息。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:ubuntu minimal学习资源