LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error in package installation (https://www.linuxquestions.org/questions/linux-newbie-8/error-in-package-installation-860866/)

preetb123 02-05-2011 08:05 AM

error in package installation
 
i was installing some C/C++ plug-ins for codelite IDE before actually installing Codelite IDE(from the .deb packege available), and the installation didnt complete successfully, it left errors in the system. now evrytime i install something from terminal i get following error and the application doesnt get installed.
i am a newbie to linux and ubuntu, so i dont knw how to remove some packages or to restore the system from last restore point before this errors started, what i shud do to resolve this problem.
following, is just an example:

preetam@ubuntu:~$ sudo apt-get install mplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
mplayer-doc netselect fping
The following NEW packages will be installed:
mplayer
0 upgraded, 1 newly installed, 0 to remove and 262 not upgraded.
1 not fully installed or removed.
Need to get 0B/2,901kB of archives.
After this operation, 5,513kB of additional disk space will be used.
Selecting previously deselected package mplayer.
(Reading database ... 124062 files and directories currently installed.)
Unpacking mplayer (from .../mplayer_2%3a1.0~rc4~try1.dsfg1-1ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up firmware-b43-installer (4.150.10.5-4) ...
Not supported low-power chip with PCI id 14e4:4315!
Aborting.
dpkg: error processing firmware-b43-installer (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up mplayer (2:1.0~rc4~try1.dsfg1-1ubuntu1) ...
Errors were encountered while processing:
firmware-b43-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
preetam@ubuntu:~$



in this case, the mplayer is not installed, and this error appears...and same way if i try to remove codelite, then also it gives errors, so is there any way to remove all these packages which caused problems...? please help.

another case:::

preetam@ubuntu:~$ sudo apt-get remove codelite
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package codelite is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 262 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up firmware-b43-installer (4.150.10.5-4) ...
Not supported low-power chip with PCI id 14e4:4315!
Aborting.
dpkg: error processing firmware-b43-installer (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
firmware-b43-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
preetam@ubuntu:~$



what is the solution?

AlucardZero 02-05-2011 08:47 AM

Try removing firmware-b43-installer.

preetb123 02-07-2011 11:42 AM

Quote:

Originally Posted by AlucardZero (Post 4249158)
Try removing firmware-b43-installer.

thank you. that helped....


All times are GMT -5. The time now is 08:34 PM.