刪除 “MintMenu”和"synaptic"

Ubuntu各种衍生版本
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#16

帖子 寺島聰子 » 2017-09-21 22:22

mintupdate を実行したら、物凄い量のものがインストールされました。
必須でないものなら、元へ戻したい。削除したいです。
运行mintupdate后,安装了大量的东西。
如果不是必需的话,我想返回。 我想删除它。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刪除 “MintMenu”和"synaptic"

#17

帖子 poloshiao » 2017-09-22 10:44

W: Ignoring Provides line with DepCompareOp for package pypy-cffi
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: これらの問題を解決するためには apt-get update を実行する必要があるかもしれません
1. https://askubuntu.com/questions/946402/ ... or-package
apt-get update warning: Ignoring Provides line with DepCompareOp for package…
(synaptic:3845): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0' failed
2. viewtopic.php?p=3196299#p3196299
mintupdate を実行したら、物凄い量のものがインストールされました。
必須でないものなら、元へ戻したい。削除したいです。
运行mintupdate后,安装了大量的东西。
如果不是必需的话,我想返回。 我想删除它。
3. Be careful to delete package mintupdate, since it is installed by default.
3-1. https://www.linuxmint.com/documentation ... h_17.2.pdf
p.40
Update your system and your applications
There are many ways to do this but only one of them is recommended.
Using the Update Manager
3-1-1. Update Manager means command mintupdate
3-1-2. i.e. Command mintupdate is the only one of them is recommended.
3-2. sudo dpkg -S mintupdate | grep bin
mintupdate: /usr/bin/mintupdate-launcher
mintupdate: /usr/bin/mintupdate
command /usr/bin/mintupdate is supplied by package mintupdate
3-3. There are so many packages depend on package mintupdate
sudo apt-rdepends -r mintupdate
mintupdate
Reverse Depends: mint-meta-core (2015.07.09)
Reverse Depends: mint-meta-kde (17.0.2)
mint-meta-core
Reverse Depends: mint-meta-cinnamon (2015.07.09)
Reverse Depends: mint-meta-mate (2015.07.09)
Reverse Depends: mint-meta-xfce (2015.07.09)
mint-meta-cinnamon
mint-meta-mate
mint-meta-xfce
mint-meta-kde
3-3-1. These packages might be influenced and become unstable if package mintupdate was deleted.

4. https://www.linuxmint.com/documentation ... h_17.2.pdf
Read these pages between P.40 ~ P.45 in detail on how to Use the Update Manager (i.e. mintupdate)
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#18

帖子 寺島聰子 » 2017-09-22 15:09

This problem happens because your version of apt is "too old" and doesn't support packages that use versioned "Provides:".
You can check your apt version with
發生此問題是因為您的apt版本“太舊”,並且不支持使用版本為“提供:”的軟件包。
你可以檢查你的apt版本

apt --version
mint17.2
m@m ~ $ apt --version
apt
Usage: apt command [options]
apt help command [options]

Commands:
autoclean - Erase old downloaded archive files
autoremove - Remove automatically all unused packages
build - Build binary or source packages from sources
build-dep - Configure build-dependencies for source packages
changelog - View a package's changelog
check - Verify that there are no broken dependencies
clean - Erase downloaded archive files
contains - List packages containing a file
content - List files contained in a package
deb - Install a .deb package
depends - Show raw dependency information for a package
dist-upgrade - Perform an upgrade, possibly installing and removing packages
download - Download the .deb file for a package
dselect-upgrade - Follow dselect selections
held - List all held packages
help - Show help for a command
hold - Hold a package
install - Install/upgrade packages
policy - Show policy settings
purge - Remove packages and their configuration files
recommends - List missing recommended packages for a particular package
rdepends - Show reverse dependency information for a package
reinstall - Download and (possibly) reinstall a currently installed package
remove - Remove packages
search - Search for a package by name and/or expression
show - Display detailed information about a package
source - Download source archives
sources - Edit /etc/apt/sources.list with nano
unhold - Unhold a package
update - Download lists of new/upgradable packages
upgrade - Perform a safe upgrade
version - Show the installed version of a package
This apt has Super Cow Powers
m@m ~ $
UbuntuMate 16.04
jin@1:~$ apt --version
apt 1.2.24 (amd64)
jin@1:~$
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#19

帖子 寺島聰子 » 2017-09-22 15:39

The warning is harmless. If you really want to remove it, you can compile apt from sources to a version that supports versioned provides.

Warning!: Updating apt is potentially dangerous and can break the package manager.

If you choose to do it, follow these steps:

代码: 全选

