Ubuntu :: Download .deb Parkage With Its Dependencies At Once On Using Windows?
Apr 22, 2010
I was wondering if there is a trick to manipulate terminal in windows system to use the eg apt-get install gstreamer, what i exactly mean is I dont have internet and would like to install stuff but i always run into dependency problems. i use the internet cafe to download staff.
View 9 Replies
ADVERTISEMENT
Aug 4, 2015
I'm trying to install debian in my surface pro but I can't get the network card configured. I installed Arch before and it's wpa_supplicant package was working just fine until the last update. I was wondering if I could download the wpa_supplicant for debian and all it's dependencies from my windows OS to be able to configure my wireless card properly in Debian.
View 4 Replies
View Related
Jun 15, 2010
I'm hitting my head against the wall trying to figure out (and find any information on) how to download a package and all its dependencies.I've tried to clean the cache,$ sudo apt-get clean and then download a package and its depednencies,but it doesn't download dependencies that are already installed.I need to do this to install a package on a machine that doesn't see the net.I remember doing this somehow ages ago, and I think I might have even combined the package and its dependencies into a single self-contained .deb using dpkg.
View 4 Replies
View Related
Jan 7, 2011
I'm having some problems downloading some applications. I was hoping to download Gimp but it says that I'm having problems with the dependencies.
View 2 Replies
View Related
Apr 5, 2011
I'm working on a script called "populator". This script will be run on a linux box with the single purpose to download a set of packages (i.e. "ubuntu-desktop" metapackage) to trigger the caching by a deb-proxy. The reason is to pre-cache the proxy in advance, thus reducing the amount of time to install the first production Linux box, not necessarily going to be installed immediately after deb-proxy deployment. As for now, the script is extremely rough and simple:
1. clean the apt-get cache
2. run apt-get install with specified parameters to force reinstall, download only, output urls
3. pass the url list to wget and throw everything in /dev/null
with the specified parameters the script does the job. The only problem regards dependency handling: they are downloaded just the first time, even after apt-cache clean. I need apt-get to re-download dependencies as well. THIS is the real need.
Script follows:
Code:
#!/bin/bash
#
# Script to pre-populate apt-get proxy for faster later downloads.
# It uses apt-get and wget to pull all the specified packages.
[code]....
View 4 Replies
View Related
Jan 26, 2010
I'm writing simple programs using C++ on CodeBlocks, now I got stuck on a bus reservation program which need the following header files
#include "conio.h"
#include "stdio.h"
#include "iostream.h"
#include "string.h"
#include "graphics.h"
#include "stdlib.h"
#include "dos.h"
[Code]...
My question is how to dowload all these in interface folder instead of downloading one by one? Tried googling but no success.
View 2 Replies
View Related
Oct 25, 2009
is there a way to get urls of the packages that have been updated and then download them in another computer? like this feature of ubuntu HOWTO: Download package dependencies for offline installation - Ubuntu Forums
its a simple feature and its present in smart and synaptic,yet its not in yast (or i havent found it yet.
i would use smart package manager but in my home connection for checking for updates ,yast is better ( smart downloads filelist.xml.gz that is very way biger than what yast downloads (though it enables smart to show filelist of package BEFORE installing) .so at home i can check for package update with yast ,buy downloading them is very hard. (my connectioon is very bad (i live in iran) and yast mirrors are NOT the best of servers ,so yast gets interrupted in middle downloading a rpm and the whole process is waiting for me to press retry ,so i cant do updates and installs overnight.btw is there some way to tell it to retry always or a number of times automatically? )
i need the url links of rpms so i download them separately and install them.
View 9 Replies
View Related
Mar 5, 2011
what do I need to add to /etc/apt/sources.list? can't really understand the howtos and tutorials
View 7 Replies
View Related
Feb 24, 2010
Which download manager i can use for linux and how...kindly let me know can i use windows download manager such as DAP or internet download manager with wine in linux...
View 1 Replies
View Related
Jan 5, 2010
It's on a desktop that has a dialup modem but no other Internet access (and I haven't even gotten the modem working yet...). So I have it hooked up to a Win2K laptop on the network that is Sharing its (dialup) Internet connection.I can take the laptop to the public library and leech off their wifi to download stuff at much higher speeds. It's not practical for me to take the desktop to the library... Is there a way for me to use the Windows laptop (at the library) to download the packages Update Manager tries to get for Ubuntu, bring it home, transfer them to the Ubuntu desktop, and have Update Manager just install 'em from there?
View 3 Replies
View Related
Mar 30, 2010
I need to download 'Windows Wireless Drivers' from the Ubuntu Software Centre but I cannot as I do not have an Ubuntu computer with an internet connection (hence the need for the application).
Would it be possible for someone to email it to me so I may put it onto a removable storage device and install it onto my Ubuntu computer?
If not; are there any alternative solutions (other than Madwifi).
View 9 Replies
View Related
Apr 27, 2011
could you please double check the link of Wubi download button? I would like to download it but no response,
View 1 Replies
View Related
Nov 8, 2010
Can I download a Linux iso image from a Windows mirror? I don't see any problems, but my IT guy tells me that it just can't happen because a Linux download server uses a different protocol. But, I could be wrong...
View 7 Replies
View Related
Jan 30, 2010
I can only get dial-up at home and need to install package upgrades upwards of 40MB, so.... pretty much impossible. When needed, I usually generate a download script and individually enter each line into a web browser on my Windows based work computer, which has broadband, saving to a USB drive.
The last upgrade though requires too many packages (230+) to do individually. Is there an easy, quick way to run the download scripts on a windows machine?
View 2 Replies
View Related
Jan 23, 2011
i want to find a program to help me for speed download like IDM in windows
View 2 Replies
View Related
Nov 23, 2010
I'm very new to Ubuntu. Today is my first day. Issue: I have a USB dongle on my Linux laptop, and I need to download and install WINE so that I can install the software so that I can the USB modem to connect to the internet. How can I download WINE on my windows computer and copy it to my Linux laptop so that I can install the dongle software?
View 3 Replies
View Related
Jul 27, 2010
downloaded wubi 10.04 & after install wireless inop. 64bit 10.04 & unable to connect with a cat5 to download fixes My problem is finding the fix for wireless & downloading it with windows. So how can i download the fix in windows & install with the update manager or whatever. Bottom line what is the fix & how can i download it with windows?
View 1 Replies
View Related
Jul 15, 2011
Is it legal to download and run OFFICIAL Windows software on Linux using wine? If so, then how is legal?
View 7 Replies
View Related
Nov 2, 2010
I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps
View 10 Replies
View Related
Aug 15, 2010
I have been trying to download wubi to intstall Ubuntu to run alongside an existing windows intallation. However, it was taking ages so I cancelled and tried again and each time it seems to be requiring more time. I'm now up to 200 hours of required time!
View 3 Replies
View Related
Apr 7, 2011
In Windows 7, the options are pretty nice - ability to change track name, artist, composer, album, song number in album, etc., all from "Properties." In Ubuntu 10.10, Properties really gives you the bare minimum. Is there a program to download in order to get the same sort of basic options as one does from Properties in Windows 7?
View 4 Replies
View Related
Nov 10, 2010
I have a problem with internet speed, when I download a file in "windows" the transfer rate is 250K/s but when I want to download in fedora I can't get more than 50K/s and this makes me sad.
View 7 Replies
View Related
Sep 1, 2011
Maybe some torrent client for Linux can understand the metadata generated by a Windows client. Or maybe there is a Web/Desktop client that works in both systems. Is there any way to do that?I use uTorrent for Windows, and I haven't used any torrent client on my Ubuntu 11.04 yet. But if the solution uses other client for Windows, it will work for me.
View 2 Replies
View Related
Jan 16, 2011
Where can i find download manager for Fedora 14 similar to Internet Download Manager for windows
View 1 Replies
View Related
Apr 16, 2011
I am removing some old graphics from my server and one of the gallery programs have created two enormous directories that I cannot even open with FTP.
I tried to tar each directory and the first came out to about 37gb and the second keeps failing (its bigger one would assume).
How can I archive and split these into smaller files?
View 13 Replies
View Related
Jun 3, 2009
Finally I got a method to compile libcurl in Visual Studio 2005(as static library):
Following is the link: [url]
Quote:
I am thinking of using Libcurl static dll for it but it didn't work on Windows so far.
I am looking for something simple and could be quick to embedded to my program with Visual C++.
View 3 Replies
View Related
Jan 16, 2011
Does anyone know where I can get a link to download MySql query browser(windows version)?
I want to query my database on my fedora box in windows to make life easier... I can not seem to find a link to download the query browser though
View 2 Replies
View Related
Sep 19, 2010
I have NDISWRAPPER installed on my laptop, but when I try to install the download file which is a Windows Xp dos executable file of 8mbs I have tried every thing but without success I can see my Iomega 250 Zip drive when I go into system>administration>disk utilities and acess properties but cannot make it run,
Dell inspiron 6400
OS: Ubuntu 10.04LTS
Ram:2gb
HDD: 250gb
Tony044
View 1 Replies
View Related
May 14, 2011
windows installer says "download has started" but nothing is happening.
View 1 Replies
View Related
Jan 8, 2011
I am at a university where my bandwidth is severely capped. I can start several other computers near me and download at the limited speed simultaneously. Is there any way for me to share the download between the computers to get the cumulative speed?
View 1 Replies
View Related