虚拟机怎么安装geany_75 个最常用的 Linux 应用程序(2018 年)

本文汇总了2018年在Linux上常用的75款应用程序,包括备份工具、BT客户端、云存储、命令行编辑器、下载器、电子邮件客户端、财务软件、IDE、即时通信工具、防病毒工具、桌面环境、维护工具、终端工具、多媒体编辑工具、音乐播放器、办公软件、屏幕截图和录屏工具、文本编辑器以及备忘录软件等,为Linux用户提供丰富的选择。
摘要由CSDN通过智能技术生成

对于许多应用程序来说,2018 年是非常好的一年,尤其是自由开源的应用程序。尽管各种 Linux 发行版都自带了很多默认的应用程序,但用户也可以自由地选择使用它们或者其它任何免费或付费替代方案。

下面汇总了

备份工具

Rsync

$ rsync [OPTION...] SRC... [DEST]

Timeshift

BT(BitTorrent) 客户端

Deluge

使用以下命令在 Ubuntu 和 Debian 安装 Deluge。$ sudo add-apt-repository ppa:deluge-team/ppa

$ sudo apt-get update

$ sudo apt-get install deluge

qBittorent

使用以下命令在 Ubuntu 和 Debian 安装 qBittorent。$ sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

$ sudo apt-get update

$ sudo apt-get install qbittorrent

Transmission

使用以下命令在 Ubuntu 和 Debian 安装 Transmission。$ sudo add-apt-repository ppa:transmissionbt/ppa

$ sudo apt-get update

$ sudo apt-get install transmission-gtk transmission-cli transmission-common transmission-daemon

云存储

Dropbox

使用以下命令在 Ubuntu 和 Debian 安装 Dropbox。$ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf - [On 32-Bit]

$ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - [On 64-Bit]

$ ~/.dropbox-dist/dropboxd

Google Drive

Mega

命令行编辑器

Vim

使用以下命令在 Ubuntu 和 Debian 安装 Vim。$ sudo add-apt-repository ppa:jonathonf/vim

$ sudo apt update

$ sudo apt install vim

Emacs

使用以下命令在 Ubuntu 和 Debian 安装 Emacs。$ sudo add-apt-repository ppa:kelleyk/emacs

$ sudo apt update

$ sudo apt install emacs25

Nano

使用以下命令在 Ubuntu 和 Debian 安装 Nano。$ sudo add-apt-repository ppa:n-muench/programs-ppa

$ sudo apt-get update

$ sudo apt-get install nano

下载器

Aria2

使用以下命令在 Ubuntu 和 Debian 安装 Aria2。$ sudo apt-get install aria2

uGet

使用以下命令在 Ubuntu 和 Debian 安装 uGet。$ sudo add-apt-repository ppa:plushuang-tw/uget-stable

$ sudo apt update

$ sudo apt install uget

XDM

使用以下命令在 Ubuntu 和 Debian 安装 XDM。$ sudo add-apt-repository ppa:noobslab/apps

$ sudo apt-get update

$ sudo apt-get install xdman

电子邮件客户端

Thunderbird

使用以下命令在 Ubuntu 和 Debian 安装 Thunderbird。$ sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

$ sudo apt-get update

$ sudo apt-get install thunderbird

Geary

使用以下命令在 Ubuntu 和 Debian 安装 Geary。$ sudo add-apt-repository ppa:geary-team/releases

$ sudo apt-get update

$ sudo apt-get install geary

Evolution

使用以下命令在 Ubuntu 和 Debian 安装 Evolution。$ sudo add-apt-repository ppa:gnome3-team/gnome3-staging

$ sudo apt-get update

$ sudo apt-get install evolution

财务软件

GnuCash

使用以下命令在 Ubuntu 和 Debian 安装 GnuCash。$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ sudo apt-get update

$ sudo apt-get install gnucash

KMyMoney

使用以下命令在 Ubuntu 和 Debian 安装 KmyMoney。$ sudo add-apt-repository ppa:claydoh/kmymoney2-kde4

$ sudo apt-get update

$ sudo apt-get install kmymoney

IDE

Eclipse IDE

Netbeans IDE

Brackets

使用以下命令在 Ubuntu 和 Debian 安装 Brackets。$ sudo add-apt-repository ppa:webupd8team/brackets

$ sudo apt-get update

$ sudo apt-get install brackets

Atom IDE

使用以下命令在 Ubuntu 和 Debian 安装 Atom。$ sudo apt-get install snapd

$ sudo snap install atom --classic

Light Table

