Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 11112  / 1 Year ago, wed, december 21, 2022, 9:20:53

I have Ubuntu 12.10, and I don't have any internet connection on my PC.



Please give me a Link for a Deb Package and Its DEPENDENCIES



How can I install wine without Internet?


More From » wine

 Answers
7

Open a Terminal by pressing CTRL+ALT+T and type:



sudo apt-get -qq --print-uris install wine | cut -d' -f 2 > urls.txt


copy the urls.txt to a thumbdrive and move over to a computer with Internet Access. Download all files from urls.txt (if the other computer is running Linux you can use wget < urls.txt) and save them in a folder called deb on your thumbdrive.



Go back to your Ubuntu machine, plug in the thumbdrive and open a Terminal



sudo cp /media/YOUR_USERNAME/THUMBDRIVE_NAME/deb/* /var/cache/apt/archives/
sudo apt-get install wine

[#28465] Friday, December 23, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
umplegitimat

Total Points: 137
Total Questions: 126
Total Answers: 118

Location: Saint Pierre and Miquelon
Member since Sat, Aug 21, 2021
3 Years ago
umplegitimat questions
;