Debian :: Removing Backport Kernel Packages ?

Sep 19, 2010

In trying to get something else working, I installed a newer version of the kernel from backports (I'm on 2.6.26 lenny and the backport kernel is 2.6.32). That failed, so I want to remove the backport kernel completely.

I tried:

Code:

and got:

Code:

Accept this solution? [Y/n/q/?]

I don't really understand how these metapackages work and I don't want to accidentally remove my currently-working kernel.

What's the correct way to remove all packages related to the backports kernel and leave the existing lenny ones alone?

View 4 Replies


ADVERTISEMENT

Debian :: Old Kernel Removing With Safety Including Packages And Image

Oct 22, 2015

I am new and recently almost one month back installed debian linux stable 8.2 came from windows. Today I upgrade my debian stable 8.2 to testing and everything works fine. Just one thing is that I checked kernel and find :

uname -r

4.2.0-1-amd64

dpkg --list | grep linux-image

ii linux-image-3.16.0-4-amd64 3.16.7-ckt11-1+deb8u5 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-4.2.0-1-amd64 4.2.3-2 amd64 Linux 4.2 for 64-bit PCs
ii linux-image-amd64 4.2+68 amd64 Linux for 64-bit PCs (meta-package)

I am first time removing old kernel so cant take risk from searching the solution from google so come here, what and how to remove that includes everything like kernel image and other old kernel files not needed.

One more thing I just realised and saw on details in settings gnome that

Base : Debian GNU/Linux stretch/sid 64-bit

Is this right as it says sid in the line but i just changed my sources.list to testing only and then aptitude upgrade and full-upgrade then just.

View 3 Replies View Related

Debian Installation :: Kernel Backport For Jessie (8.0)?

May 16, 2015

I installed the 32 bit version of Debian Jessie (8.0) on an Asus X205TA. The Asus X205TA laptop is quirky like a lot of Intel Baytrail Atom laptops/tablets in that it has 32 bit EFI but a 64 bit capable CPU, and installing Linux on them is an exercise in frustration. Jessie is probably the first distro to support 32bit EFI out of the box, and the install went surprisingly smoothly. As expected the sound and built in WIFI does not work, but everything else seems to work well.

I spent half a day compiling the 4.03 kernel but it crashes on boot, and I ended uninstalling it in frustration.

Is there any backport of the 4.0 (or 4.1 which is currently a release candidate) for Jessie? Debian also seems to have pulled the kernel image off of their "experimental" repository.

[URL] ....

View 6 Replies View Related

Debian Configuration :: Boot Kernel Panic After Upgrade To Backport 2.6.39

Aug 21, 2011

I am running Debian squeeze. A while ago I upgraded my kernel to 2.6.38 from backports. Just now I thought it would be good to upgrade to 2.6.39 from backports. Upgrade went fine, but after rebooting I get a kernel panics rightaway.

"No filesystem could mount root, tried:"
"Kernel panics = not syncing: VFA: Unable to mount root fs on unkown-block(0,0)."

This is the first time one of Linux installations halts/panics on booting, so I don't know what to do now. I tried booting the recovery entry from the grub boot menu, but same result.

View 6 Replies View Related

Debian Configuration :: Squeeze Backport Kernel 2.6.38 - Only A Console Login Prompt No GUI

May 22, 2011

I installed 2.6.38 from backports. It boots OK, and among the start-up messages it says it has started kdm, but then it offers only a console login prompt, no GUI. I assumed (perhaps optimistically?) that newer kernels would be backward-compatible, and that any dependencies on other software would be enforced by the package mechanisms. Running amd64, Squeeze, KDE.

View 6 Replies View Related

Debian :: Difference Between Kernel Version And Backport Version

Mar 8, 2011

Sometimes a kernel image seems to have the same version as the backported kernel image, for example:
linux-image-2.6.32-bpo.5-amd64
linux-image-2.6.32-5-amd64

What are the differences between the two?

View 5 Replies View Related

Debian Configuration :: Removing List Of Unwanted Packages

May 5, 2011

I have a fresh Debian install, since this install was on a desktop, I had an internet connection and didn't notice (it was late, I was half asleep) I opted to download a whole load of packages I didn't really need. I thought all was doomed until I remembered that I have done another Debian install but a week ago on a laptop, which has a nice clean install without all the bloat.

So I ran dpkg --get-selections > selections
and had it sent to my new desktop installation.

Now if I run dpkg --set-selections < selections followed by dselect-upgrade nothing happens. I assume this is because the smaller list contains all the packages 'to be installed' which already are, and all the missing packages are not being purged. Do I need to explicitly add all the packages I want to purge to the 'selection' list or is there a better way of doing it?

View 1 Replies View Related

Debian :: Installing / Removing - Packages Have Unmet Dependencies

Jun 1, 2011

I have an issue with packages. When I try to install any package then I receive error like this one below.
e.g. install Lynx:

Code:
# apt-get -f install lynx
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libperl5.10: Depends: perl-base (= 5.10.0-19lenny3) but 5.10.0-19lenny2 is to be installed
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
lynx: Depends: lynx-cur (>= 2.8.7dev9-2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So I decided to remove libperl5.10 which apparently mess. But its not that easy, just take a look:

Code:
# apt-get --purge remove libperl5.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
Depends: libperl5.10 (>= 5.10.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
...and now I don't know what to do ?

View 13 Replies View Related

Debian :: Automatic Removal Of Kernel Headers Package When Kernel Packages Are Removed

Dec 28, 2008

As a follow-on to something Telemachos said in another post:

Quote:

Originally Posted by Telemachos

You can see what kernels you have installed - to check if you have a virtual kernel and to clean up - by running this command:

Code:

If you've been installing kernel-headers along with the kernels (say to build modules for graphics or wireless), you should remove those when you remove the corresponding kernel. The command to search for those is parallel:

Code:

I would have thought that removing a given kernel package would trigger the removal of the older kernel headers. Can someone confirm that is, or is not, the behavior? I ask this because it seemed to me that the older kernel header packages were indeed removed when I removed some older kernel packages.

For example, the linux kernels I have installed are:

Code:

Also, the linux-headers packages I have installed are:

Code:

So, when I get around to removing the linux-image-2.6.25-2-amd64 package like this:

Code:

I would expect apt-get to automatically also remove linux-headers-2.6.25-2-amd64 and linux-headers-2.6.25-2-common. Is that what will happen, or do I need to explicitly state all three packages on the apt-get remove command?

View 3 Replies View Related

Debian Configuration :: Warning Removing Or Updating Kernel Without GDM

Jun 12, 2011

I am an old Debian user, ho just reinstalled it again to see how it evolved since my las version (3.2). I am sharing it with Arch Linux, And decided to let bot of them. I am using GDM compiled and configured in Arch, and removed GDM2 from Debian (i just like the easy menu.list from the old GDM). The problem is that when i update the kernel, it didn't fing GDM and drops an error message. I tried removing the distro-preconfigured Kernels, as i compiled my own 3.0.0-rc2 Kerenel, but i cant delete the previous ones. Now everytime i do an install or uptgrade, apt-get drops wastes some time, and drops an error message:

[code]...

What can i do? i googled some similar errors, but where just messed up mirror.lists, or similar, i know it isnt the cause of fail.

View 2 Replies View Related

Debian Multimedia :: Fix Update Notifications After Backport?

Jul 9, 2011

I've used the backport described on the debian news to switch from Open Office to Libre Office. It didn't work with Synaptic, but without any complications when I used "apt-get" on the command line.

Unfortunately this left me with a confused synaptic package management:

My former Open Office is gone, but I get notifications for an Open Office update. I tried to solve the problem by deleting the backport-ressource from my sources list, but the notification won't vanish.

Except Libre Office I'm using a clean squeeze installation without anything I couldn'd find on the main sources list...

Does anybody know how I can get rid of this useless notification?

View 8 Replies View Related

Debian :: Moderncv Class Is Not Working With Backport Installation Of LyX

Oct 20, 2010

I am trying to upgrade my texlive installation. I am currently using Lenny, but it turns out that the moderncv class is not working with my backport installation of LyX (1.6.5) and the classicthesis class is missing (which was previously available for debian). It turns out that the new versions of these packages are the in the testing branch, so I added that branch to my repos.Now, if I wish to install the relevant new versions of the texlive packages, synaptic told me that it must remove and upgrade things like KDE from 3 to 4! which has nothing to do with texlive that. I do I do then? Can I avoid changing my trusty KDE 3.5?

View 3 Replies View Related

Debian Configuration :: Backport Version Lagging Behind On Armhf

Mar 17, 2016

On my raspberry pi 3 with debian jessie I'd like to install a new version of ejabberd (xmpp/jabber server). For some platforms, the latest version 16.02 is available under jessie-backports, but for armhf, it is not: in the table at the bottom of <https://packages.debian.org/jessie-backports/ejabberd>, next to armhf is the version 16.01 listed in red, instead of 16.02 in green as for amd64 etc. What do these colours mean, and why the difference in versions? Will 16.02 become available for armhf as well in the (near) future, or is this an indication of a more serious problem?

Jessie's older version 14.07 does not offer the features I need, and 16.01 does not run at all; hence my hopes are pinned on 16.02.

View 2 Replies View Related

Debian Configuration :: Public Key Error In Squeeze Backport ?

Jun 22, 2011

Just added Squeeze multimedia repositories in source list,but get this after reload :

W: GPG error: ftp://ftp.debian-multimedia.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907

However,update for Audacity & Mplayer showed in Update Manager,and I successfully updated.

View 4 Replies View Related

Debian Hardware :: Wheezy - Cannot Upgrade Nvidia Driver To 319.82 Backport

Nov 17, 2014

I'm on Wheezy with version 304.117 of the proprietary nvidia driver installed and working, but an application I have needs a newer version of the driver. I'm trying to install the 319.82 version in backports by following the instructions given here, but when I issue the command to install nvidia-kernel-dkms, I get the following:

Code: Select all> sudo aptitude -t wheezy-backports -r install nvidia-kernel-dkms

The following NEW packages will be installed:
  libgl1-nvidia-glx-i386:i386{a} nvidia-driver{a}

The following packages will be REMOVED:
  libgl1-nvidia-alternatives{u} libglx-nvidia-alternatives{u}
  libxvmcnvidia1{u} nvidia-glx{u}

The following packages will be upgraded:
  glx-alternative-nvidia glx-diversions libgl1-nvidia-glx
  libgl1-nvidia-glx:i386 libnvidia-ml1 nvidia-alternative
  nvidia-installer-cleanup nvidia-kernel-dkms nvidia-settings
  nvidia-smi nvidia-vdpau-driver xserver-xorg-video-nvidia

The following partially installed packages will be configured:
  mint-flashplugin-11:i386
12 packages upgraded, 2 newly installed, 4 to remove and 151 not upgraded.
Need to get 32.3 MB of archives. After unpacking 9,440 kB will be freed.

The following packages have unmet dependencies:
 glx-alternative-mesa : Depends: glx-diversions (= 0.2.2) but 0.5.1~bpo70+1 is to be installed.
Internal error: found 2 (choice -> promotion) mappings for a single choice.
Internal error: found 2 (choice -> promotion) mappings for a single choice.

The following actions will resolve these dependencies:

      Remove the following packages:                                     
1)      glx-alternative-mesa                                             
2)      glx-alternative-nvidia                                           
3)      libgl1-nvidia-glx                                                 
4)      libgl1-nvidia-glx:i386                                           
5)      nvidia-alternative                                               
6)      nvidia-kernel-dkms                                               

