Debian :: Get Latency Down When Calling Aptitude And Dpkg?

Jun 20, 2011

I tend to use commands like 'aptitude search $something' or 'dpkg -S /usr/bin/command' (some command/variable in both) or 'apt-file search $something' and all/or many of its brethen. I do run updatedb every now and then but that command is for the overall health of the system similar to tracker perhaps (but not running continously like tracker and the daemon).

What I'm looking for is, if there is a way to get the package list (installed and otherwise) updated aggressively so that whenever I use any combination of aptitude or dpkg I get better response from the system. From what little I understand, aptitude or dpkg or somewhere there would be some sort of index/database where the current state of package availability and system state would be recorded. If there is a way that this could be improved upon would be nice to know. If there is some experimental package or road which the debian folks are looking for in the future so this latency can come down.

View 5 Replies


ADVERTISEMENT

Debian Installation :: Aptitude And Dpkg Cannot Install Any Package

Jan 26, 2011

I am running Debian Sid unstable , from one day apt-get, aptitude and dpkg cannot install any package.

View 1 Replies View Related

Debian Installation :: Aptitude Update And Aptitude Install Aptitude?

Jul 11, 2010

I am trying to upgrade an amd64 lenny system to squeeze.I've got a 2.6.32 kernel running, done aptitude update and aptitude install aptitude.When I try "aptitude safe-upgrade", it sits forever resolving dependencies.it seems to search with the resolver counting up more and more open/conflict/ whatever.I stopped it once it got over 100,000)Is it possible to get aptitude to do a safe-upgrade, perhaps using a command line option?

View 2 Replies View Related

General :: Mark Mplayer For Non-installation With Apt-get/ Aptitude/ Dpkg?

Apr 10, 2011

I uninstalled mplayer w/ apt-get (and with it mplayerthumbs + mozilla-mplayer) for the purpose of running a 'make install' on an SVN version I compiled - that worked out fine. Now I want to reinstate mplayerthumbs + mozilla-mplayer, but of course in doing so, mplayer is marked as a dep. How then do I mark mplayer to be ignored using the aforementioned package managers? Additionally, why isn't dpkg referencing my sources list?

Code:

[stuart8.5@mepis1 ~]$ sudo dpkg -i --ignore-depends=mplayer install mplayerthumbs mozilla-mplayer
[sudo] password for stuart8.5:
dpkg: error processing install (--install):
cannot access archive: No such file or directory

[code]....

View 5 Replies View Related

Ubuntu :: Sudo Aptitude Install USplash - DPKG Interrupted

Jan 2, 2010

I was installing something, usplash, I think it was...
I ran $ sudo aptitude install usplash
and after it asked me if I wanted to install some aditional packages, it returned this:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

I have seen this error before. I just ran the command
$ sudo dpkg --configure -a
And it returned this:
Setting up initramfs-tools (0.92bubuntu29) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28.10-some-string-here
Cannot find /lib/modules/2.6.28.10-some-string-here
update-initramfs: failed for /boot/initrd.img-2.6.28.10-some-string-here
dpkg: subprocess post-installation script returned error exit status 1

I did an:
$ aptitude search initramfs-tools
and I noticed that it had a "C" next to it. I think this has something to do with the package not being configured correctly or at all. Also looks like it is trying to generate an initd, but missing something. That kernel name looks kinda funky, though...

View 2 Replies View Related

Debian :: Dpkg-buildpacakge Exits After Dpkg-source Error

May 3, 2010

Sid
cmake 2.8.1-2
dh-make .54
dpkg-dev 1.15.7.1

I'm having some issues building deb packages. dh_make --createorig behaves as expected, but when I attempt to buld the package with dpkg-buildpackage -rfakeroot the build dies on a dpkg-source error.

View 14 Replies View Related

Debian :: Installing Gcc Using Dpkg - Error "dpkg Command Not Found"

Jul 20, 2010

