Debian Configuration :: How To Force Remove Broken Keyring Package

Jun 17, 2011

I want to remove a keyring package I installed from a repository that I no longer want to use. However, I cannot remove it:

# apt-get remove -y --force-yes debian-xray-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done

The following packages will be removed:
debian-xray-keyring
0 upgraded, 0 newly installed, 1 to remove and 130 not upgraded.
After this operation, 49.2 kB disk space will be freed.
(Reading database ... 181076 files and directories currently installed.)

Removing debian-xray-keyring ...
gpg: key "AB8F901D" not found: eof
gpg: AB8F901D: delete key failed: eof
dpkg: error processing debian-xray-keyring (--remove):
subprocess installed pre-removal script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing:
debian-xray-keyring
E: Sub-process /usr/bin/dpkg returned an error code (1)

View 4 Replies


ADVERTISEMENT

Debian Configuration :: How To Remove Package From List

Oct 17, 2010

I have tried install libsub-install-perl and libparams-util-perl but get Error. Now I want remove it from the list when I tried apt-get upgrade. Where I can remove from this entries?

View 2 Replies View Related

Software :: Force Synaptic/update Manager/aptitude To Accept A Broken Package?

Nov 9, 2010

I forced the install of graph-tool package [URL]. Now it is of course tagged as broken, so update manager wont do anything. But I want to accept it, I know it is not really broken. (In fact, graph-tool_xxx.deb asks for libcgal4. squeeze only has libcgal5, so I am betting this is not an issue, as far as graph-tool is concerned.)

View 2 Replies View Related

Fedora :: Force RPM To Remove Package?

Jan 26, 2009

how to remove a dbvis package as it causing yum to break. I have googled and searched the forums. I found this [URL]. I modified the python script that yum uses to find the offending package. This is the symptoms when i run yum...

Code:

[root@localhost ~]# yum -d 10 list
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>

[code].....

View 1 Replies View Related

Debian Configuration :: How To Remove Package That Ties With Core Ones

Aug 7, 2011

I have this package dependency question for a while. I have brand new Squeeze system. I selected desktop during installation. Gnome is default system but I turned off gdm3 and uses fluxbox as window manager. I understand if two packages are tied together funtionally so that removal of either package terminates one feature. Above cases, many small packages only depends on the core packages. The core packages work fine without games, other programs.

There are so many programs that I want to remove in the system. For examples, ekiga is a VoIP program that I never use it. When I tried to remove it using apt-get or aptitude, it suggests entire gnome packages will be removed also, which is illogical. The only solution I found is I need to manually remove the package files. I haven't tried it yet.

View 3 Replies View Related

Debian Configuration :: How To Remove 150MB Of Packages Related To Package?

Aug 13, 2011

VirtualBox is awesome tool for experiment and learning Linux.On the Linux guest OS, I installed standard system without Xorg.i expected it remove all the packages that come along with gnome-terminal previously.Only gnome-terminal was removed, 750kB free space. Now the system have 149MB packages as waste data IMHO.It doesn't look right to me.

View 4 Replies View Related

Ubuntu :: Cannot Remove Broken Package

Jun 15, 2011

I have installed a package that doesn't work on my system because some dependency is not met and I cannot resolve that without seriously breaking my system. Now I want to uninstall that package but it doesn't work. Synapic package manager is also not able to do anything with this broken package. How can I get rid of it now?

View 9 Replies View Related

Debian :: Broken Dependency - Mark Smartcam Package As Not Broken And Release Apt?

May 21, 2010

i'm running debian lenny - latest stable i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm, unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... how do i mark smartcam package as not broken and release my apt?

View 8 Replies View Related

Ubuntu :: How To Find And Remove Broken Package References

Oct 14, 2010

A while back a disk error caused /var/lib/dpkg/status to go south - completely corrupted. I managed to rebuild it with the help of a script i found online, but now there's a package called libghc6-edison in limbo on my install. It has no sources, as it was custom built, and i cant seem to find the references to this thing. Apt cache shows that it exists, synaptic gives me an error in CLI every time i launch it referring to this package -Traceback (most recent call last):

