刪除 “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/ap