Questions related to dpkg, the system that powers most software installs. (Note: apt-get is a very similar tag.)
0
votes
0answers
27 views
Ouch! Got SIGABRT, dying.. Aborted [Resolved] [closed]
After installing ATI drivers using the "Additional Drivers" from the system settings I rebooted as required by the operating system (Ubuntu 12.04 Unity) and from there (after passing GRUB) I was faced ...
0
votes
3answers
49 views
problem with 'sudo apt-get upgrade'
When I run sudo apt-get upgrade, the following error rises:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
...
1
vote
1answer
27 views
how to package installed packages?
is there anyway to package the installed software on the system?
i mean without going to/var/cache/apt.. and without downloading anything else, can i use a dpkg command to make a packages from all ...
-2
votes
1answer
46 views
Apt-get is broken [closed]
I'm running Ubuntu 12.04 LTS and I am having a problem installing anything. Every single apt-get commands returns:
Setting up install-info (4.13a.dfsg.1-8ubuntu2) ...
/usr/sbin/update-info-dir: line ...
15
votes
3answers
331 views
What is the difference between dpkg and aptitude/apt-get?
When installing a software via dpkg -i packageA.deb, will the dependencies required by packageA be downloaded and installed automatically? How is this different from using apt-get or aptitude?
0
votes
1answer
18 views
Update Manager broken package libxext6 and libxext6:i386 [duplicate]
This problem seems similar to some, but none of the fixes work. When I try to update, it reads/displays the packages, but it will not install. The error message I got in the terminal is:
dpkg: error ...
0
votes
0answers
16 views
OS failed - How-To in LiveUSB Backup Keys, Installed Package List,
My 12.04 Ubuntu (Precise Pangolin) has a boot-time failure and previous kernels are no help. I will not be able to boot into the OS. I have a LiveUSB session (same OS), and want to make an installed ...
0
votes
0answers
68 views
Cannot install google chrome - package cannot be authenticated [duplicate]
I have a puppet setup which adds the google package signing key, the google repo and then tries to install google-chrome-stable. It has been working fine on many servers for the past 6 months until ...
0
votes
2answers
23 views
block from installing network-manager [duplicate]
How can I, for always, block the installation of a package? (in this case: network-manager)
I previously did
echo network-manager hold | dpkg --set-selections
After some update I found that it was ...
3
votes
2answers
35 views
How to install recommend packages from a file (package.deb)?
I have a package.deb and want to install all dependencies (Depends field in debian/control) and all recommend packages (Recommends field in debian/control).
Options considered so far:
Gdebi ...
1
vote
2answers
52 views
“-bash: /usr/bin/: No such file or directory” for almost every command
While trying to solve some package conflicts, mistakenly I ran this command on my Ubuntu-Precise:
sudo dpkg -r --force-all libc6
Consequently in a second all of the packages with a dependency to ...
0
votes
2answers
24 views
How to check a .deb file Installable or not using command line
How can i check a *.deb file is good to install in current system without install it? Is there any way that i can use dpkg or apt-get or other command line tools for this purpose?
Note: I need to do ...
0
votes
1answer
73 views
Update error Xubuntu 13.04
When I try to install or remove items I'm unable to do so due to 3 programs that aren't fully installed. Ive tried removing them and reinstalling but no luck when I tried to configure I got this:-
...
2
votes
1answer
42 views
Getting dpkg-buildpackage depencency errors when using apt-get install source --compile [closed]
I was playing around with
apt-get install source --compile
And I used audacity:
sudo apt-get install source --compile audacity
However, I am getting a dependency error:
...
-3
votes
0answers
29 views
Equivalent of these commands in the following distros [closed]
These commands:
dpkg -i
apt-get install
apt-get update
apt-get remove
apt-get dist-upgrade
apt-get purge
in these distros:
Opensuse,
Fedora,
Gentoo,
Arch,
Slackware.
0
votes
0answers
27 views
Script not available after installing package
I'm creating my own repository to host my scripts. I wrote a shell script and wanted to package into a .deb file. I created the DEBIAN directory and the control file inside.
The .deb is created ...
0
votes
1answer
106 views
I encountered a dpkg dependency issue, and how do I resolve this issue?
sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
10 not fully ...
0
votes
1answer
57 views
How to fix dpkg: error processing fusion-icon?
This is what I got after upgrading Ubuntu 12.10 to Ubuntu 13.04:
santos@santos:~$ sudo apt-get upgrade Reading package lists... Done
Building dependency tree Reading state information... ...
1
vote
0answers
29 views
“Permission denied” error using dpkg-scanpackages and gzip
I'm quite new to Linux. I wanted to set up my own local apt-repository using instructions given here.
However, when i execute the script as:
#! /bin/bash
cd /var/www/debs/i386
dpkg-scanpackages . ...
0
votes
2answers
52 views
After installing KDE desktop only KDE login
I installed KDE via the sudo apt-get install kde-plasm-desktop command (I wanted less packages than installing the Kubuntu-desktop would give me) and now I get the KDE (or is it Kubuntu?) login ...
1
vote
0answers
43 views
Can't change keyboard layout on a VirtualBox
I installed a Django stack from bitnami on VirtualBox, and ran it.
Unfortunately, my keyboard is a french AZERTY, but the Ubuntu 13.04 inside this little box doesn't seem to realize that.
I found ...
0
votes
0answers
30 views
apt-hell broken dependancies for mysql server
'devillj@bbj-EP45-UD3R:/var/log/mysql$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting ...
1
vote
1answer
160 views
apt-get update fails to configure linux-image-3.2.0-43-generic
When I recently tried to use apt-get upgrade to install the most recent updates, the process failed while configuring linux-image-3.2.0-43-generic. I can not remove / purge the package, and can not ...
1
vote
0answers
128 views
dpkg error when installing linux
After running:
sudo apt-get -f install
or
sudo apt-get install linux
this error appears:
dpkg: error processing linux-generic (--configure):
dependency problems - leaving unconfigured
dpkg: ...
0
votes
0answers
23 views
dpkg error unfixable
I am using Ubuntu 12.04 . Gnome desktop Unity. Once I tried to install Ubuntu KDE
desktop. After installing the system told me that Ubuntu 4.0 KDE you have installed is third party so there was a ...
0
votes
1answer
39 views
How to resolve dependency conflict (perl conflicts with libxml-sax-perl)?
I am trying to install a package called libxml-simple-perl, but it depends on libxml-sax-perl, I have installed other dependencies without issues, but this one below is giving me a lot of trouble, and ...
0
votes
0answers
47 views
How to install gnopfract4d on Ubuntu 13.04 64 bit
How to install gnofract4d.deb file on 13.04 64bit. Here is error messages:
sudo dpkg -i gnofract4d_3.14.1_amd64.deb
Selecting previously unselected package gnofract4d.
(Reading database ... 234826 ...
0
votes
1answer
100 views
Is there any YUM to APT-GET tool?
I have a big source code where it wants to install everything where shown of YUM (Fedora, CentOS, Red hat package manager).
Example:
$ yum install bzip2 cpio curl curl-devel fileutils gettext-devel ...
0
votes
2answers
69 views
Problem with apt-get update and dpkg/status
First i got some problems with /var/lib/dpkg/status. I found a solution to remove this file and run apt-get update. Removing this file worked well but after running update i always got this ...
0
votes
0answers
36 views
Nautilus doesn't work; update doesn't work
I'm running 12.04. This morning nautilus stopped working. Double clicking on the Home folder gets the flashing going, but nothing else. I did some searching around and it was suggested to reinstall ...
2
votes
1answer
44 views
Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?
We ran into this problem while packaging some software written in nodejs.
Because we can't package each and every dependency separately, we need to ship the node_modules/ directory along with the ...
0
votes
1answer
112 views
12.04 unattended-upgrades package has lock on /var/lib/dpkg/lock (cannot sudo apt-get update due to lock) [duplicate]
Calling the sudo apt-get update fails to complete. Fails with:
Fetched 2,212 kB in 13s (162 kB/s)
E: ...
0
votes
1answer
35 views
dpkg won't update - input/output error in indicator-session
I have been having an error trying to update my system. Currently I can't install/remove or update anything with apt-get...
Here is the error I get when running apt-get update
dpkg: unrecoverable ...
0
votes
1answer
23 views
stuck with dpkg
I am using ubuntu 13.04.I was installing a program and it had to download a file from the internet.It was a huge one.I waited for 30 minutes but nothing turned up.so I thought to let go and I closed ...
1
vote
0answers
19 views
How do I upgrade my code from dpkg-deb to dpkg-buildpackage
I inherited code that builds the .DEB using dpkg-deb -b -Zgzip -z9 debian ../$runner
This works well, except that when the end user runs it, it refuses to install missing dependencies. Instead it ...
0
votes
1answer
99 views
Failed linux Kernel Firmware Update
Ok guys this is what I get
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
...
1
vote
1answer
36 views
Term for “Modified (by you or by a script) since installation.” dialogue?
Sometimes I see the following dialog.
Configuration file `/etc/...'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What ...
0
votes
0answers
13 views
Ubuntu 12.0.4 package update failure libssl1.0.0 out of memory error [duplicate]
I am running Ubuntu 12.04.2 LTS and yesterday automatic updates failed on what appeared to be the update of openssl package. I have searched around and found several old q&a's to this package ...
0
votes
0answers
33 views
DPKG installation error due to LZMA error
I am using Ubuntu 10.04 LTS. I had recently upgraded the LMZA library to 4.43 which is the latest version. Ever since it gives error while installing few softwares and upgrades.
It shows the ...
0
votes
0answers
22 views
dpkg stale NFS problem, but no NFS ever used
I've been having issues with updating my computer running 13.04. The problems are also encountered while trying to do any package operation as far as I can tell. The error message is "Stale NFS ...
0
votes
1answer
27 views
Where are flex libraries located?
I find myself with a very weird problem in my hands. I wanted to install both flex (the fast lexical analyzer) and bison, and that's why I ran:
sudo apt-get install bison flex
The installation goes ...
1
vote
0answers
222 views
Upgrading from 12.10 to 13.04 -> dpkg: error processing sudo (--configure)
Here's the deal and reason I'm asking for your help. Last night I went on upgrading my Xubuntu 12.10 installation to 13.04, so at tty1 I run the command
sudo do-release-upgrade
and everything ...
1
vote
0answers
27 views
I'm having dpkg errors
When I try to install something i get this output and I don't know why.
dpkg: error processing language-pack-kde-en (--configure):
dependency problems - leaving unconfigured
Errors were encountered ...
1
vote
1answer
53 views
Lost/Deleted dpkg (package manager for Debian). How do I get it back?
OS: Ubuntu 12.04
Accidentally deleted dpkg. Now, packages can't be installed. So, needs an dpkg installer which installs packages.
0
votes
1answer
32 views
I just lost /var/lib/dpkg
I have an empty /var/lib/dpkg and as consequence both apt and dpkg are starting to complain about everything and with every simple task I would like to do with them: there is a way to rebuild that ...
1
vote
0answers
49 views
How to install xnviewmp using package management aptitude `apt-get` on Ubuntu 12.10?
How to install xnviewmp using package management aptitude apt-get on Ubuntu 12.10?
Visiting https://apps.ubuntu.com/cat/applications/xnviewmp/ and
clicking through to software center ends results in ...
0
votes
0answers
106 views
How to install Google Chrome on ubuntu 13.04 [closed]
I am trying to install Google Chrome on Ubuntu 13.04, but it does not install.
Output:
Selecting previously unselected package google-chrome-stable.
(Reading database ... 173123 files and directories ...
0
votes
0answers
47 views
Unity crash during 12.04 to 12.10 upgrade , dpkg --configure -a fails with too many errors : recourse?
Some key combination I pressed during an update from 12.04 to 12.10 ( en-route to 13.04 ..my final objective ) crashed Unity.
I could however start a terminal and I tried the fixes outlined in ...
1
vote
4answers
438 views
How do I install LibreOffice 4.0.2?
After I upgraded to 13.04 I noticed that Libreoffice 4.0.2 wasn't working, at all. When I click its launcher I get the this start up box:
which amounts to no program being opened.
I have ...
0
votes
2answers
59 views
avoid reinstall virtualbox and update to the latest release
Installing virtualbox-extension-pack-4.2.12 to enable USB2.0 controller prompted only to work with the latest release.
But my current version is 4.0.18 on debian wheezy. The latest release of ...






