Debian :: Just Download Currently Installed Packages
Jan 7, 2011
I was wondering how can I re-download only all currently installed packages. I would like to save them to removable media, because I use netinst disc to install, and on slow connection it's hell to download 1GB of packages with console-only.
View 3 Replies
ADVERTISEMENT
Feb 22, 2010
On Debian repo I found virtualbox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
View 3 Replies
View Related
Jul 22, 2010
I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.
[Code]...
View 6 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
Jun 26, 2011
Here's the deal: I'm in the backwoods with this mini-laptop and I'd like to do some composing with it. I don't have much internet here so I can't start googling around or download hundreds of MB's of packages. Anyone able to recommend me a good, lightweight midi notation software?
View 6 Replies
View Related
Apr 20, 2016
How do you list only installed packages that were not installed automatically? I see in aptitude that it will list whether they were installed automatically or not, but it is hard to find them because the are a lot more installed automatically than non-automatically.
View 1 Replies
View Related
May 3, 2010
I can't remember if branch is the correct term but I am talking stable, testing or unstable.
i have looked through the dpkg and aptitude man pages but can't seem to find if there is a way to search which packages on the system are installed from a specific branch. Is there a way to do this?
View 2 Replies
View Related
Jul 20, 2010
I want to make a rescue disc for debian such that if anything goes wrong everything can be restored to its original condition. whatever extra packages are installed they should also be put back. most importantly zimbra and its dependencies.
View 1 Replies
View Related
Oct 30, 2010
I have a computer with internet access with amd64 architecture running Debian stable (Lenny). I have another computer with NO internet access with i386 architecture running Debian stable (Lenny).I want to download some packages for the i386 computer using the amd64 computer. So far, the only way I can see to do this is to use dpkg-architecture to temporarily change to i386 on the internet computer, run aptitude with the download-only option to retrieve the packages I need with all suitable dependencies, then switch the internet computer back over to amd64.
I can't imagine I'm the only person who ever needed to do this, and yet I've had no luck finding any advice. The method I described seems rather awkward - is there a more elegant solution?
I apologize to the membership, I realize now the absurdity of this subject. Having now studied the online repository search functions closer, I see it appears packages are automatically retrieved with all necessary dependencies. As such, it is not necessary to use apt and its various functions to do the job.
View 3 Replies
View Related
Jan 11, 2016
I have realized that in not installing suggested packages I've missed out on a ton of doc files, which would really come in handy while I'm away from internet access.
Is there a way take a list of currently installed packages and find out which of them have doc packages available? Possibly install them in a single step? I have been playing around with aptitude and apt-rdepends, but I'm not quite sure how to go about this. Somehow take a list of installed packages, run it through an apt-cache search, and end up with a list of -doc packages to install? My bash-fu isn't the greatest, and I suppose this could be a bad idea to begin with.
View 4 Replies
View Related
Mar 13, 2015
I added 'testing' channel into my wheezy 'stable' box and installed packages comes from 'testing'. In this case, if I changed my mind to go back to 'stable', how could I downgrade packages updated by 'testing' channel?
View 13 Replies
View Related
May 12, 2011
I am trying to access my Debian system from a MB Pro. I believe I have all the necessary packages installed,but I unable to figure out how to actually connect, because I don't know what my hostname should be.On the Debian system, my username is jack and the hostname is aceraspire. jack@aceraspire:~$ hostnameaceraspireOn the mac terminal, I type ssh jack@aceraspire but it says ssh: Could not resolve hostname aceraspire: nodename nor servname provided, or not known.I feel like I'm missing the .edu or .com portion, but what is it supposed to be/how can I set it or find it?
View 3 Replies
View Related
Jun 25, 2010
I have a system that will not boot as /usr has been destroyed and I would like to get a list of installed packages before re-installing. I know that it's possible to get this using dpkg or apt, but I cannot run those.
Where in the filesystem is this information stored and what's the best way to get a list of installed apps from the files?
View 2 Replies
View Related
Oct 17, 2010
Install One :
Installed Debian Squeeze onto my laptop using the netinst cd. During installation, I did not have access to the internet and installed "Standard System" during tasksel.
Install Two :
Installed Debian Sqeeze onto my desktop using the same netinst cd. However, this time I had connected the desktop to my router during installation. Similary installed "Standard System".
Both system later installed with KDE and working fine. Noticed that immediate after installation of the "Standard System", my desktop had more files installed eg. the exim package. Why the extra packages (eg exim) are installed? Are they actually required?
View 8 Replies
View Related
May 31, 2010
I have a dead system that was running Debian Linux (lenny). I can boot into emergency mode, but nothing else. I will likely have to reinstall Debian. I've read lots of things online about how to get a list of currently installed packages. Which is fine and dandy if the system is working and I can log into it. I'm basically wanting to extract such a list from a hard drive containing an installation I can't log into normally. I can access the filesystem just fine, and nothing related to aptitude has been damaged.
View 3 Replies
View Related
Jul 17, 2010
I plan to install Debian on a machine that will have no access to the internet but I would like to install some packages in it (such as build-essential). I was thinking of downloading them here and transfer and install them on the other machine at a later time but because of dependencies I don't know what packages I'll need besides of the ones I really want, for example: After the fresh install from the cd, I would like to install build-essential which requires g++, make etc... but is there a way to download all that instead of doing it manually? Since I don't really know when to stop downloading dependencies. I tried aptitude download but it only gives me the meta-package. I also thought of chroot to a fresh system, install the packages and retrieve them from the local folder where they get downloaded but I was looking for something less complicated.
View 4 Replies
View Related
Nov 14, 2010
Is it possible to do an aptitude remove for all packages installed in, say, the past hour? I'm looking for an easy way to keep track of lots of installed packages without having to look through the logs and write them all down.
View 4 Replies
View Related
Jun 15, 2011
Does aptitude(or apt-get) have the functionality to remove the packages installed from using build-dep? It just seems convenient if you want to remove a program that was built from source.
View 4 Replies
View Related
Feb 23, 2011
Can I keep the old 32bit_testing /home with all the hidden directories there when moving to 64bit_testing?
Is there a way to export a list of all installed packages in aptitude or synaptic, so that when reinstalling, it can be easily imported? (reinstalling the same system)
View 3 Replies
View Related
Jul 14, 2011
I'm trying to do a net install with the latest release of debian - but my ethernet card is not recognized/the drivers are not available because I have a card that requires a linux kernel version of 2.6.35. This is obviously a problem because I can't download any additional packages, and I can't update the version because I'm not able to connect to the internet. I have installed it, but it's only text (which I assume is because I could not install the graphical interface, correct me if I'm blaringly wrong here). So what can I do to install debian on my laptop and be able to use my Intel Centrino Advanced-N 620 network card?
View 14 Replies
View Related
Feb 22, 2010
On Fedora repo I found VirtualBox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
View 5 Replies
View Related
May 5, 2011
I have debian squeeze (and a bit of sid, actually). I wanted to install the newest pidgin, so I added at sources.list the sid repository, and tried to install pidgin, but it needed the newest perl-base 5.12.3-6 (from 5.10.1-17). So I let it upgrade. after that I realized that my mysql server isn't running, and actually this is my problem. So I tried reinstalling it, home:/home/amalia# apt-get install mysql-server-5.1. Reading package lists. Done Building dependency tree Reading state information. Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:
[code]...
View 2 Replies
View Related
Feb 7, 2010
I download all packages of Fedora 12 64 bit and all rpmfusion packages , all of them free and nonfree. all of them is near 20GB, I download all of them by rsync.I download them in work,In home I use Fedora12 64 bit and do not have internet connection , I copy all packages with USB flash and copy them to my Fedora box , and I want install VLC and other codecs and Nvidia driver for some games.What I must do ?I said again I do not have internet connection in home but I have all packages , free and nofree and rpmfusion packages
View 14 Replies
View Related
Jan 29, 2010
I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."
I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.
View 9 Replies
View Related
May 31, 2011
I don't know where it can come from, but apt won't download any package. Here is the error I get (after a few minutes) :
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
[Code].....
I believe it uses http, so that is not a protocol blocked by the ISP.
And it is not automatic : last time I was about to report it here, the bug disappeared (and I didn't report because I thought it could have been fixed somehow, and I couldn't get the error message)
And wired connection works fine, too.
Actually, I just download the package from the address in the log via firefox. I really have no clue, since it is a pretty fresh install (no more than two weeks)
The only thing I can think of would be some bug in apt. I googled for an apt bug, and I saw that apt's http method 'doesn't handle redirects', but that was in 2005. Besides, I wouldn't be the only one to have this problem, and that doesn't explain why it works with a wired connection.
I didn't do anything but writing this post. It really looks random. What can I do when it happens to find out where it comes from?
View 2 Replies
View Related
Oct 12, 2010
I have a new installation of Ubuntu 9.10 karmic, but apt-get update gives error messages "Failed to fetch....; Could not resolve..." for all the packages in the sources.list file. The computer is talking to the network and the webserver is working. I can ping external websites. Is there a setting that must be changed to make downloads function?
View 4 Replies
View Related
Jun 11, 2011
in yast> software installation how can i configure it to download all packages first then install them (as ubuntu does) rather than downloading each package and kimmediately installing it.
View 3 Replies
View Related
Feb 22, 2010
I'm running a Knoppix Live CD, and I want to install ClamAV. What I'd really like is to download all the relevant packages and save them onto a USB pen, and then I can install it easily whenever I run the Live CD anywhere and update the definitions at my leisure without having to connect to the internet or go through remodelling Knoppix. I'm not entirely sure how to do this though, mainly because of dependencies. I would think it would be along the lines of cd'ing to the usb and running:
Code:
apt-get -d build-dep clamav-base
apt-get -d build-dep clamav
and then to install use dpkg, but I'm not sure how to get it to look for the dependencies in the same place:
Code:
dpkg -i clamav-base
dpkg -i clamav
I'm just about to go and try it, but I thought I'd ask first to get the wisdom , but also to see if anyone else does something similar and whether they think this is a good way to achieve the goal, regardless of whether this technically works.
View 5 Replies
View Related
Apr 2, 2010
Right now I am using UBUNTU Hardy Haron. I just moved from windows to linux. It is very easy to install any games or software in windows. Just double click exe, next - next and finish. I want to install some mario games in my pc (ubuntu). I have downloaded tar.bz2 of it. Extracted it and configure and install-sh both are there. I already tried by ./configure. It requires g++, cpp several packages. Now my question comes. What are those packages? How to find out them? How to install them? Is there any other easy way for installation? What are different type of compilers over here?
View 3 Replies
View Related
Feb 9, 2010
I ran into some errors while installing Oracle Grid Control on RHEL 5.4. I believe I need to install some packages. Where is the right place to download packages for RHEL? I would prefer binary code. Also, I downloaded a source file somewhere. Can you please tell me how to build and install it?
View 14 Replies
View Related