使用以下命令在 Ubuntu 和 Debian 安装 Light Table。$ sudo add-apt-repository ppa:dr-akulavich/lighttable

$ sudo apt-get update

$ sudo apt-get install lighttable-installer

Visual Studio Code

即时通信工具

Pidgin

使用以下命令在 Ubuntu 和 Debian 安装 Pidgin。$ sudo add-apt-repository ppa:jonathonf/backports

$ sudo apt-get update

$ sudo apt-get install pidgin

Skype

使用以下命令在 Ubuntu 和 Debian 安装 Skype。$ sudo apt install snapd

$ sudo snap install skype --classic

Empathy

使用以下命令在 Ubuntu 和 Debian 安装 Empathy。$ sudo apt-get install empathy

Linux 防病毒工具

ClamAV/ClamTk

使用以下命令在 Ubuntu 和 Debian 安装 ClamAV 和 ClamTk。$ sudo apt-get install clamav

$ sudo apt-get install clamtk

Linux 桌面环境

Cinnamon

使用以下命令在 Ubuntu 和 Debian 安装 Cinnamon。$ sudo add-apt-repository ppa:embrosyn/cinnamon

$ sudo apt update

$ sudo apt install cinnamon-desktop-environment lightdm

Mate

使用以下命令在 Ubuntu 和 Debian 安装 Mate。$ sudo apt install tasksel

$ sudo apt update

$ sudo tasksel install ubuntu-mate-desktop

GNOME

使用以下命令在 Ubuntu 和 Debian 安装 Gnome。$ sudo apt install tasksel

$ sudo apt update

$ sudo tasksel install ubuntu-desktop

KDE

使用以下命令在 Ubuntu 和 Debian 安装 KDE。$ sudo apt install tasksel

$ sudo apt update

$ sudo tasksel install kubuntu-desktop

Linux 维护工具

GNOME Tweak Tool

使用以下命令在 Ubuntu 和 Debian 安装 GNOME Tweak Tool。$ sudo apt install gnome-tweak-tool

Stacer

使用以下命令在 Ubuntu 和 Debian 安装 Stacer。$ sudo add-apt-repository ppa:oguzhaninan/stacer

$ sudo apt-get update

$ sudo apt-get install stacer

BleachBit

Linux 终端工具

GNOME 终端

使用以下命令在 Ubuntu 和 Debian 安装 Gnome 终端。$ sudo apt-get install gnome-terminal

Konsole

使用以下命令在 Ubuntu 和 Debian 安装 Konsole。$ sudo apt-get install konsole

Terminator

使用以下命令在 Ubuntu 和 Debian 安装 Terminator。$ sudo apt-get install terminator

Guake

使用以下命令在 Ubuntu 和 Debian 安装 Guake。$ sudo apt-get install guake

多媒体编辑工具

Ardour

使用以下命令在 Ubuntu 和 Debian 安装 Ardour。$ sudo add-apt-repository ppa:dobey/audiotools

$ sudo apt-get update

$ sudo apt-get install ardour

Audacity

使用以下命令在 Ubuntu 和 Debian 安装 Audacity。$ sudo add-apt-repository ppa:ubuntuhandbook1/audacity

$ sudo apt-get update

$ sudo apt-get install audacity

GIMP

使用以下命令在 Ubuntu 和 Debian 安装 Gimp。$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp

$ sudo apt update

$ sudo apt install gimp

Krita

使用以下命令在 Ubuntu 和 Debian 安装 Krita。$ sudo add-apt-repository ppa:kritalime/ppa

$ sudo apt update

$ sudo apt install krita

Lightworks

OpenShot