[Code] ....

Accept this solution? [Y/n/q/?] q

The mint-flashplugin problem is a separate issue which I've had for a while. I assume that it can be ignored for the purposes of this post.

If I'm reading the aptitude output above correctly, it's telling me that the only way to "resolve" the conflict is by uninstalling all nvidia support, leaving me with no driver at all. Is that right?

View 2 Replies View Related

Debian Configuration :: Kernel From Source And Firmware Packages

Jul 16, 2011

If I want to compile a kernel from source (from kernel.org), including all the drivers I need regardless of their origin, I would not need any firmware-*.deb packages, right? Do the firmware packages add anything that is not present in the latest kernel?

View 3 Replies View Related

Debian Multimedia :: Removing Epiphany Without Removing Half The System?

May 31, 2011

I know a bunch of commands and I am comfortable using the terminal, I even set a powerpc server but I can't figure out how to remove epiphany on this new computer I'm setting up. I didn't install anything with tasksel. I installed gnome and xorg afterwards... I load it up and 'startx' just fine. then I check around for the programs that were installed. I lik'em gimp, lot's of utilities. gedit. anyway I find epiphany, which I have already established that I dislike, I immediately go to the root terminal (another nice program that comes with gnome) and type apt-get remove epiphany-browser-data the output says it will be deleting gnome... however I have researched and found these are simpy meta packages that don't really matter.... however under the section that states all the packages that will be removed by autoremove there is a huge list... I doubt these packages are safe to remove. how to remove epiphany without removing a huge amount of probably needed software

View 14 Replies View Related

Debian Configuration :: Wine And Squeeze Kernel - Future Updates To The Packages

Dec 21, 2010

Are the 1.3 Wine packages availible at [url] compatible with the Squeeze kernel? What about future updates to the packages there?

View 3 Replies View Related

Ubuntu :: Removing Packages Via Synaptics?

Aug 2, 2010

When removing packages via Synaptics it gives the option of Mark for removal Mark for complete removal If I mark it for complete removal does it mean it will never be available from Synaptics again or does it mean that the whole package will be deleted from my system and have to be downloaded again if I want to install it again. I am never sure which to pick

View 7 Replies View Related

General :: Removing Multiple RPM Packages At Once

Apr 14, 2011

I need to remove a lot of rpm packages and I would like to save some time and make things easier, but I am unsure of how to do it. Currently I just copy/paste over and over. My plan was to put the output of the command below into a text file, and use that text file to remove all the packages.
rpm -qa |grep xxxxx > file.txt

My question is how do I get that file to work with "rpm -e". I tried to insert the file using the less than symbol but that didn't work:
rpm -e --nodeps < file.txt

View 4 Replies View Related

Fedora :: Removing Unsupported Packages After Upgrade?

Sep 14, 2010

I recently did upgrade from F12 to F13 using preupgrade, and I was following the guide from the Fedora project website [URL]