I want to install gcc on my Pyramid linux which is debian based. I downloaded gcc.deb. When I want to install this file, it gives me "dpkg command not found" error! I also get this error when I want to install other .deb files using dpkg command " dpkg -i finename.deb. I did some research and it seams that I should install package on my system, but package file is .deb file and I can't install .deb file! What should I do to solve the problem??? Should I install any thing on my system to install .deb files??

View 3 Replies View Related

Debian :: Finding Advantages Of Low Latency Kernels?

Feb 26, 2011

As I am trying to understand if there are any advantages using a kernel optimized to have low latency for the desktop, it would very helpful if anyone using one could give me his opinion. I read about the liquorix kernel and found a controversy and used google to find more information.

View 2 Replies View Related

Ubuntu Servers :: Dpkg-buildpackage Error "dpkg-buildpackage: Failure: Tail Of Debian/changelog Gave Error Exit Status 1"?

Feb 12, 2010

I'm attempting to apply the quota patch to postfix 2.5.1. I have done the following..

Code:
cd /usr/src/
apt-get source postfix
wget http://vda.sourceforge.net/VDA/postf...da-ng.patch.gz{code]....

dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1

I have searched hi and low and still can't work out how to resolve this.

View 2 Replies View Related

Ubuntu :: Error Message 'dpkg Interrupted Must Manually Run 'dpkg --configure -a'

Jan 6, 2010

im trying to update some software in ubuntu using the update manager. i type my password in CORRECTLY but then get this error message.

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

what does it mean and how do i fix it?

View 3 Replies View Related

Ubuntu :: Error - Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure

Jul 6, 2010

I keep getting this error when I try to install Adobe flash player E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. I had it installed just fine, then i restarted my computer and its gone. .

View 4 Replies View Related

Ubuntu :: Error - Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem

Jan 9, 2011

I'm using 10.10 and from today I'm getting this error Quote:dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. When I'm trying to install any software using

Code: sudo apt-get <sw-name> Also I'm unable install using "Ubuntu Software Center", showing unhandleable error. Here is the details:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 769, in simulate
return self._simulate_helper(trans, status_path)

[Code]...

View 6 Replies View Related

Debian Installation :: Dpkg: Error Processing Debian-archive-keyring?

Sep 7, 2010

I have a post in beginners section but maybe I can find some help here.. If you do not mind,please read the following post about my problem.viewtopic.php?f=30&t=55243&p=320093#p319848

View 1 Replies View Related

Debian :: Dpkg: Error Processing Debian-archive-keyring

Sep 6, 2010

Today when I did apt-get dist-upgrade I encountered the following error:

apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done

[Code]...

View 14 Replies View Related

Debian :: Cannot Install Anything Using Aptitude Or Apt-Get?

May 22, 2010

I'm fairly new to debian, but not to Linux overall. And it seems that I can not install anything using the "apt-get" or "aptitude" commands. Here is what it says when I try to install synaptic:

apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package synaptic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source.
E: Package synaptic has no installation candidate

View 3 Replies View Related

Debian :: Different Functionality In Aptitude And Apt-get?

Aug 19, 2011

From what I understand aptitude and apt-get are both valid package management tools and it should not matter which one you use (of course the user interface is different, but the basic functionality is the same). I found something which makes me believe there are differences: I ran aptitude install gnome-themes-more and it did nothing because the package was already installed. Then I ran apt-get install gnome-themes-more just to see the difference, and it also did not install anything, but it marked the package as manually installed.

The I ran again apt-get install gnome-themes-more and this time the package was not marked as manually install (obviously because it's already marked). This makes me believe that aptitude did not mark my package as manually installed (I would have pasted the command output as well, but I don't have it anymore). So, is the core functionality of those tools the same or not?

