Learning Red Hat Linux (3rd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Learning Red Hat Linux (3rd Edition) [Electronic resources] - نسخه متنی

Bill McCarty

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










8.6 Uninstalling a Package


To uninstall a package, type:

rpm -e  package 

In this command, package is the name of the
package, not the name of the package file. The name should omit the
architecture; it can also omit the package version or package version
and release number. For example, you can erase the pine package by issuing either of the
following commands:

rpm -e pine-4.44-13
rpm -e pine

If you attempt to uninstall a package on which another package
depends, RPM will report a dependency error and
terminate without uninstalling the package. You can force
RPM to uninstall the package by using the
-- nodeps option:

rpm -e --nodeps  package 

However, doing so will probably cause the dependent package to cease
working properly. Therefore, you shouldn't use the
-- nodeps option very often.

/ 118