<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Apt-Get on Michael’s Domain</title><link>https://jeltsch.org/en/tags/apt-get/</link><description>Recent content in Apt-Get on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/apt-get/index.xml" rel="self" type="application/rss+xml"/><item><title>The Debian Package manager (apt-cache, apt-get, install, search)</title><link>https://jeltsch.org/en/the_debian_package_manager_apt_cache_apt_get_install_search/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/the_debian_package_manager_apt_cache_apt_get_install_search/</guid><description>&lt;p&gt;Search for packages containing the word emacs in their name or description:&lt;code&gt;apt-cache search emacs&lt;/code&gt;Install package emacs21:&lt;code&gt;apt-get install emacs21&lt;/code&gt;Remove package wine including all configuration files:&lt;code&gt;apt-get remove --purge wine&lt;/code&gt;Reinstall a package:&lt;code&gt;apt-get --reinstall install wine&lt;/code&gt;Sometimes, you need to use dpkg to reconfigure a package, e.g. here the bittorrent sync package:&lt;code&gt;dpkg-reconfigure btsync&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>