<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>My Tips</title><link>https://tips.1707.io/docs/operating-systems/</link><description>Recent content on My Tips</description><generator>Hugo</generator><language>en</language><atom:link href="https://tips.1707.io/docs/operating-systems/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://tips.1707.io/docs/operating-systems/Alpine/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tips.1707.io/docs/operating-systems/Alpine/</guid><description>&lt;h1 id="alpine-linux"&gt;Alpine Linux&lt;a class="anchor" href="#alpine-linux"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="package-manager-apk"&gt;Package Manager (apk)&lt;a class="anchor" href="#package-manager-apk"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="install-a-package"&gt;Install a package&lt;a class="anchor" href="#install-a-package"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk add packageName
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="install-a-package-with-yn-prompt"&gt;Install a package with y/n prompt&lt;a class="anchor" href="#install-a-package-with-yn-prompt"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk add --interactive packageName
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="remove-a-package"&gt;Remove a package&lt;a class="anchor" href="#remove-a-package"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk del packageName
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="search-package-repository"&gt;Search Package Repository&lt;a class="anchor" href="#search-package-repository"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk search searchTerm
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="update-repository-metadata"&gt;Update Repository Metadata&lt;a class="anchor" href="#update-repository-metadata"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk update
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="list-upgradeable-packages"&gt;List Upgradeable Packages&lt;a class="anchor" href="#list-upgradeable-packages"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;apk list --upgradeable
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="upgrade"&gt;Upgrade&lt;a class="anchor" href="#upgrade"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt; apk upgrade -a
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>