zoukankan      html  css  js  c++  java
  • linux可视化桌面安装

    [root@VM_193_201_centos ~]# yum grouplist

    Loaded plugins: fastestmirror, langpacks
    There is no installed groups file.
    Maybe run: yum groups mark convert (see man yum)
    Loading mirror speeds from cached hostfile
    Available Environment Groups:
       Minimal Install
       Compute Node
       Infrastructure Server
       File and Print Server
       MATE Desktop
       Basic Web Server
       Virtualization Host
       Server with GUI
       GNOME Desktop
       KDE Plasma Workspaces
       Development and Creative Workstation
    Available Groups:
       Additional Development
       Backup Client
       Backup Server
       Base
       CIFS file server
       Compatibility libraries
       Console internet tools
       Debugging Tools
       Desktop
       Desktop Debugging and Performance Tools
       Desktop Platform
       Desktop Platform Development
       Development tools
       Dial-up Networking Support
       Directory Client
       Directory Server
       E-mail server
       Eclipse
       Educational Software
       Electronic Lab
       Emacs
       FCoE Storage Client
       FTP server
       Fedora Packager
       Fonts
       General Purpose Desktop
       Graphical Administration Tools
       Graphics Creation Tools
       Hardware monitoring utilities
       Haskell
       Infiniband Support
       Input Methods
       Internet Applications
       Internet Browser
       Java Platform
       KDE Desktop
       Large Systems Performance
       Legacy UNIX compatibility
       Legacy X Window System compatibility
       Mainframe Access
       Messaging Client Support
       Messaging Server Support
       Milkymist
       MySQL Database client
       MySQL Database server
       NFS file server
       Network Infrastructure Server
       Network Storage Server
       Network file system client
       Networking Tools
       Office Suite and Productivity
       PHP Support
       Performance Tools
       Perl Support
       PostgreSQL Database client
       PostgreSQL Database server
       Print Server
       Printing client
       Remote Desktop Clients
       SNMP Support
       Scientific support
       Security Tools
       Server Platform
       Server Platform Development
       Smart card support
       Storage Availability Tools
       System Management
       System administration tools
       TeX support
       Technical Writing
       TurboGears application framework
       Virtualization
       Virtualization Client
       Virtualization Platform
       Virtualization Tools
       Web Server
       Web Servlet Engine
       Web-Based Enterprise Management
       X Window System
       Xfce
       iSCSI Storage Client
    Done
    Environment Groups里面可以查到GNOME Desktop

    安装GNOME Desktop:

    [root@VM_193_201_centos ~]# yum groupinstall GNOME Desktop

    安装GNOME Desktop需要空间大概1.6G

    安装vnc server

    [root@VM_193_201_centos ~]# yum install -y tigervnc tigervnc-server

    启动vnc server

    [root@VM_193_201_centos ~]# vncserver

    未完待续。。。

  • 相关阅读:
    @configuration 和 @bean
    js中关键字 const , let , var 的用法区别
    springboot+vue项目demo地址
    快速开发框架下载地址(github)
    搭建vue项目并启动vue项目
    export default{} 和 new Vue()都是什么意思
    反向代理
    [转]python类方法
    linux中waitpid及wait的用法
    mount
  • 原文地址:https://www.cnblogs.com/modou/p/6877475.html
Copyright © 2011-2022 走看看