在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
實際上,KDE桌面自帶的一個KWrite
的圖形化文本編輯器就很好用,推薦使用,另外也可使用熟悉的gedit
(Gnome桌面下的圖形化文本編輯器),使用zypper安裝命令以下:編程
$sudo zypper install gedit
能夠看出,相似於fedora系統的apt-get
工具,zypper
的使用也很是簡單。vim
GIMP(GNU Image Manipulation Program),常被稱做Linux系統中的Photoshop,二者的功能和設計理念有不少共通之處。
GIMP在openSUSE中已經默認安裝,可在其官網查找更多文檔學習。app
來自官網的介紹: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中已經默認安裝。編輯器
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程序了。
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.
在KDE桌面上默認的PDF閱讀器是Okular,很是好用,點擊查看Get a Free Software PDF reader瞭解更多自由pdf閱讀軟件。
KDE上默認安裝了Gwenview和Showfoto兩個軟件,其中前者用於查看圖片,簡單實用,後者會顯示照片的詳細信息,而且能夠對照片進行各類效果的設置,例如模糊,紋理,水印文字等效果,以下截圖。但以上兩個軟件都沒有提供任何繪圖工具,也就是說它們都只能打開現有圖片而不能新建一個圖片,所以只能使用上面提到的GIMP進行圖片的編輯塗改了。。。
簡介
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桌面中也已經默認安裝。
繪畫,圖像編輯等首推的固然仍是Gimp,但也有不少狀況下咱們想繪製一些工程形式的圖,流程圖等看起來比較規整的示意圖時,使用LibreOffice Draw是很方便的。
推薦使用mpv,若是你喜歡多樣選擇,能夠試試VLC,也不會令你失望。簡單介紹以下:
播放器 | 簡介 |
---|---|
mplayer | 算是一個播放器內核,須要搭配像gmplayer等圖形前端使用 |
VLC | 一款功能豐富的播放器 |
mpv | 基於mplayer和mplayer2來播放,功能強大,界面簡潔漂亮 |
kplayer, gmplayer等 | 基於mplayer的GUI播放器 |
使用mpv播放影片的截圖以下:
注: 必定要使用packman來安裝這些播放器,不然會由於找不到解碼器而沒法播放不少類型的視頻。
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!
相關文檔:
使用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