使用以下命令在 Ubuntu 和 Debian 安装 `Openshot。$ sudo add-apt-repository ppa:openshot.developers/ppa

$ sudo apt update

$ sudo apt install openshot-qt

PiTiV

使用以下命令在 Ubuntu 和 Debian 安装 PiTiV。$ flatpak install --user https://flathub.org/repo/appstream/org.pitivi.Pitivi.flatpakref

$ flatpak install --user http://flatpak.pitivi.org/pitivi.flatpakref

$ flatpak run org.pitivi.Pitivi//stable

音乐播放器

Rhythmbox

使用以下命令在 Ubuntu 和 Debian 安装 Rhythmbox。$ sudo add-apt-repository ppa:fossfreedom/rhythmbox

$ sudo apt-get update

$ sudo apt-get install rhythmbox

Lollypop

使用以下命令在 Ubuntu 和 Debian 安装 Lollypop。$ sudo add-apt-repository ppa:gnumdk/lollypop

$ sudo apt-get update

$ sudo apt-get install lollypop

Amarok

使用以下命令在 Ubuntu 和 Debian 安装 Amarok。$ sudo apt-get update

$ sudo apt-get install amarok

Clementine

使用以下命令在 Ubuntu 和 Debian 安装 Clementine。$ sudo add-apt-repository ppa:me-davidsansome/clementine

$ sudo apt-get update

$ sudo apt-get install clementine

Cmus

使用以下命令在 Ubuntu 和 Debian 安装 Cmus。$ sudo add-apt-repository ppa:jmuc/cmus

$ sudo apt-get update

$ sudo apt-get install cmus

办公软件

Calligra 套件

使用以下命令在 Ubuntu 和 Debian 安装 Calligra 套件。$ sudo apt-get install calligra

LibreOffice

使用以下命令在 Ubuntu 和 Debian 安装 LibreOffice。$ sudo add-apt-repository ppa:libreoffice/ppa

$ sudo apt update

$ sudo apt install libreoffice

WPS Office

屏幕截图工具

Shutter

使用以下命令在 Ubuntu 和 Debian 安装 Shutter。$ sudo add-apt-repository -y ppa:shutter/ppa

$ sudo apt update

$ sudo apt install shutter

Kazam

使用以下命令在 Ubuntu 和 Debian 安装 Kazam。$ sudo add-apt-repository ppa:kazam-team/unstable-series

$ sudo apt update

$ sudo apt install kazam python3-cairo python3-xlib

Gnome Screenshot

使用以下命令在 Ubuntu 和 Debian 安装 Gnome Screenshot。$ sudo apt-get update

$ sudo apt-get install gnome-screenshot

录屏工具

SimpleScreenRecorder

使用以下命令在 Ubuntu 和 Debian 安装 SimpleScreenRecorder。$ sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder

$ sudo apt-get update

$ sudo apt-get install simplescreenrecorder

recordMyDesktop

使用以下命令在 Ubuntu 和 Debian 安装 recordMyDesktop。$ sudo apt-get update

$ sudo apt-get install gtk-recordmydesktop

文本编辑器

Atom

使用以下命令在 Ubuntu 和 Debian 安装 Atom。$ sudo apt-get install snapd

$ sudo snap install atom --classic

Sublime Text

使用以下命令在 Ubuntu 和 Debian 安装 Sublime Text。$ sudo apt-get install snapd

$ sudo snap install sublime-text

Geany

使用以下命令在 Ubuntu 和 Debian 安装 Geany。$ sudo apt-get update

$ sudo apt-get install geany

Gedit

使用以下命令在 Ubuntu 和 Debian 安装 Gedit。$ sudo apt-get update

$ sudo apt-get install gedit

备忘录软件

Evernote

Evernote 在 Linux 上没有官方提供的软件,但可以参考

Everdo

Taskwarrior

使用以下命令在 Ubuntu 和 Debian 安装 Taskwarrior。$ sudo apt-get update

$ sudo apt-get install taskwarrior

视频播放器

Banshee

使用以下命令在 Ubuntu 和 Debian 安装 Banshee。$ sudo add-apt-repository ppa:banshee-team/ppa

$ sudo apt-get update

$ sudo apt-get install banshee

VLC

使用以下命令在 Ubuntu 和 Debian 安装 VLC。$ sudo add-apt-repository ppa:videolan/stable-daily

$ sudo apt-get update

$ sudo apt-get install vlc

Kodi

使用以下命令在 Ubuntu 和 Debian 安装 Kodi。$ sudo apt-get install software-properties-common

$ sudo add-apt-repository ppa:team-xbmc/ppa

$ sudo apt-get update

$ sudo apt-get install kodi

SMPlayer

使用以下命令在 Ubuntu 和 Debian 安装 SMPlayer。$ sudo add-apt-repository ppa:rvm/smplayer

$ sudo apt-get update

$ sudo apt-get install smplayer

虚拟化工具

VirtualBox

使用以下命令在 Ubuntu 和 Debian 安装 VirtualBox。$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

$ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install virtualbox-5.2

$ virtualbox

VMWare

浏览器

Chrome

使用以下命令在 Ubuntu 和 Debian 安装 Google Chrome。$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

$ sudo apt-get update

$ sudo apt-get install google-chrome-stable

Firefox

使用以下命令在 Ubuntu 和 Debian 安装 Firefox Quantum。$ sudo add-apt-repository ppa:mozillateam/firefox-next

$ sudo apt update && sudo apt upgrade

$ sudo apt install firefox

Vivaldi

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值