openSUSE平常使用

在Linux世界中有不少功能強大的軟件,通常狀況下咱們應嘗試使用源碼編譯安裝方式,不過openSUSE提供了兩種安裝軟件的簡單方法:前端

  • YaST 管理工具
  • zypper 命令。

其中,YaST是圖形化的管理工具,其功能強大以及便捷程度自沒必要我說,可細細探索得知。而zypper工做於shell下,也很方便而強大,能夠打開Konsole輸入man zypper查看zypper工具的詳細幫助文檔。git

Description: zypper is a command-line interface to ZYpp system management library (libzypp). It can be used to install, update, remove software, manage repositories, perform various queries, and more.web

經常使用的軟件歸類:shell

  1. 文本編輯
    • vim - Linux下文本編輯的神器
  2. 圖像處理
    • gimp - 專業的繪畫,圖像處理工具
  3. 圖片查看及簡單處理
    • gwenview - 圖片查看工具
    • Showfoto - 圖片查看及簡單處理
  4. 繪圖
    • LibreOffice Draw - 繪圖工具,簡單易用
    • Inkscape - 矢量圖繪製工具
  5. 視頻播放器
    • MPlayer - 功能強大,界面簡潔
    • VLC - 應用普遍,功能豐富
  6. 音頻播放器
    • Amarok - KDE默認播放器
    • Rhythmbox - GNOME默認播放器
  7. 壓縮/解壓縮工具
    • tar - 使用方便,功能強大
    • 7z - 簡單易用
  8. 其餘類
    • git - 源碼版本控制
    • graphviz - 能夠看做是一種繪圖語言
    • ImageMagick - 圖片等文件查看和轉換器
    • ......

1. 文本編輯

實際上,KDE桌面自帶的一個KWrite的圖形化文本編輯器就很好用,推薦使用,另外也可使用熟悉的gedit(Gnome桌面下的圖形化文本編輯器),使用zypper安裝命令以下:編程

$sudo zypper install gedit

能夠看出,相似於fedora系統的apt-get工具,zypper的使用也很是簡單。vim

2. GIMP圖像處理

GIMP(GNU Image Manipulation Program),常被稱做Linux系統中的Photoshop,二者的功能和設計理念有不少共通之處。
GIMP在openSUSE中已經默認安裝,可在其官網查找更多文檔學習。app

3. Graphviz繪圖工具

來自官網的介紹:dom

Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.編程語言

不管是使用它本身的腳本語法繪圖,仍是在編程語言中調用都十分方便,繪圖效果很棒。Graphviz在openSUSE中已經默認安裝。編輯器

4. 7z壓縮工具

7zip是一種簡單易用的壓縮/解壓縮工具,而且一般有更高的壓縮率和更快的速度,官網連接。 實際上,在Linux下有多種壓縮/解壓縮工具,可用以下表格簡略表示:

文件格式 程序 說明
*.tar, *.tar.gz tar tar以Linux中最爲經常使用的打包工具,也可對打包文件進行壓縮與解壓縮
*.zip zip和unzip zip程序將文件壓縮爲zip格式,unzip解壓縮zip格式的壓縮文件
*.rar unrar Linux下不推薦使用rar格式壓縮文件,只提供對rar文件的解壓縮
*.7z 7z 可使用7z替代zip和unzip

在openSUSE中也已經默認安裝7z程序了。

5. git工具

openSUSE默認沒有安裝git工具,若是你已經配置好了軟件源,可直接使用zypper安裝:

$sudo zypper install git

安裝好以後即可以使用git命令了。關於git的簡單說明:

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

6. pdf閱讀器

在KDE桌面上默認的PDF閱讀器是Okular,很是好用,點擊查看Get a Free Software PDF reader瞭解更多自由pdf閱讀軟件。

7. 圖像查看與編輯軟件

KDE上默認安裝了Gwenview和Showfoto兩個軟件,其中前者用於查看圖片,簡單實用,後者會顯示照片的詳細信息,而且能夠對照片進行各類效果的設置,例如模糊,紋理,水印文字等效果,以下截圖。但以上兩個軟件都沒有提供任何繪圖工具,也就是說它們都只能打開現有圖片而不能新建一個圖片,所以只能使用上面提到的GIMP進行圖片的編輯塗改了。。。

showFoto_pic

簡介
Gwenview - Gwenview is a fast and easy to use image viewer by KDE.
Showfoto - Showfoto is a stand alone Photo Editor based on digiKam Image Editor. Showfoto is a part of digiKam project.

另外,digiKam是功能強大的圖片管理工具,在openSUSE的KDE桌面中也已經默認安裝。

8. LibreOffice Draw製圖工具

繪畫,圖像編輯等首推的固然仍是Gimp,但也有不少狀況下咱們想繪製一些工程形式的圖,流程圖等看起來比較規整的示意圖時,使用LibreOffice Draw是很方便的。

9. 視頻播放器

推薦使用mpv,若是你喜歡多樣選擇,能夠試試VLC,也不會令你失望。簡單介紹以下:

播放器 簡介
mplayer 算是一個播放器內核,須要搭配像gmplayer等圖形前端使用
VLC 一款功能豐富的播放器
mpv 基於mplayer和mplayer2來播放,功能強大,界面簡潔漂亮
kplayer, gmplayer等 基於mplayer的GUI播放器

使用mpv播放影片的截圖以下:

mpv

注: 必定要使用packman來安裝這些播放器,不然會由於找不到解碼器而沒法播放不少類型的視頻。

10. 音頻播放器

openSUSE自帶了一款很好的播放器Amarok,功能強大,擴展性很強,使用方便,看着很專業的一個播放器。另外也能夠搜索安裝GNOME桌面下很是流行的一個播放器Rhythmbox,功能也很豐富,界面簡潔美觀,推薦安裝。

Amarok is a powerful music player for Linux, Unix and Windows with an intuitive interface. It makes playing the music you love and discovering new music easier than ever before - and it looks good doing it!

相關文檔:

11. ImageMagick查看和轉換工具

使用ImageMagick能夠很是方便的對圖片,PDF等進行查看,格式轉換等操做,簡介以下:

ImageMagick - Viewer and Converter for Images

ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces.

在Terminal下也能夠方便地使用它,例如使用其中的 display 工具查看圖片:

$display image.png

學習連接

  1. 一篇有關graphviz使用的博客
  2. 一篇有關tar命令的博客
  3. 一個不錯的Git教程
相關文章
相關標籤/搜索