Ubuntu server 18.04 安装图形化界面环境

Virtualbox运行着的虚拟机菜单栏隐藏了, 怎么办?

出现这个问题, 多是由于咱们不当心开启了自动缩放模式
解决版本: 只须要按下Right Ctrl + c便可linux

ubuntu18 换源

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

Ubuntu-server 18.04 安装图形化界面环境

1.安装x-windows的基础chrome

sudo apt-get install -fy x-window-system-core

2.安装gnome基础ubuntu

sudo apt-get install -fy gnome-core

3.安装中文显示(建议安装)windows

apt install language-pack-gnome-zh \
language-pack-zh language-support-zh-hans language-support-zh-hant language-support-zh

4.安装中文输入法浏览器

apt install ibus-pinyin
apt install ibus-libpinyin
apt install fcitx

5.进入图形界面:startx
6.退出图形桌面:ctrl + alt + backspace
7.卸载gnome桌面环境ionic

sudo apt-get –purge remove liborbit2

删除ubuntu-desktop

sudo apt-get remove xfce4*
sudo apt-get remove xubuntu*
sudo apt-get autoremove
sudo apt-get clean

安装浏览器 google-chrome-stable

  • 下载deb安装文件

wget https://dl.google.com/linux/d...google

  • 在终端中执行安装命令

sudo dpkg -i google-chrome-stable_current_amd64.debspa

  • 安装失败是执行以下命令

apt-get install -fyrest

参考连接:
ubuntu下手动安装X11图形界面code

相关文章
相关标签/搜索