Difference between revisions of "Useful programs - Internet"
(Created page with "Category:Linux =Google Chrome= Download the latest version of Chrome: https://www.google.com/intl/en/chrome/browser/ Install the package using: <syntaxhighlight lan...") |
|||
Line 44: | Line 44: | ||
sudo apt-get install -f && sudo dpkg -i skype-ubuntu-XX.deb | sudo apt-get install -f && sudo dpkg -i skype-ubuntu-XX.deb | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | =Torrents= | ||
+ | |||
+ | |||
+ | ==Xunlei== | ||
+ | |||
+ | A custom version of xunlei (迅雷) is available for ubuntu. Check out the [https://github.com/Xinkai/XwareDesktop Xinkai Xware Desktop] project. | ||
+ | |||
+ | |||
+ | Installation instructions available on [https://github.com/Xinkai/XwareDesktop/wiki/Ubuntu%E4%B8%8A%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E Xware Desktop wiki]. |
Revision as of 19:53, 27 March 2015
Google Chrome
Download the latest version of Chrome: https://www.google.com/intl/en/chrome/browser/
Install the package using:
sudo dpkg -i google-chrome.deb
If you encounter some errors during installation, just do:
sudo apt-get install -f && sudo dpkg -i google-chrome.deb
Filezilla (FTP client)
apt-get install filezilla
Skype
Download skype from the official website: http://www.skype.com/
sudo dpkg -i skype-ubuntu-XX.deb
If you encounter some errors during installation, just do:
sudo apt-get install -f && sudo dpkg -i skype-ubuntu-XX.deb
Torrents
Xunlei
A custom version of xunlei (迅雷) is available for ubuntu. Check out the Xinkai Xware Desktop project.
Installation instructions available on Xware Desktop wiki.