wget http://snapshot.debian.org/archive/debian/20150821T213547Z/pool/main/a/apt/apt_1.0.10.2.tar.xz
tar -xvf apt_1.0.10.2.tar.xz
cd apt-1.0.10.2
./configure
make
apt-1.0.10.2/test/integration/skip-bug-601016-description-translation
apt-1.0.10.2/test/integration/test-disappearing-packages
apt-1.0.10.2/test/integration/test-bug-590041-prefer-non-virtual-packages
apt-1.0.10.2/test/integration/test-bug-720597-build-dep-purge
apt-1.0.10.2/test/integration/test-ignore-provides-if-versioned-conflicts
apt-1.0.10.2/test/integration/test-apt-cli-upgrade
apt-1.0.10.2/test/integration/test-bug-719263-print-uris-removes-authentication
apt-1.0.10.2/test/integration/test-bug-661537-build-profiles-support
apt-1.0.10.2/test/integration/test-multiarch-foreign
apt-1.0.10.2/test/interactive-helper/
apt-1.0.10.2/test/interactive-helper/mthdcat.cc
apt-1.0.10.2/test/interactive-helper/rpmver.cc
apt-1.0.10.2/test/interactive-helper/makefile
apt-1.0.10.2/test/interactive-helper/test_udevcdrom.cc
apt-1.0.10.2/test/interactive-helper/testdeb.cc
apt-1.0.10.2/test/interactive-helper/extract-control.cc
apt-1.0.10.2/test/interactive-helper/aptwebserver.cc
apt-1.0.10.2/test/interactive-helper/networkless-install-fixes/
apt-1.0.10.2/test/interactive-helper/networkless-install-fixes/README
apt-1.0.10.2/test/interactive-helper/networkless-install-fixes/sources.test.list
apt-1.0.10.2/test/interactive-helper/networkless-install-fixes/test.sh
apt-1.0.10.2/test/Makefile
apt-1.0.10.2/test/libapt/
apt-1.0.10.2/test/libapt/file-helpers.cc
apt-1.0.10.2/test/libapt/compareversion_test.cc
apt-1.0.10.2/test/libapt/file-helpers.h
apt-1.0.10.2/test/libapt/makefile
apt-1.0.10.2/test/libapt/hashsums_test.cc
apt-1.0.10.2/test/libapt/getlanguages_test.cc
apt-1.0.10.2/test/libapt/cdrom_test.cc
apt-1.0.10.2/test/libapt/fileutl_test.cc
apt-1.0.10.2/test/libapt/strutil_test.cc
apt-1.0.10.2/test/libapt/commandline_test.cc
apt-1.0.10.2/test/libapt/globalerror_test.cc
apt-1.0.10.2/test/libapt/configuration_test.cc
apt-1.0.10.2/test/libapt/tagfile_test.cc
apt-1.0.10.2/test/libapt/cdromfindpackages_test.cc
apt-1.0.10.2/test/libapt/getlistoffilesindir_test.cc
apt-1.0.10.2/test/libapt/indexcopytosourcelist_test.cc
apt-1.0.10.2/test/libapt/gtest_runner.cc
apt-1.0.10.2/test/libapt/sourcelist_test.cc
apt-1.0.10.2/test/libapt/getarchitectures_test.cc
apt-1.0.10.2/test/libapt/install_progress_test.cc
apt-1.0.10.2/test/libapt/uri_test.cc
apt-1.0.10.2/test/libapt/parsedepends_test.cc
apt-1.0.10.2/apt-inst/
apt-1.0.10.2/apt-inst/makefile
apt-1.0.10.2/apt-inst/extract.cc
apt-1.0.10.2/apt-inst/extract.h
apt-1.0.10.2/apt-inst/dirstream.h
apt-1.0.10.2/apt-inst/contrib/
apt-1.0.10.2/apt-inst/contrib/extracttar.h
apt-1.0.10.2/apt-inst/contrib/arfile.cc
apt-1.0.10.2/apt-inst/contrib/arfile.h
apt-1.0.10.2/apt-inst/contrib/extracttar.cc
apt-1.0.10.2/apt-inst/dirstream.cc
apt-1.0.10.2/apt-inst/deb/
apt-1.0.10.2/apt-inst/deb/debfile.h
apt-1.0.10.2/apt-inst/deb/debfile.cc
apt-1.0.10.2/apt-inst/filelist.cc
apt-1.0.10.2/apt-inst/filelist.h
apt-1.0.10.2/apt-inst/dpkg-diffs.txt
apt-1.0.10.2/doc/
apt-1.0.10.2/doc/lang.makefile
apt-1.0.10.2/doc/Doxyfile.in
apt-1.0.10.2/doc/apt-mark.8.xml
apt-1.0.10.2/doc/apt_preferences.5.xml
apt-1.0.10.2/doc/apt-verbatim.ent
apt-1.0.10.2/doc/style.txt
apt-1.0.10.2/doc/sources.list.5.xml
apt-1.0.10.2/doc/design.dbk
apt-1.0.10.2/doc/apt-sortpkgs.1.xml
apt-1.0.10.2/doc/makefile
apt-1.0.10.2/doc/po/
apt-1.0.10.2/doc/po/pt.po
apt-1.0.10.2/doc/po/fr.po
apt-1.0.10.2/doc/po/pl.po
apt-1.0.10.2/doc/po/pt_BR.po
apt-1.0.10.2/doc/po/de.po
apt-1.0.10.2/doc/po/it.po
apt-1.0.10.2/doc/po/ja.po
apt-1.0.10.2/doc/po/apt-doc.pot
apt-1.0.10.2/doc/po/es.po
apt-1.0.10.2/doc/apt-extracttemplates.1.xml
apt-1.0.10.2/doc/apt.8.xml
apt-1.0.10.2/doc/en/
apt-1.0.10.2/doc/en/makefile
apt-1.0.10.2/doc/apt.conf.5.xml
apt-1.0.10.2/doc/method.dbk
apt-1.0.10.2/doc/apt-cache.8.xml
apt-1.0.10.2/doc/guide.dbk
apt-1.0.10.2/doc/xml.add
apt-1.0.10.2/doc/libapt-pkg2_to_3.txt
apt-1.0.10.2/doc/examples/
apt-1.0.10.2/doc/examples/apt.conf
apt-1.0.10.2/doc/examples/apt-ftparchive.conf
apt-1.0.10.2/doc/examples/ftp-archive.conf
apt-1.0.10.2/doc/examples/configure-index
apt-1.0.10.2/doc/examples/apt-https-method-example.conf
apt-1.0.10.2/doc/examples/preferences
apt-1.0.10.2/doc/external-dependency-solver-protocol.txt
apt-1.0.10.2/doc/apt-ftparchive.1.xml
apt-1.0.10.2/doc/dpkg-tech.dbk
apt-1.0.10.2/doc/offline.dbk
apt-1.0.10.2/doc/po4a.conf
apt-1.0.10.2/doc/apt-config.8.xml
apt-1.0.10.2/doc/apt-key.8.xml
apt-1.0.10.2/doc/files.dbk
apt-1.0.10.2/doc/apt-secure.8.xml
apt-1.0.10.2/doc/docbook-text-style.xsl
apt-1.0.10.2/doc/manpage-style.xsl
apt-1.0.10.2/doc/apt-get.8.xml
apt-1.0.10.2/doc/apt.ent
apt-1.0.10.2/doc/docbook-html-style.xsl
apt-1.0.10.2/doc/apt-cdrom.8.xml
apt-1.0.10.2/po/
apt-1.0.10.2/po/sk.po
apt-1.0.10.2/po/bs.po
apt-1.0.10.2/po/bg.po
apt-1.0.10.2/po/ro.po
apt-1.0.10.2/po/el.po
apt-1.0.10.2/po/th.po
apt-1.0.10.2/po/makefile
apt-1.0.10.2/po/pt.po
apt-1.0.10.2/po/fr.po
apt-1.0.10.2/po/uk.po
apt-1.0.10.2/po/nn.po
apt-1.0.10.2/po/nb.po
apt-1.0.10.2/po/eu.po
apt-1.0.10.2/po/hu.po
apt-1.0.10.2/po/ca.po
apt-1.0.10.2/po/tr.po
apt-1.0.10.2/po/ko.po
apt-1.0.10.2/po/pl.po
apt-1.0.10.2/po/cy.po
apt-1.0.10.2/po/lt.po
apt-1.0.10.2/po/tl.po
apt-1.0.10.2/po/gl.po
apt-1.0.10.2/po/pt_BR.po
apt-1.0.10.2/po/mr.po
apt-1.0.10.2/po/de.po
apt-1.0.10.2/po/da.po
apt-1.0.10.2/po/ChangeLog
apt-1.0.10.2/po/sl.po
apt-1.0.10.2/po/zh_TW.po
apt-1.0.10.2/po/nl.po
apt-1.0.10.2/po/dz.po
apt-1.0.10.2/po/ar.po
apt-1.0.10.2/po/cs.po
apt-1.0.10.2/po/ne.po
apt-1.0.10.2/po/km.po
apt-1.0.10.2/po/sv.po
apt-1.0.10.2/po/fi.po
apt-1.0.10.2/po/LINGUAS
apt-1.0.10.2/po/ast.po
apt-1.0.10.2/po/zh_CN.po
apt-1.0.10.2/po/ru.po
apt-1.0.10.2/po/it.po
apt-1.0.10.2/po/he.po
apt-1.0.10.2/po/ku.po
apt-1.0.10.2/po/ja.po
apt-1.0.10.2/po/vi.po
apt-1.0.10.2/po/apt-all.pot
apt-1.0.10.2/po/es.po
apt-1.0.10.2/.travis.yml
apt-1.0.10.2/AUTHORS
apt-1.0.10.2/buildlib/
apt-1.0.10.2/buildlib/fail.mak
apt-1.0.10.2/buildlib/docbook.mak
apt-1.0.10.2/buildlib/python.mak
apt-1.0.10.2/buildlib/environment.mak.in
apt-1.0.10.2/buildlib/netdb.h.in
apt-1.0.10.2/buildlib/po4a_manpage.mak
apt-1.0.10.2/buildlib/program.mak
apt-1.0.10.2/buildlib/staticlibrary.mak
apt-1.0.10.2/buildlib/libversion.mak
apt-1.0.10.2/buildlib/apti18n.h.in
apt-1.0.10.2/buildlib/install-sh
apt-1.0.10.2/buildlib/statvfs.h.in
apt-1.0.10.2/buildlib/manpage.mak
apt-1.0.10.2/buildlib/defaults.mak
apt-1.0.10.2/buildlib/makefile.in
apt-1.0.10.2/buildlib/library.mak
apt-1.0.10.2/buildlib/tools.m4
apt-1.0.10.2/buildlib/config.h.in
apt-1.0.10.2/buildlib/configure.mak
apt-1.0.10.2/buildlib/copy.mak
apt-1.0.10.2/buildlib/podomain.mak
apt-1.0.10.2/README.md
apt-1.0.10.2/aclocal.m4
apt-1.0.10.2/vendor/
apt-1.0.10.2/vendor/raspbian/
apt-1.0.10.2/vendor/raspbian/sources.list.in
apt-1.0.10.2/vendor/raspbian/apt-vendor.ent
apt-1.0.10.2/vendor/vendor.makefile
apt-1.0.10.2/vendor/makefile
apt-1.0.10.2/vendor/README
apt-1.0.10.2/vendor/steamos/
apt-1.0.10.2/vendor/steamos/sources.list.in
apt-1.0.10.2/vendor/steamos/apt-vendor.ent
apt-1.0.10.2/vendor/blankon/
apt-1.0.10.2/vendor/blankon/sources.list.in
apt-1.0.10.2/vendor/blankon/apt-vendor.ent
apt-1.0.10.2/vendor/ubuntu/
apt-1.0.10.2/vendor/ubuntu/sources.list.in
apt-1.0.10.2/vendor/ubuntu/apt-vendor.ent
apt-1.0.10.2/vendor/ubuntu/apt.conf-01-vendor-ubuntu
apt-1.0.10.2/vendor/debian/
apt-1.0.10.2/vendor/debian/sources.list.in
apt-1.0.10.2/vendor/debian/apt-vendor.ent
apt-1.0.10.2/vendor/tanglu/
apt-1.0.10.2/vendor/tanglu/sources.list.in
apt-1.0.10.2/vendor/tanglu/apt-vendor.ent
apt-1.0.10.2/vendor/getinfo
apt-1.0.10.2/apt-pkg/
apt-1.0.10.2/apt-pkg/aptconfiguration.h
apt-1.0.10.2/apt-pkg/sourcelist.h
apt-1.0.10.2/apt-pkg/cacheset.h
apt-1.0.10.2/apt-pkg/init.cc
apt-1.0.10.2/apt-pkg/policy.cc
apt-1.0.10.2/apt-pkg/cdrom.cc
apt-1.0.10.2/apt-pkg/packagemanager.cc
apt-1.0.10.2/apt-pkg/indexfile.cc
apt-1.0.10.2/apt-pkg/makefile
apt-1.0.10.2/apt-pkg/sourcelist.cc
apt-1.0.10.2/apt-pkg/srcrecords.cc
apt-1.0.10.2/apt-pkg/pkgcachegen.cc
apt-1.0.10.2/apt-pkg/install-progress.h
apt-1.0.10.2/apt-pkg/update.cc
apt-1.0.10.2/apt-pkg/cacheset.cc
apt-1.0.10.2/apt-pkg/upgrade.h
apt-1.0.10.2/apt-pkg/acquire.cc
apt-1.0.10.2/apt-pkg/pkgcache.cc
apt-1.0.10.2/apt-pkg/pkgrecords.h
apt-1.0.10.2/apt-pkg/indexcopy.cc
apt-1.0.10.2/apt-pkg/policy.h
apt-1.0.10.2/apt-pkg/acquire-method.h
apt-1.0.10.2/apt-pkg/aptconfiguration.cc
apt-1.0.10.2/apt-pkg/cachefilter.h
apt-1.0.10.2/apt-pkg/algorithms.cc
apt-1.0.10.2/apt-pkg/srcrecords.h
apt-1.0.10.2/apt-pkg/tagfile.cc
apt-1.0.10.2/apt-pkg/indexcopy.h
apt-1.0.10.2/apt-pkg/update.h
apt-1.0.10.2/apt-pkg/acquire-worker.h
apt-1.0.10.2/apt-pkg/vendorlist.h
apt-1.0.10.2/apt-pkg/pkgcache.h
apt-1.0.10.2/apt-pkg/pkgsystem.h
apt-1.0.10.2/apt-pkg/cachefilter.cc
apt-1.0.10.2/apt-pkg/orderlist.cc
apt-1.0.10.2/apt-pkg/acquire-item.cc
apt-1.0.10.2/apt-pkg/acquire-method.cc
apt-1.0.10.2/apt-pkg/contrib/
apt-1.0.10.2/apt-pkg/contrib/hashes.h
apt-1.0.10.2/apt-pkg/contrib/error.h
apt-1.0.10.2/apt-pkg/contrib/md5.cc
apt-1.0.10.2/apt-pkg/contrib/sha2_internal.h
apt-1.0.10.2/apt-pkg/contrib/hashes.cc
apt-1.0.10.2/apt-pkg/contrib/cdromutl.cc
apt-1.0.10.2/apt-pkg/contrib/strutl.cc
apt-1.0.10.2/apt-pkg/contrib/sha1.h
apt-1.0.10.2/apt-pkg/contrib/netrc.h
apt-1.0.10.2/apt-pkg/contrib/strutl.h
apt-1.0.10.2/apt-pkg/contrib/sha2.h
apt-1.0.10.2/apt-pkg/contrib/gpgv.h
apt-1.0.10.2/apt-pkg/contrib/weakptr.h
apt-1.0.10.2/apt-pkg/contrib/progress.h
apt-1.0.10.2/apt-pkg/contrib/proxy.h
apt-1.0.10.2/apt-pkg/contrib/sha256.h
apt-1.0.10.2/apt-pkg/contrib/md5.h
apt-1.0.10.2/apt-pkg/contrib/sptr.h
apt-1.0.10.2/apt-pkg/contrib/crc-16.cc
apt-1.0.10.2/apt-pkg/contrib/crc-16.h
apt-1.0.10.2/apt-pkg/contrib/mmap.cc
apt-1.0.10.2/apt-pkg/contrib/fileutl.cc
apt-1.0.10.2/apt-pkg/contrib/hashsum.cc
apt-1.0.10.2/apt-pkg/contrib/macros.h
apt-1.0.10.2/apt-pkg/contrib/configuration.h
apt-1.0.10.2/apt-pkg/contrib/cdromutl.h
apt-1.0.10.2/apt-pkg/contrib/cmndline.h
apt-1.0.10.2/apt-pkg/contrib/fileutl.h
apt-1.0.10.2/apt-pkg/contrib/progress.cc
apt-1.0.10.2/apt-pkg/contrib/hashsum_template.h
apt-1.0.10.2/apt-pkg/contrib/gpgv.cc
apt-1.0.10.2/apt-pkg/contrib/sha2_internal.cc
apt-1.0.10.2/apt-pkg/contrib/mmap.h
apt-1.0.10.2/apt-pkg/contrib/cmndline.cc
apt-1.0.10.2/apt-pkg/contrib/proxy.cc
apt-1.0.10.2/apt-pkg/contrib/sha1.cc
apt-1.0.10.2/apt-pkg/contrib/netrc.cc
apt-1.0.10.2/apt-pkg/contrib/error.cc
apt-1.0.10.2/apt-pkg/contrib/configuration.cc
apt-1.0.10.2/apt-pkg/pkgsystem.cc
apt-1.0.10.2/apt-pkg/acquire-worker.cc
apt-1.0.10.2/apt-pkg/init.h
apt-1.0.10.2/apt-pkg/upgrade.cc
apt-1.0.10.2/apt-pkg/depcache.h
apt-1.0.10.2/apt-pkg/indexfile.h
apt-1.0.10.2/apt-pkg/metaindex.h
apt-1.0.10.2/apt-pkg/cacheiterators.h
apt-1.0.10.2/apt-pkg/acquire.h
apt-1.0.10.2/apt-pkg/cachefile.cc
apt-1.0.10.2/apt-pkg/deb/
apt-1.0.10.2/apt-pkg/deb/debindexfile.h
apt-1.0.10.2/apt-pkg/deb/debindexfile.cc
apt-1.0.10.2/apt-pkg/deb/debsrcrecords.h
apt-1.0.10.2/apt-pkg/deb/debrecords.cc
apt-1.0.10.2/apt-pkg/deb/debmetaindex.cc
apt-1.0.10.2/apt-pkg/deb/debsystem.h
apt-1.0.10.2/apt-pkg/deb/debmetaindex.h
apt-1.0.10.2/apt-pkg/deb/debsystem.cc
apt-1.0.10.2/apt-pkg/deb/deblistparser.h
apt-1.0.10.2/apt-pkg/deb/debrecords.h
apt-1.0.10.2/apt-pkg/deb/debversion.h
apt-1.0.10.2/apt-pkg/deb/dpkgpm.cc
apt-1.0.10.2/apt-pkg/deb/debsrcrecords.cc
apt-1.0.10.2/apt-pkg/deb/deblistparser.cc
apt-1.0.10.2/apt-pkg/deb/dpkgpm.h
apt-1.0.10.2/apt-pkg/deb/debversion.cc
apt-1.0.10.2/apt-pkg/tagfile.h
apt-1.0.10.2/apt-pkg/depcache.cc
apt-1.0.10.2/apt-pkg/cachefile.h
apt-1.0.10.2/apt-pkg/pkgcachegen.h
apt-1.0.10.2/apt-pkg/acquire-item.h
apt-1.0.10.2/apt-pkg/vendor.h
apt-1.0.10.2/apt-pkg/versionmatch.h
apt-1.0.10.2/apt-pkg/vendorlist.cc
apt-1.0.10.2/apt-pkg/clean.h
apt-1.0.10.2/apt-pkg/cdrom.h
apt-1.0.10.2/apt-pkg/edsp.cc
apt-1.0.10.2/apt-pkg/version.h
apt-1.0.10.2/apt-pkg/install-progress.cc
apt-1.0.10.2/apt-pkg/edsp.h
apt-1.0.10.2/apt-pkg/clean.cc
apt-1.0.10.2/apt-pkg/packagemanager.h
apt-1.0.10.2/apt-pkg/orderlist.h
apt-1.0.10.2/apt-pkg/pkgrecords.cc
apt-1.0.10.2/apt-pkg/indexrecords.h
apt-1.0.10.2/apt-pkg/vendor.cc
apt-1.0.10.2/apt-pkg/indexrecords.cc
apt-1.0.10.2/apt-pkg/version.cc
apt-1.0.10.2/apt-pkg/versionmatch.cc
apt-1.0.10.2/apt-pkg/edsp/
apt-1.0.10.2/apt-pkg/edsp/edspindexfile.cc
apt-1.0.10.2/apt-pkg/edsp/edsplistparser.cc
apt-1.0.10.2/apt-pkg/edsp/edsplistparser.h
apt-1.0.10.2/apt-pkg/edsp/edspindexfile.h
apt-1.0.10.2/apt-pkg/edsp/edspsystem.cc
apt-1.0.10.2/apt-pkg/edsp/edspsystem.h
apt-1.0.10.2/apt-pkg/algorithms.h
apt-1.0.10.2/ftparchive/
apt-1.0.10.2/ftparchive/apt-ftparchive.cc
apt-1.0.10.2/ftparchive/makefile
apt-1.0.10.2/ftparchive/override.cc
apt-1.0.10.2/ftparchive/cachedb.h
apt-1.0.10.2/ftparchive/sources.h
apt-1.0.10.2/ftparchive/multicompress.cc
apt-1.0.10.2/ftparchive/writer.cc
apt-1.0.10.2/ftparchive/cachedb.cc
apt-1.0.10.2/ftparchive/override.h
apt-1.0.10.2/ftparchive/writer.h
apt-1.0.10.2/ftparchive/contents.cc
apt-1.0.10.2/ftparchive/multicompress.h
apt-1.0.10.2/ftparchive/apt-ftparchive.h
apt-1.0.10.2/ftparchive/sources.cc
apt-1.0.10.2/ftparchive/contents.h
apt-1.0.10.2/configure
apt-1.0.10.2/apt-private/
apt-1.0.10.2/apt-private/private-search.h
apt-1.0.10.2/apt-private/private-list.cc
apt-1.0.10.2/apt-private/private-main.h
apt-1.0.10.2/apt-private/private-show.cc
apt-1.0.10.2/apt-private/makefile
apt-1.0.10.2/apt-private/private-moo.cc
apt-1.0.10.2/apt-private/acqprogress.h
apt-1.0.10.2/apt-private/private-upgrade.cc
apt-1.0.10.2/apt-private/private-moo.h
apt-1.0.10.2/apt-private/private-update.h
apt-1.0.10.2/apt-private/private-update.cc
apt-1.0.10.2/apt-private/private-show.h
apt-1.0.10.2/apt-private/private-utils.h
apt-1.0.10.2/apt-private/private-list.h
apt-1.0.10.2/apt-private/private-download.h
apt-1.0.10.2/apt-private/private-cacheset.cc
apt-1.0.10.2/apt-private/private-search.cc
apt-1.0.10.2/apt-private/private-upgrade.h
apt-1.0.10.2/apt-private/private-cachefile.cc
apt-1.0.10.2/apt-private/private-install.cc
apt-1.0.10.2/apt-private/private-install.h
apt-1.0.10.2/apt-private/acqprogress.cc
apt-1.0.10.2/apt-private/private-output.cc
apt-1.0.10.2/apt-private/private-cmndline.h
apt-1.0.10.2/apt-private/private-cachefile.h
apt-1.0.10.2/apt-private/private-utils.cc
apt-1.0.10.2/apt-private/private-main.cc
apt-1.0.10.2/apt-private/private-cacheset.h
apt-1.0.10.2/apt-private/private-sources.h
apt-1.0.10.2/apt-private/private-download.cc
apt-1.0.10.2/apt-private/private-output.h
apt-1.0.10.2/apt-private/private-cmndline.cc
apt-1.0.10.2/apt-private/private-sources.cc
apt-1.0.10.2/COPYING.GPL
apt-1.0.10.2/Makefile
apt-1.0.10.2/debian/
apt-1.0.10.2/debian/libapt-pkg-doc.doc-base.design
apt-1.0.10.2/debian/apt-utils.dirs
apt-1.0.10.2/debian/apt.dirs
apt-1.0.10.2/debian/apt-utils.examples
apt-1.0.10.2/debian/apt-transport-https.install
apt-1.0.10.2/debian/apt-doc.doc-base.offline
apt-1.0.10.2/debian/apt.maintscript
apt-1.0.10.2/debian/apt.cron.daily
apt-1.0.10.2/debian/rules
apt-1.0.10.2/debian/libapt-pkg-dev.install.in
apt-1.0.10.2/debian/apt.auto-removal.sh
apt-1.0.10.2/debian/NEWS
apt-1.0.10.2/debian/compat
apt-1.0.10.2/debian/postinst
apt-1.0.10.2/debian/source/
apt-1.0.10.2/debian/source/format
apt-1.0.10.2/debian/source/options
apt-1.0.10.2/debian/libapt-inst1.7.symbols
apt-1.0.10.2/debian/libapt-pkg-doc.doc-base.method
apt-1.0.10.2/debian/control
apt-1.0.10.2/debian/libapt-inst1.7.install.in
apt-1.0.10.2/debian/apt.logrotate
apt-1.0.10.2/debian/libapt-pkg-doc.doc-base.dpkg-tech
apt-1.0.10.2/debian/apt.postinst
apt-1.0.10.2/debian/apt.install.in
apt-1.0.10.2/debian/apt.bug-script
apt-1.0.10.2/debian/apt.examples
apt-1.0.10.2/debian/apt-transport-https.dirs
apt-1.0.10.2/debian/apt-utils.install
apt-1.0.10.2/debian/README.source
apt-1.0.10.2/debian/apt-doc.docs
apt-1.0.10.2/debian/apt.conf.autoremove
apt-1.0.10.2/debian/libapt-pkg-doc.doc-base.files
apt-1.0.10.2/debian/tests/
apt-1.0.10.2/debian/tests/control
apt-1.0.10.2/debian/tests/run-tests
apt-1.0.10.2/debian/libapt-pkg4.16.symbols
apt-1.0.10.2/debian/changelog
apt-1.0.10.2/debian/postrm
apt-1.0.10.2/debian/apt.lintian-overrides
apt-1.0.10.2/debian/apt-doc.doc-base.guide
apt-1.0.10.2/debian/apt-transport-https.README
apt-1.0.10.2/debian/copyright
apt-1.0.10.2/debian/gbp.conf
apt-1.0.10.2/debian/libapt-pkg4.16.install.in
apt-1.0.10.2/dselect/
apt-1.0.10.2/dselect/makefile
apt-1.0.10.2/dselect/install
apt-1.0.10.2/dselect/update
apt-1.0.10.2/dselect/names
apt-1.0.10.2/dselect/desc.apt
apt-1.0.10.2/dselect/setup
apt-1.0.10.2/README.progress-reporting
apt-1.0.10.2/configure.ac
apt-1.0.10.2/README.make
apt-1.0.10.2/cmdline/
apt-1.0.10.2/cmdline/apt-get.cc
apt-1.0.10.2/cmdline/apt-mark.cc
apt-1.0.10.2/cmdline/makefile
apt-1.0.10.2/cmdline/apt-report-mirror-failure
apt-1.0.10.2/cmdline/apt-extracttemplates.cc
apt-1.0.10.2/cmdline/apt-cache.cc
apt-1.0.10.2/cmdline/apt-internal-solver.cc
apt-1.0.10.2/cmdline/apt-sortpkgs.cc
apt-1.0.10.2/cmdline/apt-dump-solver.cc
apt-1.0.10.2/cmdline/apt-cdrom.cc
apt-1.0.10.2/cmdline/apt-config.cc
apt-1.0.10.2/cmdline/apt-extracttemplates.h
apt-1.0.10.2/cmdline/apt.cc
apt-1.0.10.2/cmdline/apt-key.in
apt-1.0.10.2/cmdline/apt-helper.cc
apt-1.0.10.2/mirror-failure.py
apt-1.0.10.2/abicheck/
apt-1.0.10.2/abicheck/run_abi_test
apt-1.0.10.2/abicheck/apt_installed.xml.in
apt-1.0.10.2/abicheck/apt_build.xml.in
apt-1.0.10.2/methods/
apt-1.0.10.2/methods/rsh.cc
apt-1.0.10.2/methods/cdrom.cc
apt-1.0.10.2/methods/gzip.cc
apt-1.0.10.2/methods/rfc2553emu.cc
apt-1.0.10.2/methods/makefile
apt-1.0.10.2/methods/connect.cc
apt-1.0.10.2/methods/ftp.cc
apt-1.0.10.2/methods/rred.cc
apt-1.0.10.2/methods/http.h
apt-1.0.10.2/methods/mirror.h
apt-1.0.10.2/methods/http_main.cc
apt-1.0.10.2/methods/rfc2553emu.h
apt-1.0.10.2/methods/https.cc
apt-1.0.10.2/methods/server.cc
apt-1.0.10.2/methods/ftp.h
apt-1.0.10.2/methods/connect.h
apt-1.0.10.2/methods/mirror.cc
apt-1.0.10.2/methods/http.cc
apt-1.0.10.2/methods/file.cc
apt-1.0.10.2/methods/server.h
apt-1.0.10.2/methods/gpgv.cc
apt-1.0.10.2/methods/copy.cc
apt-1.0.10.2/methods/https.h
apt-1.0.10.2/methods/rsh.h
apt-1.0.10.2/prepare-release
m@m ~ $ cd apt-1.0.10.2
m@m ~/apt-1.0.10.2 $ ./configure
configure: error: cannot run /bin/bash buildlib/config.sub
m@m ~/apt-1.0.10.2 $ make
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#20