I used until now apt-get and wonder if I should have used aptitude. I have found some wikis which recommend the usage of aptitude but I could not find out if this reccomendation is based only on the UI improvements or are there also improvements in the core functionality. I'd like some hints from more seasoned debianers about which one to use, or whether it matters. I'm maily using command line, so user interface is not an issue,

View 14 Replies View Related

Debian :: Why Aptitude Can't Resolve Conflicts That Apt-get Can

Sep 23, 2015

I'm using Debian Testing (I know it doesn't happen in Stable)

Words isn't required here. I'll show examples:

# aptitude dist-upgrade
Code: Select allThe following NEW packages will be installed:
  appstream{a} coinor-libcoinutils3v5{ab} coinor-libosi1v5{ab} cpp-5{a}
  g++-5{a} gcc-5{a} gcj-5-jre{a} gcj-5-jre-headless{a} gcj-5-jre-lib{a}
  geoip-database-extra{a} gnuplot5-data{a} gnuplot5-qt{a} icoutils{a}
  kded5{a} kinit{a} kio{a} libapt-inst1.7{a} libapt-pkg4.16{a} libasan2{a}

[Code] ....

Why apt-get can while aptitude can't?

I've searched on web, and all I can tell is that aptitude is "safer" than apt-get because it taking account the packages on hold.

But I don't have any package on hold! (I've tested dpkg --get-selections | grep hold)

View 11 Replies View Related

Debian :: Aptitude Packages Not Listed?

Mar 6, 2016

How to find packages with aptitude. If I use the shell to type "aptitude search nethack" then I get a list of several nethack versions from which to choose. If I use the aptitude GUI and type Ctrl-T and then arrow over to the search option and type in "nethack" and hit Enter, the only option that I see is nethack-spoilers. Why do I not see all of the other nethack options?

View 2 Replies View Related

Debian :: Aptitude Not Playing Correctly ?

Apr 3, 2011

Just today saw that for some reason aptitude seems broken. Dunno the reason. I don't know if its do with aptitude or some other update which introduced the issue. The issue is simple.

Before I could do something like $sudo aptitude purge linux-image [TAB]

Putting down the tab it would autocomplete or/and give other options if there were multiple options (it would do some kinda grep)

Now after the update of aptitude few days ago and other things I get something like this : sudo aptitude purge linux-image [TAB]grep-status: /var/lib/dpkg/status:14651: expected a colon

View 5 Replies View Related

Debian :: What It Means When Aptitude Show 'iB'

Jul 5, 2011

I was running today's udpate and saw this :-

[code]...

View 2 Replies View Related

Debian Installation :: Aptitude Won't Unhold

Jan 20, 2015

Running testing

There were some grave bugs being showed by listbugs for apt dpkg etc

So ran aptitude hold for these buggy packages and upgraded others

Now unable to 'unhold' dpkg. ie

synaptic shows it as 1.17.13 both installed and latest and no upgradation possible

[URL] .... shows it as 1.17.23

Code: Select all# aptitude dist-upgrade

The following NEW packages will be installed:
dpkg:i386{ab} libbz2-1.0:i386{a} libjpeg62-turbo:i386{a} libsystemd0:i386{a}

some other stuff

Code: Select allThe following packages have unmet dependencies:
 dpkg : Conflicts: dpkg:i386 but 1.17.23 is to be installed.
 dpkg:i386 : Conflicts: dpkg but 1.17.13 is installed.

So I can only conclude that aptitude sees the need to upgrade from .13 to .23 but for some reason it cant 'get out' of the installed dpkg:amd64

View 14 Replies View Related

Debian :: System Upgrading With Apt-get And Aptitude

Feb 7, 2016

Normally I use apt-get for to upgrade my Debian system. Today i tried to compare apt-get and aptitude with respect to system upgrade. Surprisingly I got different results.

Code: Select allsudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done

The following packages have been kept back:

openjdk-7-jre openjdk-7-jre-headless

The following packages will be upgraded:
  libtiff5
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 213 kB of archives.
After this operation, 44.0 kB disk space will be freed.

