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
ADVERTISEMENT
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
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
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
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
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
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
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
Aug 8, 2010
when i try to use apt an error occurs: dpkg: parse error, in file '/var/lib/dpkg/status' near line 27317 package 'virtualbox-3.0': error in Version string `3.0.4-50677_Debian_lenny': invalid character in revision number E: Sub-process /usr/bin/dpkg returned an error code (2)
i tried to :
1- replace the file status with status-old
2- replace it with all the backups located in /var/backups/
and the same error occurs
View 4 Replies
View Related
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
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
Jan 3, 2010
I'm using a new Distro and after installing it and randomly searching for help on websites on how to install a .Deb file using dpkg at the konsole/terminal it says Bash : dpkg: Command not found . how is this possible ? Do I have to know about all the packages in the package manager to install this. slight difference for me ... knowing what I have and knowing if I need Apr93-323? (whatever) installed first or not ? The only thing I know is that I have the Iso image installed ... which is my linux distro . Where to go from here? because I usually go to a website site to find Software to install ...if I need it .back to the basics
View 14 Replies
View Related
Jul 8, 2011
After installing softwares using the dpkg command,my ubuntu is not detecting my keyboard or mouse.
View 2 Replies
View Related
Dec 21, 2010
I am diving into building RPM packages and I am wondering if there is an equal command in the RPM world to Debian's dpkg-depcheck. what it does is list all the packages need to build a given piece of source code when you run the command and point it to a configure or autogen.sh file. Is there something for RPMs that would do this as well?
View 3 Replies
View Related
Jul 25, 2015
When trying to install php5 I got the following result. Tried to apt-get clean, autoclean, remove --purge then reinstall the mentioned packages without any success.
dpkg --configure -a didn't get any better result.
Code: Select allsudo apt-get install php5
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
libapache2-mod-php5 php5-cli php5-common
[Code] .....
View 5 Replies
View Related
Apr 29, 2012
I am downgrading one of my Sid boxes to Testing. I've finished the install and now duplicating the system for installed packages.
Before I started, to get a list of installed packages
Code: Select allsudo dpkg --get-selections > package.txt
Now when I try to duplicate the installed packages
Code: Select all sudo dpkg --set-selections < package.txt
I receive over 1000 lines with the message:
Code: Select alldpkg: warning: package not in database at line wxyz
I did try
Code: Select all dpkg --configure -a
without any effect.
Is this just a diffence between the Sid package database and the Testing database?
View 14 Replies
View Related
Aug 16, 2010
I was triyng to install Debian on a AMD K6-2. I use debootstrap, and installed Lenny, with a kernel linux-image-2.6.26-2-486.
After that apt-get update and apt-get upgrade and I get:
The following packages will be upgraded:
Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED feature is disabled in the running kernel.
Please upgrade your kernel before or while upgrading udev.
AT YOUR OWN RISK, you can force the installation of this version of udev WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file. There is always a safer way to upgrade, do not try this unless you 0understand what you are doing!
And similar messages appears trying to install xfce4...
View 1 Replies
View Related
Apr 6, 2010
I ran into this:[url]
I tried to ignore it (yesterday it made me remove xmms2-plugin-all, i could have lived with that for a few days), but it is getting worse: gnomebaker, mpg123, vorbis-tools, cdrdao, etc.
So i remove beloved apps , run aptitude install -f and what not. The result is that either libao2 or libao4 give me trouble (depending which version is installed at that moment).
After the upgrades are available again it's big fun over here. Is it just me or are others running in a lot of "dpkg returned an error message" too? The first time ever i got to use aptitude to get problems solved. Gnome terminal gives me segmentation fault but no error messages. And so on.
View 3 Replies
View Related
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
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
Feb 7, 2010
I just wanted to post this in the forums for anyone else that was having the same issue. I looked all over the internet for 4 hours and could not find a solution and finally figured out what to do. Maybe this will help save some time for someone else.
The ERROR:
Removing nvidia-glx ...
dpkg-divert: error checking `/usr/X11R6/lib/modules/extensions/libglx.a': No such file or directory
[code]....
View 4 Replies
View Related
Sep 12, 2010
i am getting this error after executing a command..i think my ubuntu is lacking some of the packages..can anybody tell me how to fix it..here is the description-->
$ apt-get source smplayer
Reading package lists... Done
Building dependency tree
[code]....
View 3 Replies
View Related
Jun 24, 2011
My dpkg command is corrupted. When I run command "dpkg -s packagename" I'd get error, "dpkg: /lib/libc.so.6: version `GLIBC_2.8' not found (required by dpkg)". This is a production system so I have to be careful in resolving it. I'm concerned that other packages may be broken due to the missing libc.
The server is running release 8.04, hardy.
View 4 Replies
View Related
Jun 8, 2011
during an "apt-get install" the filesystem of a virtual machine filled up and so it failed. I have now increased the file-system size but running the same "apt-get install" again results in this error: "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." However when I try to run 'sudo dpkg --configure -a' I get this error: "dpkg: failed to write status database record about 'libxmuu1' to '/var/lob/dpkg/status': No space left on device" How can I recover from this situation?
View 1 Replies
View Related
Mar 13, 2011
How do I slow down the output from the command...
Code:
Or can I go up the page and back down? AND... can I copy all of this to a text file?
View 4 Replies
View Related
Apr 8, 2010
I checked xen-tools on a Debian Lenny system
Got following
Code:
This package contains tools to manage Debian based XEN virtual servers.
Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.
Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?
View 2 Replies
View Related
May 9, 2011
I have just upgraded my ubuntu to 11.04 .After it is done ,I could install any software ,the error is as follows:
E: Sub-process /usr/bin/dpkg returned an error code (1)
I wonder what is the meaning of the error.
View 3 Replies
View Related
Jun 26, 2011
I was having some problems with PlayOnLinux and decided to uninstall it.
I went to Software Center and tried to uninstall it there, no luck.
It just said: Package operation failed. The installation or removal of a software package failed.
So then I tried in Terminal: entering "sudo apt-get remove playonlinux" and I got this reply:
Quote:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
I then tried to enter: "sudo dpkg --configure -a" and got this:
Quote:
dpkg:
Ubuntu 11.04 (64x) installed from WUBI.
Hardware (I don't know if this is relevant): Intel i5 M 450 ATI Mobility HD 5650 Others?
View 2 Replies
View Related
Aug 22, 2011
Im experiencing issues updating. here is the error update is giving me:Reading database....60%dpkg: unrecoverable fatal error, aborting:files list file for package 'liborbit2' is missing final newlineE: Sub-process /usr/bin/dpkg returned an error code (2)A package failed to install. Trying to recoverNothing happens at this point.
View 4 Replies
View Related
Sep 6, 2010
I cannot find dpkg directory in /usr/bin folder and while installing mysql server it gives the following error Errors were encountered while processing:
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10.5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
View 1 Replies
View Related