帖子 寺島聰子 » 2017-09-22 15:54

3-3. There are so many packages depend on package mintupdate
sudo apt-rdepends -r mintupdate
m@m ~ $ sudo dpkg -S mintupdate | grep bin
[sudo] password for m:
mintupdate: /usr/bin/mintupdate-launcher
mintupdate: /usr/bin/mintupdate
m@m ~ $ sudo apt-rdepends -r mintupdate
sudo: apt-rdepends: command not found
m@m ~ $
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#21

帖子 寺島聰子 » 2017-09-22 16:21

mintupdate を実行したら、物凄い量のものがインストールされました。
必須でないものなら、元へ戻したい。削除したいです。
运行mintupdate后,安装了大量的东西。
如果不是必需的话,我想返回。 我想删除它。

3. Be careful to delete package mintupdate, since it is installed by default.
ごめんなさい。機械翻訳を使用して、しかも中国語わからないのに、元の日本語も何を意味しているのか曖昧で、そういうわけで文意が伝わりませんでした。
對不起 我用機器翻譯,我不明白中文,但原來的日文意思是不明確的,所以沒有傳達任何句子。
-------------------------
最近久しぶりにmint17.2上で、レベル3まで選択してUsing the Update Managerしたら、 大量のupdates がインストールされた。
Recently I chose up to level 3 on mint 17.2 and then using the update manager, a lot of updates were installed.

代码: 全选

$ sudo apt-get install libboost1.55-dev
$ sudo apt-get install libboost1.55-all.dev
1. Add Ubuntu PPA Toolchain test builds & Install GCC 4.9
   $ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
   $ sudo apt-get update
最近私が上記のコマンドを打ち込んだからではないか? それで、こんな異常大量のUpdateがインストールされたのではないか?
是不是因為我最近打了上面的命令? 是不是安裝了這樣一個異常大的更新?
私はいつもオペレーティングシステムの軽量化を願っている。ゆえに必須でないアップデートはいらない。
それで、レベル3の libboost? GCC? 関連のインストールされたアップデートを
削除したい。元へ戻すことは可能でしょうか?-----------------という意味でした。
I always wish to reduce the weight of the operating system. Therefore, I do not need updates that are not essential.
So, level 3 libboost? GCC? Associated installed updates
I want to delete. Is it possible to undo it? -----------------It means.
It does not meandelete package mintupdate
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刪除 “MintMenu”和"synaptic"

#22

帖子 poloshiao » 2017-09-22 20:09

ごめんなさい。機械翻訳を使用して、しかも中国語わからないのに、元の日本語も何を意味しているのか曖昧で、そういうわけで文意が伝わりませんでした。
對不起 我用機器翻譯,我不明白中文,但原來的日文意思是不明確的,所以沒有傳達任何句子。
1. I use google translation. too.
But I translate from Japanese directly to English so that I may catch better what you meant.
最近久しぶりにmint17.2上で、レベル3まで選択してUsing the Update Managerしたら、 大量のupdates がインストールされた。
Recently I chose up to level 3 on mint 17.2 and then using the update manager, a lot of updates were installed.
2. https://www.linuxmint.com/documentation ... h_17.2.pdf
P.41
Finally, you can see the stability level assigned to the package update. Each package update brings improvements or fixes security issues but that doesn’t mean they’re risk-free and can’t introduce new bugs. The stability level is assigned to each package by Linux Mint and gives you an indication of how safe it is for you to apply an update.
2-1. Suggest you to keep the stability level assigned originally by Linux Mint, first, untill you become familiar with the Level 3, 4, 5.
apt --version
apt
Usage: apt command [options]
apt help command [options]
3. /usr/bin/apt --version
apt 1.0.1ubuntu2 是用於 amd64 並在 Apr 29 2015 13:36:50 上編譯的
3-1. Guest that /usr/bin is not added into $PATH
sudo apt-rdepends -r mintupdate
sudo: apt-rdepends: command not found
4. https://packages.ubuntu.com/trusty/apt-rdepends
套件: apt-rdepends (1.3.0-3) [universe]
4-1. universe repository must be added.
./configure
configure: error: cannot run /bin/bash buildlib/config.sub
5. https://ubuntuforums.org/showthread.php ... st12266473
You only "make" when you are compiling source. You can't do it with a package, you have to use a package manager or open a downloaded package in one.
I always wish to reduce the weight of the operating system. Therefore, I do not need updates that are not essential.
So, level 3 libboost? GCC? Associated installed updates
I want to delete. Is it possible to undo it?
6. The packages in Ubuntu / Linux Mint are easily installed but hardly removed entirely.
Backup the whole operation system in advance before you install those testing softwares and Restore the whole operation as soon as you decide to erase those testing software.
6-1. cloezilla and fsarchiver are good tools for this purpose.
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#23

