The application software in Linux is worse than the commercial software in Windows. From windows to Linux, it is obvious that the software is not good. One of them is the download software: in Windows, Thunder is the fastest to download, and P2P and P2SP technologies are used, greatly accelerating the download speed. Before I write this article, many articles on the Internet have introduced how to use Wine in Linux to run thunder. However, all these articles are about the international version of thunder. This version does not use the leeching technology.
The application software in Linux is worse than the commercial software in Windows. From windows to Linux, it is obvious that the software is not good. One of them is the download software: in Windows, Thunder is the fastest to download, and P2P and P2SP technologies are used, greatly accelerating the download speed.
Before I write this article, many articles on the Internet have introduced how to use Wine in Linux to run thunder. However, all these articles are about the international version of thunder. This version does not use the leeching technology, when the downloaded URL is invalid, it cannot be downloaded again. This is a big difference from the native thunder in Windows. Therefore, this article describes how to run the native thunder program in Linux.
My operating system: Ubuntu Gutsy 7.10
The specific process is as follows:
1. Install Wine
Wine is an essential tool for running windows programs in Linux. All Windows programs run in the environment provided by Wine. There are two ways to install: 1) install through the Network 2) download the installation package offline Installation
1. Network Installation
Open the terminal and run the following command to obtain the key:
Wget-q http://Wine.budgetdedicated.com/apt/387EE263.gpg-O-| sudo apt-key add-
Then enter the following command to obtain the apt list for Gutsy for Wine. for other releases, see here:
Sudo wget http://Wine.budgetdedicated.com/apt/sources.list.d/gutsy.list-O/etc/apt/sources. list. d/Winehq. list
The installation package is 10.8 mb. Wait a while. After these steps are completed, enter the following command to update and upgrade:
Sudo apt-get update
Sudo apt-get dist-upgrade
2. Download the installation package for offline Installation
Access: http://wine.budgetdedicated.com/. download the corresponding Deb package (Wine_0.9.57 ~ Winehq0 ~ Ubuntu ~ 7.10-i386.deb), download it. Three installation methods are available:
1) Run suod dpkg-I Wine_0.9.57 ~ Winehq0 ~ Ubuntu ~ 7.10-inclui386.deb
2) Put the deb file into/var/cache/apt/archives, and then execute sudo apt-get dist-upgrade.
3) double-click the downloaded package to install the package.