i have kubuntu today after updating the muon package manager stuck at 64% so i closes it.
and after that when i try to update or reinstall or install software the manger stuck.
so how can i reinstall the muon package manger from terminal??
i try
sudo apt-get install muon
and i get this messege
Reading package lists... Done
Building dependency tree
Reading state information...
I have a machine that does not have an internet connection and I need to download a few packages to it.
I can use apt-get download xxx to get the package, but, if I ever connect this machine to the internet, will apt-get update / upgrade know what this package is and update it successfully, or will it cause problems in the future?
I use Ubuntu 12.04 and say I have installed package x from the repository (with all its dependencies) at version 1.7
But I need some functionality that is only available in version 1.8, so I download the source tar and compile it:
./configure
make
make install
Does this overwrite the existing 1.7 binaries?
We have a meta-package, similar to ubuntu-desktop, that requires a bunch of dependencies to run some internal, not-yet-packaged code. Currently we are updating the meta-package so that it requires >= the current version every time we repackage it so that its dependencies will be upgraded when it is installed.
apt-get command is a normal way to download and install packages and update system. apt-fast is a shellscript wrapper for apt-get that can drastically improve apt download times by downloading packages in parallel, with multiple connections per package. It uses axel or aria2c as a download manager.
Once you’ve setup apt-fast, you can use it like apt-get.
will Akabei and Shaman be capable of syncronized Download and install of packages? Meaning the packages are downloaded in the proper install order, when the first package finishes downloading it begins the install and the second package is downloaded in the background while the installof the first package is in progress.
I am trying to download kcachegrind after a reinstallation of my OS. But I keep getting "dependency" failures. I have tried going through the Ubuntu software manager (which worked perfectly before...) and Synaptic. With synaptic, I got specific package failures and when I searched for the packages I got more package dependencies.
I am installing a server on ubuntu 10.4(internet not connected) .It requires a package named m2crypto.There is no open port available so iam not able to use "apt-get thing".I tried to download m2crypto package on another machine(windows) but when I tried to install that multiple dependencied were reported.So,I need a way to get all packages with all dependencies.I have heard about apt -get offlin
gordo wrote:......... I download the full package . twice and both times imgburn refuses to burn the image.I have reasonably experienced in using computers and know how to do this, so I guess I must be downloading the wrong ISOMight be helpful to show the link from which you are trying to download the ISO, since an ISO is certainly not a package.