帖子 寺島聰子 » 2017-09-28 20:31

3. /usr/bin/apt --version
apt 1.0.1ubuntu2 是用於 amd64 並在 Apr 29 2015 13:36:50 上編譯的
m@m ~ $ /usr/bin/apt --version
apt 1.0.1ubuntu2 for amd64 コンパイル日時: Dec 8 2016 16:23:37
是何?
3-1. Guest that /usr/bin is not added into $PATH
是何?一窍不通也
引言回覆:
sudo apt-rdepends -r mintupdate
sudo: apt-rdepends: command not found

4. https://packages.ubuntu.com/trusty/apt-rdepends
套件: apt-rdepends (1.3.0-3) [universe]
4-1. universe repository must be added.
m@m ~ $ sudo add-apt-repository universe
m@m ~ $ sudo apt update
略 無視 https://download.opensuse.org Translation-en
無視 http://archive.getdeb.net trusty-getdeb/games Translation-ja
無視 http://archive.getdeb.net trusty-getdeb/games Translation-en
エラー http://archive.getdeb.net rafaela-getdeb/games amd64 Packages

無視 http://packages.linuxmint.com rafaela/import Translation-ja_JP
エラー http://archive.getdeb.net rafaela-getdeb/games i386 Packages

無視 http://packages.linuxmint.com rafaela/import Translation-ja
無視 http://packages.linuxmint.com rafaela/import Translation-en
無視 http://packages.linuxmint.com rafaela/main Translation-ja_JP
無視 http://packages.linuxmint.com rafaela/main Translation-ja
無視 http://packages.linuxmint.com rafaela/main Translation-en
無視 http://packages.linuxmint.com rafaela/upstream Translation-ja_JP
エラー http://archive.getdeb.net rafaela-getdeb/games amd64 Packages

