Neokylin7安装gedit
Neokylin7安裝gedit
gedit是一個GNOME桌面環境下兼容UTF-8的文本編輯器,gedit是一個自由軟件。。十分的簡單易用,有良好的語法高亮,對中文支持很好,支持包括gb2312、gbk在內的多種字符編碼。但在NeoKylin下缺省未安裝gedit,本文介紹在NeoKylin7平臺下安裝使用gedit文本編輯器。
(1)下載gedit RPM安裝包
百度搜索 gedit-3.8.2-2.nk.3.x86_64.rpm ,從 https://pkgs.org/download/gedit 下載。
(2)在用戶目錄下創建一個tools目錄,將下載rpm文件移動到tools
[your-name@localhost ~]sudo su
[sudo]password …:輸入密碼
[root@localhost ~]:mkdir /home/your-name/tools
[root@localhost ~]:mv /home/your-name/下載/gedit-3.8.2-2.nk.3.x86_64.rpm /home/your-name/tools/
[root@localhost ~]:cd /home/your-name/tools
(3)查詢gedit依賴庫
[root@localhost tools]# rpm -i gedit-3.8.2-2.nk.3.x86_64.rpm
顯示需要 python(abi) = 3.3
ls
(4)安裝Python-3.8.0.tgz
百度搜索并下載 Python-3.8.0.tgz ,復制到 /home/your-name/tools 目錄下。創建/opt/python3目錄,解壓壓縮包,將目錄Python-3.8.0移動到/opt/python3目錄中。
[root@localhost tools]# mkdir /opt/python3
[root@localhost tools]# tar -zxvf Python-3.8.0.tgz
[root@localhost tools]# mv ./Python-3.8.0 /opt/python3
編譯和安裝Python-3.8.0
[root@localhost tools]# cd /opt/python3/Python-3.8.0/
./configure --prefix=/opt/python3
…等待配置
make && make install
配置/usr/bin鏈接,將原來的鏈接改名。
[root@localhost tools]# cd /usr/bin
[root@localhost bin]# mv /usr/bin/python /usr/bin/python_bak
[root@localhost bin]# ln -s /opt/python3/bin/python3.8 python3.8
[root@localhost bin]# ln -s /opt/python3/bin/pip3.8 pip
…檢測安裝成功
[root@localhost bin]#python3.8
Python 3.8.0 (default, Nov 8 2019, 20:28:16)
…
(5)安裝gedit
[root@localhost tools]# rpm -ivh gedit-3.8.2-2.nk.3.x86_64.rpm --nodeps --force
準備中… ################################# [100%]
正在升級/安裝…
1:gedit-2:3.8.2-2.nk.3 ################################# [100%]
安裝完成
總結
以上是生活随笔為你收集整理的Neokylin7安装gedit的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: DM数据库安装过程--基于NeoKyli
- 下一篇: 【蓝桥杯题目分析】2014年第五届——第