我正试图摆脱废话的gcj包。 试图删除它从apt产生这个:
The following packages were automatically installed and are no longer required: libhsqldb-java-gcj Use 'apt-get autoremove' to remove them. The following extra packages will be installed: gcj-4.4-base libasound2 libc-bin libc-dev-bin libc6 libc6-dev libc6-i686 libdb4.8 libgcj-bc libgcj-common libgcj10 libpython2.6 libreadline6 libsqlite3-0 libssl0.9.8 locales python-central python2.6 python2.6-minimal Suggested packages: libasound2-plugins glibc-doc libgcj10-dbg libgcj10-awt python2.6-doc python2.6-profiler binfmt-support Recommended packages: manpages-dev gcj-4.4-jre-lib The following packages will be REMOVED: java-gcj-compat openoffice.org-gcj The following NEW packages will be installed: gcj-4.4-base libc-bin libc-dev-bin libdb4.8 libgcj10 libpython2.6 libreadline6 python2.6 python2.6-minimal The following packages will be upgraded: libasound2 libc6 libc6-dev libc6-i686 libgcj-bc libgcj-common libsqlite3-0 libssl0.9.8 locales python-central 10 upgraded, 9 newly installed, 2 to remove and 1000 not upgraded. Need to get 35.4MB of archives. After this operation, 64.6MB of additional disk space will be used.
它看起来像试图转过身来安装最新版本的gcj。 我目前已经安装了sun-java6-jdk。
有build议?
尝试aptitude remove gcj
您可以尝试使用dpkg卸载软件包:
dpkg --purge gcj
这不会照顾到依赖关系,好的和坏的:它会抱怨,如果另一个包依赖于gcj,但不会尝试安装其他任何东西。 在最好的情况下(没有其他的包依赖于gcj),它会卸载gcj没有投诉。