I've tried grepping all the files in /var/lib/dpkg to no avail. Any ideas where else this information could be stored? i need to find all the references to the package and purge them. It seems to preven me from successfully pulling off a do-release-upgrade (in a VM for testing) as well as doing a remastersys dist (have to do remastersys backup instead).

The package was never available in Lucid, if i remember correctly, i had to compile it myself and debianize it, but i cant seem to find the sources on my build VM or anywhere in the installed end-product OS.

View 6 Replies View Related

Debian :: Force Aptitude To Ignore Broken Packages

Jul 26, 2010

I am just too tired and am missing something in the man pages for aptitude and not getting my search terms right but I can't seem to find a way to make aptitude ignore a couple of supposed broken packages (they work just fine by the way). The only way I can find to remidy the situation is to remove those couple of packages or upgrade several things to their Squeeze counter parts. I really don't want to try and do the upgrade as at home I am stuck on a 56k connection. Removing the broken packages I guess won't be too bad if I can find the debs again after I install a couple of things I want to add to my system. I would however just like to make aptitude ignore the state of my system and try to install what I want anyway.

View 14 Replies View Related

Ubuntu :: Package Manager Says Have A Broken Package And Wants To 'upgrade' To The Older Broken One?

Sep 1, 2011

I was having a problem with a fresh 11.04 install and the VPN software I use for work. I found the fix was to upgrade the software, so I downloaded an RPM, converted it to .deb and installed it via dpkg. The install worked and the VPN software now works, but Package Manager says I have a broken package and wants to 'upgrade' to the older broken one. How can I fix this without breaking my VPN SW again?

View 1 Replies View Related

Debian Configuration :: Force A Group Name On A File/Dir?

Feb 6, 2011

How to make a directory or files created in a directory by anyone be assigned a specific group name?

View 6 Replies View Related

Software :: CentOS - Remove Package With Configuration Files?

Dec 4, 2010

How to remove package with his configuration files. rpm -e doesnt delete any configuration files, is there any similar command to debians apt-get --purge ?

View 2 Replies View Related

Debian Configuration :: Package-xy: Depends: Lib-something (>= Version_number) Which Is A Virtual Package

Nov 4, 2010

when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.

View 14 Replies View Related

Debian :: Broken Package In Squeeze - Xorg Core

Feb 7, 2010

After going from Debian Lenny to squeeze, everything was going OK, apart from 8 broken packages of which I was easily able to fix 7 of the packages. The last one is x-org core, which comes up with the error message /var/cache/apt/archives/udev_150-2_i386.deb returned an error. From all my research it indicates that an update from kernel 2.6.26-2-686 to a later version is required due to 150 udev requiring the support of the CONFIG_SYSFS_DEPRECATED. My next question is where to start, do I need to add a linux-image repository in sources.list and then use the command-line or am I headed in the wrong direction.

View 3 Replies View Related

Debian Installation :: Bypass Or Patch Official (Broken) Package On Install

May 26, 2010

I'm trying to install sid but debootstrap if failing due to bug #581420. I understand the fix is simple but how can I bypass/patch the broken util-linux package that gets downloaded at install time? I'm using the daily d-i business card CD.

View 2 Replies View Related

Debian Configuration :: ClamAV Broken After Upgrade

May 4, 2010

After I did a safe-upgrade on my lenny system, clamav is now broken, which is quite a pain since my e-mail flow is now failing.

I get this in the log. CLAMAV: couldn't connect to: /var/run/clamav/clamd.ctl:

I have volatile in the list, and clamav is also installed from volatiel of what I can see, so what went wrong? Is the package broken?

[Code].....

View 2 Replies View Related

Debian Configuration :: Nouveau-driver Broken After Update

Jan 4, 2016