無視 http://archive.ubuntu.com trusty/main Translation-ja_JP
無視 http://packages.linuxmint.com rafaela/upstream Translation-ja
無視 http://archive.ubuntu.com trusty/multiverse Translation-ja_JP
エラー http://archive.getdeb.net rafaela-getdeb/games i386 Packages

無視 http://packages.linuxmint.com rafaela/upstream Translation-en
無視 http://archive.ubuntu.com trusty/restricted Translation-ja_JP
無視 http://archive.ubuntu.com trusty/universe Translation-ja_JP
エラー http://archive.getdeb.net rafaela-getdeb/games amd64 Packages
404 Not Found [IP: 104.28.25.125 80]
エラー http://archive.getdeb.net rafaela-getdeb/games i386 Packages
404 Not Found [IP: 104.28.25.125 80]
無視 http://archive.getdeb.net rafaela-getdeb/games Translation-ja_JP
無視 http://archive.getdeb.net rafaela-getdeb/games Translation-ja
無視 http://archive.getdeb.net rafaela-getdeb/games Translation-en
W: http://archive.getdeb.net/ubuntu/dists/ ... 4/Packages の取得に失敗しました 404 Not Found [IP: 104.28.25.125 80]

W: http://archive.getdeb.net/ubuntu/dists/ ... 6/Packages の取得に失敗しました 404 Not Found [IP: 104.28.25.125 80]