Code: Select allsudo aptitude safe-upgrade
Resolving dependencies...               

The following NEW packages will be installed:
  libsctp1{a} lksctp-tools{a}

The following packages will be upgraded:
libtiff5 openjdk-7-jre openjdk-7-jre-headless
3 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 45.9 MB/45.9 MB of archives. After unpacking 9,130 kB will be used.

What is behind these results? Which method is safer?

View 5 Replies View Related

Debian :: Getting No Results In Aptitude / Resolve This?

Sep 18, 2010

I've been trying to use aptitude for package management, but nothing happens in response to my commands, even as root.

Let's say for example I want to purge popcon. According to the helpfile, I should start aptitude, become root (or vice-versa), select the package in the list and press '_' (underscore), and then it will be marked with something in the left column and a different color in the list. Then later, another command will actually do the purge.

But nothing happens. It doesn't get marked or change color or anything, and 'g' just gets the message 'No packages are scheduled to be installed, removed, or upgraded.'

What am i doing incorrectly?

View 6 Replies View Related

Debian :: Just Installed - Aptitude Won't Install Anything

Mar 11, 2010

I tried synaptic "aptitude install synaptic". Got this:

[Code]....

View 1 Replies View Related

Debian :: Squeeze: Apt Get And Aptitude Choke

Apr 25, 2010

To:Squeeze penguins who chokes when aptitude (Segmentation fault) Possible reasonThere are several apt packages(.deb). As of Sun Apr 25 09:05:24 UTC 2010. When something screws up, apt-get and aptitude choke. SolutionReinstall one of them by "dpkg -i" At least, I was able to resuscitate my penguin.

View 1 Replies View Related

Ubuntu Installation :: Installing Updates Error "E: Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem"

Apr 1, 2010

After I got the OS up and running (v9.10), I was prompted to download and install some updates. The download is complete, but when I try to install the updates, I receive the following message. What should I do?

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

View 4 Replies View Related

Ubuntu :: Error Dpkg: Parse Error, In File '/var/lib/dpkg/available' Near Line 2 Package 'x11proto-core-dev'

Sep 18, 2010

When I tried to upgrade my xubuntu 10.04 , I got this error

dpkg: parse error, in file '/var/lib/dpkg/available' near line 2 package 'x11proto-core-dev': value for `status' field not allowed in this context E: Sub-process /usr/bin/dpkg returned an error code (2)

View 5 Replies View Related

Ubuntu :: Updates With Tweak And Video Codec - Error "dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem"

May 26, 2011

I installed the software Ubuntu Tweak yesterday and I was satisfied of how it worked. today, surfing the internet I was hoping to find a solution to a couple of problems that I have: the computer sometimes get stuck when opening videos or photos - I can't see streaming TV. when the internet browser was asking me to install plug-in in order to show the videos I tried to install them but errors occurred.

so I followed the instruction in [URL] (many of these things didn't work and the terminal was showing error messages...) now after rebooting I have got the unity 2D I think (which is fine as I can't notice great differences) but I can't install the updates from Ubuntu Tweak the error message is: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. how can I fix it and get my video codecds?

View 3 Replies View Related

Ubuntu :: Update Kubuntu 11.04 - Error: "p, Li {white-space: Pre-wrap;} E: Dpkg Was Interrupted, You Must Manually Run 'dpkg --configure -a' To Correct The Problem"

Sep 1, 2011

I'm trying to update Kubuntu 11.04 here is my error: p, li {white-space: pre-wrap;} E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. here is what i have tried to fix it:

[Code]....

View 2 Replies View Related

Debian :: Stopping Aptitude Upgrading A Package?

Jan 29, 2010

I've build a package using dpkg-buildpackage but whenever I run aptitude safe-upgrade it upgrades the package I compiled as well even though it's the same version is there a way to tell it to leave it alone?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved