Re: Permission denied during rpm installation



> that exactly what I did before
>
> $ rpm -q kernel-module-ntfs gave me
> package kernel-module-ntfs is not installed
>
> snow I tried
>
> $ rpm -qa | grep -i ntfs which gave me
> kernel-module-ntfs-2.6.17-1.2157_FC5-2.1.27-0.rr.10.5
>
> now I tried to remove the package
> $ rpm -e kernel-module-ntfs gave me
> error: package kernel-module-ntfs is not installed
>
> I had to try
> $ rpm -e kernel-module-ntfs-2.6.17-1.2157_FC5-2.1.27-0.rr.10.5
>
> to remove it
>
> why is that so? usually it should be suffifcient to provide the name
> like "kernel-module-ntfs" only, why whole pacakge name including
> version?

Kernel modules are special: you often want to have multiple versions
installed, one per installed kernel. Including the kernel
version/release in the module's package name means that rpm/yum won't
try to remove older module packages for other kernels when you install a
new one.

So in this case, the package *name* is
kernel-module-ntfs-2.6.17-1.2157_FC5, the package version is 2.1.27 and
the release is 0.rr.10.5.

Paul.


Thanks, something learned. Well I its just a transient problem. :-)

Thanks to all !

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Upgrading from old Sarge (Testing) to Unstable
    ... > The package I'm most concerned about upgrading is the kernel. ... If you installed it via the debian tools, ie. via a .deb package it will be found in the 'Obsolete and locally created packages' section in aptitude. ... You can later install a new kernel or compile a new kernel, but as said in the release info, I strongly recommend to do this in a separate step: use your existing kernel to see if everything works fine; ... 50% Building Dependency Tree Reading extended state information... ...
    (Debian-User)
  • Yum upgrade from F8 to F9 with KDE desktop - installation notes
    ... nVidia drivers from Freshrpms, and I had to install the latest nVidia driver ... kernel in step 5; once I did that, the dkms package (which gets installed from ... Use your preferred method to install the above file: ...
    (Fedora)
  • SUSE Security Announcement: several kernel security problems (SUSE-SA:2005:044)
    ... please install the update packages. ... Use the following command to determine which kind of kernel is ... Download the kernel RPM package for your distribution with the ... Starting from SUSE LINUX 9.2, ...
    (Bugtraq)
  • Re: Using yum to update livna nvidia packages?
    ... >> Yum by default does an install on new kernels and modules. ... >> package and since that comes from livna the issue at that point would ... 6629 drive installed for the existing kernel 2.6.10-1.770. ...
    (Fedora)
  • Re: I get it now! (smbfs support)
    ... > under dselect and no dependency warnings being issued. ... The smbfs package only gives you the programs to mount the shares. ... dependency system cannot see if your kernel has smbfs support. ... be annoying if you had to install another kernel only to get the smbfs ...
    (comp.os.linux.setup)