Hello.
I am quite new to the world of Linux. In my ignorance I tried to install a virus killer. Halfway the installation process something whent horribly wrong (power failure)
Now when I try to install any program by using apt-get or the installation manager I get this error:
---
root@linux:/home/siemens/temp/pics# apt-get install bugsx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
avg75fld
The following NEW packages will be installed:
bugsx
0 upgraded, 1 newly installed, 1 to remove and 37 not upgraded.
1 not fully installed or removed.
Need to get 0B/334kB of archives.
After unpacking 442kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 87636 files and directories currently installed.)
Removing avg75fld ...
Uninstalling 'avgd' service initscripts...
rm: cannot remove `/etc/init.d/avgd': No such file or directory
dpkg: error processing avg75fld (--remove):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
avg75fld
E: Sub-process /usr/bin/dpkg returned an error code (1)
---
Can anyone please explain to me how I fix this problem so I can install software once more?
Thank you in advance!
Marchel.
I am quite new to the world of Linux. In my ignorance I tried to install a virus killer. Halfway the installation process something whent horribly wrong (power failure)
Now when I try to install any program by using apt-get or the installation manager I get this error:
---
root@linux:/home/siemens/temp/pics# apt-get install bugsx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
avg75fld
The following NEW packages will be installed:
bugsx
0 upgraded, 1 newly installed, 1 to remove and 37 not upgraded.
1 not fully installed or removed.
Need to get 0B/334kB of archives.
After unpacking 442kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 87636 files and directories currently installed.)
Removing avg75fld ...
Uninstalling 'avgd' service initscripts...
rm: cannot remove `/etc/init.d/avgd': No such file or directory
dpkg: error processing avg75fld (--remove):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
avg75fld
E: Sub-process /usr/bin/dpkg returned an error code (1)
---
Can anyone please explain to me how I fix this problem so I can install software once more?
Thank you in advance!
Marchel.
Comment