Yesterday I installed some updates on my Jessie system (I don't remember if the kernel was also updated). After rebooting the system nothing happens after the "Loading intial ramdisk"-message. If I boot in recovery mode the boot stops at the message:

Code: Select allfb: switching to nouveaufb from simple

If I add "nouveau.modeset=0" temporary to the GRUB-entry for the recovery mode, it will boot up in the console-mode.

I was able to get an ethernet connection with "dhclient eth0" and removed the "xserver-xorg-video-nouveau" package. Then I installed it and the removed gnome-desktop again. Before removing it, aptitude said the following to the package:

Code: Select alli A xserver-xorg-video-nouveau

Now it only says:

Code: Select alli   xserver-xorg-video-nouveau

But this didn't change my problem. I found a similar case in the internet, but there were no solutions for it: [URL] ....

The next thing I would do, is to install the proprietary nvidia-drivers, but since I have a GTX 960 video card, I would have to use experimental drivers. So I'm afraid to make it more worse trying to install this drivers.

Also I'm not sure if it really is a driver-specific of kernel-specific problem. My kernel is version 3.16.0-4-amd64.

View 10 Replies View Related

Debian Configuration :: Certificate Verification Broken After Upgrade

Jan 24, 2016

I upgraded my server yesterday via apt-get and my Perl scripts are not able to make HTTPS connections due to certificate verification problems.

This seems to be a problem for EVERY HTTPS site.

CURL gives the following error:

Code: Select allSSL certificate problem: unable to get local issuer certificate

I know that this has something to do with root certificate updates, but if I sound ignorant about it, it's because I am.

using CURL with the -k option allows the connection to be made.

I'm running OpenSSl 1.0.1k-3+deb8u2 on Jessie 8.2.

I would obviously prefer to not disable certificate verification on my server.

View 6 Replies View Related

Debian Configuration :: Blueman Broken In Testing (Squeeze)

Jun 30, 2010

For anyone using Blueman with Testing (Squeeze), todays Python upgrade to version 2.6 stops it from working due to a Blueman bug. This has been fixed in blueman version 1.21-4, which you can install from SID if you don't want to wait the 10 days for the normal migration.

View 1 Replies View Related

Debian :: How To Remove Package (lomoco)

Mar 5, 2011

I have logitech mx518 (mouse).Additional buttons did not work, so I googled a bit and tried different stuff. One of these is the package lomoco.I installed it via aptitude install and did not noticed any differences. So I tried to remove it with aptitude remove, but this seems not to have worked.The problem is, I get several warnings or error messages (or what ever) on startup about lomoco. So I would like to remove it completely.

View 2 Replies View Related

Debian Configuration :: Broken Trash From Fstab-partitions In Nautilus

Jan 21, 2016

On my system nearly all subfolders of my home-directory are on another hard drive. I included them via /etc/fstab as shown in the example below:

UUID=12c12565-ece4-4a22-b5c5-275aba1a3fd4 /media/data ext4 defaults 0 2
/media/data/archive /home/XXX/archive none bind 0 0
etc.

View 1 Replies View Related

Debian Configuration :: Jessie Amd64 / Held Pkg And Broken Synaptic?

Jan 30, 2016

I was using Synaptic to remove unwanted sound & audio programs...it seemed to take out other files that were non-related ?

(1) Now apt-get complains about a "Held Package" and doesn't tell me the pkg name.

(2) Synaptic is broken...error..E: The value 'stable-updates' is invalid for APT::Default-Release as such a release is not available in the sources

E: _cache->open() failed, please report.

stable-updates isn't even in my sources list. I've purged synaptic, and re-installed but remains broken. When you close error msg synaptic disappears ? Therefore can't use synaptic at all.

(3) apt-get says many packages that were available are no longer available...like one of the main repos has disappeared ?

(4) I put the same repos that are working for my brother who is running Debian Jessie also, but didn't improve the number of missing available packages.

deb [URL] ....

deb [URL] ....

How or why things have gone so wrong from just removing unwanted sound pkgs.

To recap problems...apt-get held pkg....broken synaptic....unavailable pkgs.

View 4 Replies View Related

Debian Configuration :: Support For Single Case Tty Broken In Agetty?

Feb 12, 2016

I'm restoring an old TI Silent 700 terminal [URL] ... and have connected it to an RPi running the debian based Jessie release using a serial converter. After learning more than I wanted to about serial settings and support I now have it interfaced and communicating bidirectionally but have one last hurdle - proper support for a single case (uppercase only) terminal in agetty.

With the -U flag on it seems like the the login name is detected as needing conversion because lowercase login names work - but lower case passwords do not and once I get a bash prompt all input comes in as upper case. So the -U agetty flag only seems to apply to login name and is then forgotten (not passed on to login process or bash?) and various settings in stty like iuclc, xcase, iexten don't seem to work.

I'd really like to get this terminal working with native support but I'll also take a kludge of some kind (I've tried a tr pipe for example).

Here is what I think is the relevant portion of my systemd generator:

Code: Select all[Service]
ExecStart=-/sbin/agetty -U 300 %I $TERM
Type=idle
Restart=always
UtmpIdentifier=%I
TTYPath=/dev/%I

[Code] .....

View 1 Replies View Related

Debian Configuration :: DHCP Server In Squeeze Appears Broken?

Dec 3, 2010

Alright, I edited "/etc/default/isc-dhcp-server" and set "eth0" as the only thing listed for interfaces. I also have the code below in "/etc/dhcp/dhcp3/dhcpd.conf" and I even copied it to "/etc/dhcp/dhcpd.conf" for good measure, and I can't get the DHCP server to start. As an intermediate to advanced user, I am under the high assumption that it is broken since everything in the docs has been set. I have googled for two days and cannot find a fix, so before I report it as a broken package, would somebody with more experience with the package chime in?

Configuration file:
subnet 10.0.0.0 netmask 255.255.255.0 {
option domain-name-servers 10.0.0.254;
option broadcast-address 10.0.0.255;

[Code].....

I hid my wireless setup because it contains my WiFi network info including key. This box is routing, doing DNS resolution, and firewalling just fine. I just cannot get the friggin' DHCP server to start no matter what I try.

Oh, and is it safe to delete "/etc/dhcp" or "/etc/dhcp3"? They appear to be duplicates of each other...

View 1 Replies View Related

Debian Configuration :: Backported Kernel Has Broken Hardware Sensors?

Aug 4, 2011

Having installed the 2.6.32 backport for Lenny, I have suddenly noticed that my Gkrellm doesn't display CPU and MB temperature anymore. Also, the smart sensors are inaccessible. Smartctl cannot access the readings even when run manually in a root terminal. I tried reinstalling lm-sensors and running sensor-detect again but it didn't help. What else needs to be updated to let the backported kernel see the hardware sensors?

View 4 Replies View Related

Debian :: Remove A Package That Is A Dependency Without Removing Anything Else?

Mar 19, 2011

ex: package A depends on package B, C and D I want to remove only C and D and leave A in a broken state. how?

View 4 Replies View Related

Debian :: Remove The Relation Of A File From A .deb Package?

Feb 2, 2010

Hi,

I'm using my own Debian .deb-packages for managing software updates on a small numbers of computers. So this question is about creating my own .deb Packages.

I got the Package A with the version 1.0 and 2.0. From version 2.0 on it's not necessary to keep track of the file fileB.txt. But I want to keep fileB.txt on the target system anyway.

Code:

Package A Ver. 1.0:
- fileA.txt
- fileB.txt

Package A Ver. 2.0:
- fileA.txt
If I install the new .deb package A. DPKG will remove fileB.txt.

How can I prevent dpkg to remove fileB.txt? In fact, dpkg should simply forget that fileB.txt was ever part of Package A!

Of course I could manipulate the dpkg file list, somewhere in the dpkg cache (file system). But how can I achieve the same effect within a package -> without manual manipulation on the target system?

Is there any key word in the control file? Or is there a special file, which lists "dependencies to delete"?

View 1 Replies View Related

Debian Installation :: How To Remove Half-installed Package

Jun 30, 2010

Recently tried to install a new Wine package, but the install failed, so I removed it and reinstalled the old one. That installation also failed, and now the package is in a half-installed state and can neither be installed nor removed. I'd be most grateful for some help - I miss my Wine!

# apt-get install 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.
# apt-get remove 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.

What does it mean by "an archive", and where can I find one?

View 3 Replies View Related

Debian Configuration :: Build A Package - Debian / Rules Error?

Apr 2, 2011

I recently tossed Ubuntu for Debian Unstable for my personal machines and I'm having trouble building Emerald into a package. I've already configured and installed the package (using the usual ./configure, make, make install) but I wanted to make a deb for future use (for myself and for others). However every time I try to run dpkg-build I get the following error message.

dh_install -pemerald  --sourcedir=debian/tmp
dh_install: emerald missing files (usr/bin/*), aborting
make: *** [binary-install/emerald] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

[Code]...

View 2 Replies View Related







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