网络浏览器
Chrome
Chrome 浏览器是一款专为现代互联网开发的网络浏览器,高速、简约而且安全。
Download
Copy 1. Install through deb package
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo gdebi google-chrome-stable_current_amd64.deb
2. Install through software repo
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
Or
sudo apt-get install google-chrome-beta
sudo apt-get install google-chrome-unstable
Copy sudo apt-get purge google-chrome-stable
sudo apt-get purge google-chrome-beta
sudo apt-get purge google-chrome-unstable
sudo rm -rf /etc/apt/sources.list.d/google.list
Firefox
自由、拓展性强大的浏览器
Download
PPA ubuntu-mozilla-daily
Copy 1. Firefox
sudo apt-get install firefox firefox-locale-zh-hans
2. Firefox PPA
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
Copy 1. Firefox
sudo apt-get purge firefox firefox-locale-zh-hans
2. Firefox PPA
sudo apt-get purge firefox-trunk
sudo add-apt-repository -r ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
Chromium
Google Chrome浏览器的开源版本
Download
PPA chromium-daily
Copy 1. Chromium
sudo apt-get install chromium
2. Chromium PPA for Ubuntu/LinuxMint
sudo add-apt-repository ppa:chromium-daily/stable
sudo apt-get update
sudo apt-get install chromium-browser
Copy 1. Chromium
sudo apt-get purge chromium
2. Chromium PPA
sudo apt-get purge chromium-browser
sudo add-apt-repository -r ppa:chromium-daily/stable
sudo apt-get update
Opera
来自挪威的浏览器
Download
Copy 1. Add source in /etc/apt/sources.list
sudo add-apt-repository 'deb https://deb.opera.com/opera-stable/ stable non-free'
wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install opera-stable
2. Add source in /etc/apt/sources.list.d/opera.list
sudo sh -c 'echo "deb https://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install opera-stable
Copy 1. Add source in /etc/apt/sources.list
sudo apt-get purge opera-stable
sudo add-apt-repository -r 'deb https://deb.opera.com/opera-stable/ stable non-free'
sudo apt-get update
2. Add source in /etc/apt/sources.list.d/opera.list
sudo apt-get purge opera-stable
sudo rm -rf /etc/apt/sources.list.d/opera.list
sudo apt-get update
Vivaldi
Maxthon
功能丰富、界面简洁的浏览器
Download
Copy sudo gdebi maxthon-browser-stable_XXX_amd64.deb
Copy sudo dpkg -r maxthon-browser-stable
邮件客户端
Thunderbird
专注于电子邮件管理的强大邮件客户端
Download
Copy 1. Thunderbird
sudo apt-get install thunderbird
2. Thunderbird PPA
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install thunderbird-trunk
Copy 1. Thunderbird
sudo apt-get purge thunderbird
2. Thunderbird PPA
sudo add-apt-repository -r ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
Evolution
提供邮件收发、日历和通讯录的个人信息解决方案
Download
Copy sudo apt-get install evolution
Copy sudo apt-get purge evolution
Geary
Mutt
类Unix系统下基于文本的邮件客户端
Download
Copy sudo apt-get install mutt
Copy sudo apt-get install mutt
即时聊天
QQ
支持在线聊天、视频电话、点对点断点续传文件的强大聊天软件
Wine QQ
WeChat
微信,是一个生活方式
添加到 Chrome 之后,你就可以找到这个 Webchat 应用了或者在 Chrome 浏览器中输入 "chrome://apps/",找到对应的应用;
Skype
最清晰的免费网络电话,提供文字、声音和视频聊天
Download
Copy wget https://go.skype.com/skypeforlinux-64.deb
sudo gdebi skypeforlinux-64.deb
Copy sudo dpkg -r skypeforlinux
目前只支持 64 位版本的 deb
和 rpm
安装包。
Skype WebPage
最清晰的免费网络电话,提供文字、声音和视频聊天
使用 Skype 的网页版本
BearyChat
BearyChat, better communication service that brings your team on the same page
Download
Copy tar -xvf BearyChat-linux-x64.tar.gz
cd BearyChat-linux-x64/
./BearyChat
Copy rm -rf BearyChat-linux-x64/ BearyChat-linux-x64.tar.gz
Telegram Desktop
Fast and secure desktop app, perfectly synced with your mobile phone.
Download
Copy sudo apt-get install telegram-desktop
Copy sudo apt-get purge telegram-desktop
Empathy
支持多协议的强大聊天软件
Download
Github Empathy
Copy sudo apt-get install empathy
Copy sudo apt-get purge empathy
Pidgin
跨平台、支持多种协议的聊天软件
Download
Copy sudo apt-get install pidgin
Copy sudo apt-get purge pidgin
HexChat
跨平台的 IRC 聊天软件
Download
Copy sudo apt-get install hexchat
Copy sudo apt-get purge hexchat
Corebird
Native Gtk+ Twitter client for the Linux desktop
Download
Copy sudo apt-get install corebird
Copy sudo apt-get purge corebird
文件传输
FlareGet
支持多协议,多线程的下载软件
Download
Copy sudo gdebi flareget_4.3-95_amd64.deb
Copy sudo dpkg -r flareget
UGet
轻量级的全能下载管理器
Download
Copy sudo apt-get install uget
Copy sudo apt-get purge uget
Wget
运行在命令行下的多协议下载软件
Download
Copy sudo apt-get install wget
Copy sudo apt-get purge wget
Transmission
一种BitTorrent客户端,特点是一个跨平台的后端和其上的简洁的用户界面
Download
Copy sudo apt-get install transmission
Copy sudo apt-get purge transmission
qBittorrent
A BitTorrent client in Qt
Download
Copy sudo apt-get install qbittorrent
Copy sudo apt-get purge qbittorrent
Aria2
运行在命令行下的轻量级下载软件
Download
Copy sudo apt-get install aria2
Copy sudo apt-get purge aria2
Filezilla
免费、开源的最强FTP客户端软件
Download
Copy sudo apt-get install filezilla
Copy sudo apt-get purge filezilla
云存储
坚果云
任何设备,随时随地实现文件共享
DEB包
Copy sudo gdebi nautilus_nutstore_amd64.deb
Copy sudo dpkg -r nautilus_nutstore
Dropbox
我用的最好的的文件托管服务
Dropbox安装
Copy sudo apt install nautilus-dropbox
Copy sudo apt purge nautilus-dropbox
OwnCloud
The last cloud collaboration/file sharing/file syncing/data privacy platform you'll ever need.
下载
Copy Debian 10
su root
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_10/ /' > /etc/apt/sources.list.d/isv:ownCloud:desktop.list
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_10/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install owncloud-client
Debian 9
su root
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' > /etc/apt/sources.list.d/isv:ownCloud:desktop.list
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_9.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install owncloud-client
Copy sudo apt-get remove owncloud-client
Google Drive
Google巨人开发的文件存储和同步服务
使用Google Drive的网页版本
百度网盘
记录每一份热爱,让美好永远陪伴。为你电脑/手机中的文件提供云备份、预览、分享等服务,帮你更便捷安全地管理数据。
安装包下载
Copy sudo gdebi baidunetdisk_*.deb
Copy sudo dpkg -r baidunetdisk
网络支付
支付宝
全球领先的独立第三方支付平台
Copy $ tar -xvf aliedit.tar.gz
aliedit.sh
$ ./aliedit.sh
Restart firefox to complete your changes
Successfully installed Alipay Security Control
Press any key to quit...
无
Last updated 8 months ago