博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
fedora 27
阅读量:4621 次
发布时间:2019-06-09

本文共 926 字,大约阅读时间需要 3 分钟。

安装

U盘安装,感谢学长的U盘

配置

安装外来软件的时候,需要输入root密码

软件

软件安装是个麻烦事儿啊

详情

Fedora 中文社区

软件源FZUG

Google Chrome

The tutor is come from

  1. Change to root user.

    su -

    ...input your password

  2. Enable Google YUM repository

    Run following command (copy & paste all lines to console) to create /etc/yum.repos.d/google-chrome.repo file:

cat << EOF > /etc/yum.repos.d/google-chrome.repo[google-chrome]name=google-chrome - \$basearchbaseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearchenabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pubEOF
  1. Install Google Chrome with YUM
    Install Google Chrome Stable Version
//Install Google Chrome Stable version ##//Fedora 27/26/25/24 ##dnf install google-chrome-stable//CentOS/RHEL 7.4 ##yum install google-chrome-stable

DONE!

搜狗输入法

  1. 安装fcitx
  2. 安装sogoupinyin(fzug)
    ---------------靠运气吧hhhhhhh-----------------------

VS Code

人说:编辑器只服VS Code

安装

转载于:https://www.cnblogs.com/pualus/p/8251054.html

你可能感兴趣的文章
Eclipse连接mysql数据库jdbc下载(图文)
查看>>
Python中Selenium的使用方法
查看>>
三月23日测试Fiddler
查看>>
20171013_数据库新环境后期操作
查看>>
poj 1654 && poj 1675
查看>>
运维派 企业面试题1 监控MySQL主从同步是否异常
查看>>
Docker 版本
查看>>
poj 1753 Flip Game
查看>>
在深信服实习是怎样的体验(研发测试岗)
查看>>
Linux免密码登陆
查看>>
SpringMVC中文件的上传(上传到服务器)和下载问题(二)--------下载
查看>>
Socket & TCP &HTTP
查看>>
osip及eXosip的编译方法
查看>>
Hibernate composite key
查看>>
[CF Round #294 div2] D. A and B and Interesting Substrings 【Map】
查看>>
keepalived+nginx安装配置
查看>>
我的2015---找寻真实的自己
查看>>
android编译遇到问题修改
查看>>
解决Ubuntu18.04.2远程桌面Xrdp登录蓝屏问题
查看>>
Git的安装和使用教程详解
查看>>