E: いくつかのインデックスファイルのダウンロードに失敗しました。これらは無視されるか、古いものが代わりに使われます。
m@m ~ $
科学之子
帖子: 2284
注册时间: 2013-05-26 6:58
系统: Debian 9

Re: 刪除 “MintMenu”和"synaptic"

#24

帖子 科学之子 » 2017-09-29 5:08

Why you can't try manually use English to post in this forums?(I'm sorry if you already use manually English in this forums.)
I think English is best (simplest) second language for any non-English people.
sudo: apt-rdepends: command not found
Nearly all "command not found" can solved by "apt-file"
Install the "apt-file" package.

代码: 全选

apt install apt-file
Then:

代码: 全选

apt-file search bin/apt-rdepends 
"apt-rdepends" can is any not found command.

More about the "apt-file" : man apt-file
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刪除 “MintMenu”和"synaptic"

#25

帖子 poloshiao » 2017-09-29 8:01

/usr/bin/apt --version
apt 1.0.1ubuntu2 for amd64 コンパイル日時: Dec 8 2016 16:23:37
是何?
apt 1.0.1ubuntu2
The original version of Package apt in iso from linux mint 17.2 (i.e. Ubuntu 14.04)
http://linux.yz.yamagata-u.ac.jp/pub/li ... ackages.gz
Package: apt
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: APT Development Team <deity@lists.debian.org>
Version: 1.0.1ubuntu2

