Mengapa file terkait emacs masih di / usr / share / emacs bahkan setelah saya mencopot emacs? Bisakah saya menghapus file di / usr / share / emacs?
[root@home share]# rpm -qa | grep emacs
[root@home share]#
[root@home share]# ls emacs/
21.4 site-lisp
[root@home share]# pwd
/usr/share
Saya pikir ada terlalu banyak file di direktori / usr / share, file dan direktori mana yang bisa saya hapus?
[root@home usr]# ls
bin etc games include kerberos lib libexec local man sbin share src tmp X11R6
[root@home usr]# find share/ | wc -l
39786
[root@home usr]# ls share/
aclocal autoconf cups et GeoIP groff libtool misc rhgb swat themes
aclocal-1.9 autoconf2.6x cvs eula gettext gtk-2.0 locale muttprint rrdtool t1lib vim
anaconda automake-1.9 dbus-1 file ghostscript hal logwatch mysql samba tabset X11
anthy avahi denyhosts firstboot git-core hwdata lua ntop screen tcl8.4 xemacs
application-registry awk dict fonts gnome-2.0 i18n magic openldap sgml terminfo xml
applications bogofilter doc games gnome-mount icons magic.mime pear snmp texinfo xsessions
apps clamav dstat GConf gnome-screensaver info man php spamdyke texmf yum-cli
asciidoc cmake emacs gdb gnupg irssi mime pixmaps ss texmf-config zoneinfo
authconfig cracklib empty gdm graphviz lftp mime-info pkgconfig swamp texmf-var zsh
[root@home usr]# ls share/autoconf
autoconf Autom4te autom4te.cfg autoscan autotest INSTALL m4sugar
[root@home usr]# ls share/autoconf/autoscan/
autoscan.list
/usr/share
? Mengapa?Jawaban:
File-file ini dapat milik paket lain, yang juga menyediakan beberapa mode emacs. Anda dapat memeriksa dari paket RPM mana file ini dengan menggunakan perintah rpm, misalnya:
Merupakan ide yang buruk untuk menghapus file sistem secara manual. Saya akan menyarankan untuk menggunakan manajer paket Anda untuk itu.
sumber