On the section Removing unsupported packages it shows how to find orphaned packages and sugest you remove them. I tried that, found a bunch of packages that I promptly erased. But then I
came across

ModemManager-0.4-5.git20100720.fc12.x86_64

I thought "well I don't use a Modem" so I tried to yum erase it. I stopped when I saw that it was trying
to also remove the dependencies, a bunch of NetworkManager packages.

My question is, why is ModemManager flagged as an orphan if it has packages depending on it, isn't that wrong?

And also, the recommendation on the guide to remove these packages can be dangerous to people who don't pay attention (imagine someone accidentally removing NetworkManager, no internet).

I will keep the "orphaned" package out of necessity, but something is wrong in this whole deal.

View 3 Replies View Related

OpenSUSE :: Removing Unused Packages : Deb Or Rpm Orphan?

Jan 3, 2011

Are you using one of these ? : deb or rpm orphan ? Are they ok to remove old packages not used anymore , or have you got some others tools or intesresting tips for doing so

View 2 Replies View Related

Ubuntu :: Removing Public Keys Not Available - Packages

Sep 23, 2010

I'm getting some errors while trying to do an update:How can I know which are the apps that are causing this, and how should I remove/update these?This is my /etc/apt/sources.list

Code:

deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://linux.dropbox.com/ubuntu lucid main
deb-src http://linux.dropbox.com/ubuntu lucid main