2. The newest version of Package apt in Ubuntu 14.04
https://packages.ubuntu.com/trusty/apt
套件: apt (1.0.1ubuntu2.17 以及其他的)
3-1. Guest that /usr/bin is not added into $PATH
是何?一窍不通也
3. Refer to :
https://forums.linuxmint.com/viewtopic.php?t=180380
Setting PATH environment variable
エラー http://archive.getdeb.net rafaela-getdeb/games amd64 Packages
404 Not Found [IP: 104.28.25.125 80]
エラー http://archive.getdeb.net rafaela-getdeb/games i386 Packages
404 Not Found [IP: 104.28.25.125 80]
エラー http://archive.getdeb.net rafaela-getdeb/games amd64 Packages
404 Not Found [IP: 104.28.25.125 80]
エラー http://archive.getdeb.net rafaela-getdeb/games i386 Packages
404 Not Found [IP: 104.28.25.125 80]
W: http://archive.getdeb.net/ubuntu/dists/ ... 4/Packages の取得に失敗しました 404 Not Found [IP: 104.28.25.125 80]
W: http://archive.getdeb.net/ubuntu/dists/ ... 6/Packages の取得に失敗しました 404 Not Found [IP: 104.28.25.125 80]
4. http://archive.getdeb.net/ubuntu/dists/
No rafaela-getdeb directory
4-1. Check the original page where this line come from.
http://archive.getdeb.net/ubuntu/dists/rafaela-getdeb
4-2. Edit the error in /etc/apt/sources.list/*.list
4-3. Then
sudo apt update
again
apt-file search bin/apt-rdepends
viewtopic.php?p=3196514#p3196514
4. https://packages.ubuntu.com/trusty/apt-rdepends
套件: apt-rdepends (1.3.0-3) [universe]
4-1. universe repository must be added.
5. http://manpages.ubuntu.com/manpages/xen ... ile.1.html
apt-file - APT package searching utility -- command-line interface
FILES
/etc/apt/sources.list
Locations to fetch package contents from.
/etc/apt/sources.list.d/
Directory with additional sources.list snippets
5-1. The repositories which apt-file will search come from /etc/apt/sources.list and /etc/apt/sources.list/*.list.
i.e. If universe is still not in /etc/apt/sources.list and /etc/apt/sources.list/*.list, apt-file may still not find out package apt-rdepends.
5-2. So add the universe to /etc/apt/sources.list first.
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#26

帖子 寺島聰子 » 2017-10-02 5:22

科学之子様、poloshiao様、いつもありがとうございます。
CPU upgrade failed. Machine unavailable. Therefore I can not write a reply. NoW,Troubleshooting.
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刪除 “MintMenu”和"synaptic"

#27

帖子 poloshiao » 2017-10-02 10:26

CPU upgrade failed.
What did you mean by said "CPU upgrade" ?
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 刪除 “MintMenu”和"synaptic"

#28

帖子 寺島聰子 » 2017-10-02 23:08

What did you mean by said "CPU upgrade" ?
http://www.wikihow.com/Upgrade-a-Processor
cpu轉換
Cpu converted from Core 2 Duo E7200 to E8400.
SOTEC PC STATION PX9514P
ASUS's P5K31-VM/S motherboard adopting the Intel G31 Express chipset. This is an OEM exclusive item.
There is no BIOS update of PX9514P on Sotec's site, and it is OEM exclusive item so ASUS site
There is not the latest version BIOS also in.
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刪除 “MintMenu”和"synaptic"

#29

帖子 poloshiao » 2017-10-02 23:12

Cpu converted from Core 2 Duo E7200 to E8400.
ASUS's P5K31-VM/S motherboard
1. E8400 is still in the Supported Processors List of P5K31-VM/S.
2. The easiest way is fresh installation.
3. Ref :
3-1. https://en.wikipedia.org/wiki/List_of_I ... 2845_nm.29
Core 2 Duo E8400
3-2. https://www.evertek.com/viewpart.asp?auto=69448&cat=35
ASUS P5K31-VM/S Intel G33 Socket 775 mATX Motherboard w/Video, Audio & LAN - Motherboard Only
Supported Processors:
Intel Core 2 Quad
Intel Core 2 Extreme
Intel Core 2 Duo
Intel Pentium Extreme
Intel Pentium D
Intel Pentium 4
Socket 775
1333/1066/800 MHz Front Side Bus
回复