[code]....

View 4 Replies View Related

Ubuntu :: Removing Packages With Dpkg - Dependencies?

Jan 26, 2011

I want to remove Evolution and install Thunderbird. I have a general question. WRT any given package, how can I determine if that package is required by any other packages so that I wouldn't want to remove it?

View 9 Replies View Related

OpenSUSE :: Removing Packages Suggested In Software Managment?

May 21, 2011

Why is this going on? I use this machine to watch media like heck I would remove these files and break 50%+ of my functionality. There is a whole pile of "red" entries in this repo and it's all multimedia stuff mostly.

View 9 Replies View Related

General :: Error Removing Packages In Ubuntu Using Synaptic

Jan 5, 2011

I'm using Ubuntu 10.04 and during my tries to free space I've removed several packages such as: openoffice, all editors, and some more packages such as players and printers drivers that I don't need and seem o.k to remove. However, after restart, the graphical interface doesn't load, I'm in the xserver, I have console but not gui. I was wondering if anyone can tell me which packages I should not remove or let me know of dependencies I need to consider when messing with packages?

View 1 Replies View Related

Ubuntu :: Recovery/repair - Will No Longer Boot After Removing Packages?

Jun 17, 2011

OK as a recent Windows to Ubuntu convert I made a stupid mistake and now would now like to recover my OS, particularly my files.I had happily been running Ubuntu 10.10 but then used Synaptic to remove Python 2.6 (I was having trouble running Python 2.5 with both installed), I selected to remove Python and all it's dependencies (a bad move as I realise now, as it was quite a dependency list in the end!).

I was left with a semi functional desktop, some things worked but many things were broken / unavailable, neither Synaptic or even Terminal would work to situation.I tried rebooting in the forlorn hope that I would get some recovery options, but it would not boot, boot starts, gets to grub (top left flashing cursor), then that disappears and I am presented with a black screen and nothing then happens. If I then do a hard power down the screen very briefly shows some text (something like enter password) as it shuts down.

Subsequent boot ups just do the same thing. If I boot with an installation disk and move forward to the partition step the original partition is shown as in tact.So, my main question is, is there a way of recovering my OS without the use of low level disk recovery utils (which may be a bit painful and long winded). e.g. what happens if I install 'over the top' of my original installation, will my file system be in tact

View 1 Replies View Related

Fedora :: Removing Duplicate I386 Packages On A X86_64 System After A Pre-Upgrade From FC8-FC10

Oct 19, 2009

I recently upgraded my x86_64 system from FC8 to FC10 using Pre-Upgrade. (related blog link) It appears that the upgrade process installed a steaming pile of i386 packages that are duplicates of existing x86_64 packages. I now get update errors because of this package clash. I have searched the fora and the most progress I've been able to make so far is: I apparently had 8 unfinished yum transactions so I did yum-complete-transaction 8 times and have no more incomplete transactions.

The output of package-cleanup --dupes is not very helpful:

Code:

[tim@servy ~]$ sudo package-cleanup --dupes
Setting up yum
Loaded plugins: refresh-packagekit

Yet I still get transaction errors when I run updates via synaptic. It checks dependencies and downloads everything and errs when testing changes. This is the error it gives at the moment:

Code:

Test Transaction Errors: file /etc/gconf/schemas/gweather.schemas from install of libgweather-2.24.2-1.fc10.x86_64 conflicts with file from package gnome-applets-1:2.20.1-1.fc8.i386

[code]...

View 14 Replies View Related

Ubuntu Installation :: Firefox Shows Bold Font By Default After Removing Packages

Oct 29, 2010

I updated and removed some packages that could not be upgraded, and now Firefox and Google Chrome show web pages in bold font by default. By this i mean that all pages not setting font-weight explicitly.

This is on Meerkat, upgraded from long before (Lucid, i believe). I'm guessing the KDE packages are due to me having Amarok and konsole installed some time long ago, so i assumed i could ditch these.The terminal output from the commands above is attached.

View 2 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related







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