Skip to content

Commit

Permalink
Manual way added
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Sep 15, 2024
1 parent 7eb11ab commit 2eae030
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 11,386 deletions.
9 changes: 8 additions & 1 deletion content/posts/pacman-update/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,14 @@ Last file to be affected, is `rust.conf` under `/etc/makepkg.conf.d/`. To merge
### Wrapping up
**Pacman** doesn't get updated very often and when it does, there will always be some manual intervention of sorts. Also since **AUR Helpers** kinda rely on it, if you can't wait for maintainers to update *stable* version, install `-git` one, not always the best recourse as those can break at any moment.
**Pacman** doesn't get updated very often and when it does, there will always be some manual intervention of sorts. Also since **AUR Helpers** kinda rely on it, if you can't wait for maintainers to update *stable* version, install `-git` one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the **AUR**, to do it without the use of a helper, like so:
```Bash
git clone https://aur.archlinux.org/packagename.git
cd packagename/ && makepkg -si
```
The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.
Also if you are using any **GUI Packages Managers** you will also need to either recompile them or wait for them to get updated. It's the nature of Rolling release Distros.
Expand Down
2 changes: 1 addition & 1 deletion public/index.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
<div id="wrapping-up" class="anchor"></div>

</h3>
<p><strong>Pacman</strong> doesn’t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can’t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment.</p>
<p><strong>Pacman</strong> doesn’t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can’t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the <strong>AUR</strong>, to do it without the use of a helper, like so:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-Bash" data-lang="Bash"><span class="line"><span class="cl">git clone https://aur.archlinux.org/packagename.git
</span></span><span class="line"><span class="cl"><span class="nb">cd</span> packagename/ <span class="o">&&</span> makepkg -si
</span></span></code></pre></div><p>The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.</p>
<p>Also if you are using any <strong>GUI Packages Managers</strong> you will also need to either recompile them or wait for them to get updated. It’s the nature of Rolling release Distros.</p>
<p>If you want to learn more about how to use <strong>Pacman</strong> and become a pro, I would highly recommend <a href="https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/" target="_blank"><strong>This Awesome Guide</strong></a> by <a href="https://linuxiac.com" target="_blank"><strong>@Linuxiac</strong></a>.</p>
<p>I hope this helps y’all…</p>
Expand Down
5 changes: 4 additions & 1 deletion public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
<div id="wrapping-up" class="anchor"></div>

</h3>
<p><strong>Pacman</strong> doesn’t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can’t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment.</p>
<p><strong>Pacman</strong> doesn’t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can’t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the <strong>AUR</strong>, to do it without the use of a helper, like so:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-Bash" data-lang="Bash"><span class="line"><span class="cl">git clone https://aur.archlinux.org/packagename.git
</span></span><span class="line"><span class="cl"><span class="nb">cd</span> packagename/ <span class="o">&&</span> makepkg -si
</span></span></code></pre></div><p>The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.</p>
<p>Also if you are using any <strong>GUI Packages Managers</strong> you will also need to either recompile them or wait for them to get updated. It’s the nature of Rolling release Distros.</p>
<p>If you want to learn more about how to use <strong>Pacman</strong> and become a pro, I would highly recommend <a href="https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/" target="_blank"><strong>This Awesome Guide</strong></a> by <a href="https://linuxiac.com" target="_blank"><strong>@Linuxiac</strong></a>.</p>
<p>I hope this helps y’all…</p>
Expand Down
7 changes: 5 additions & 2 deletions public/posts/pacman-update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"keywords": ["Pacman","AUR","Arch","Guide","Linux"],

"mainEntityOfPage": "true",
"wordCount": "704"
"wordCount": "756"
}]
</script>

Expand Down Expand Up @@ -1406,7 +1406,10 @@ <h3 class="relative group">Wrapping up
<div id="wrapping-up" class="anchor"></div>

</h3>
<p><strong>Pacman</strong> doesn&rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can&rsquo;t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment.</p>
<p><strong>Pacman</strong> doesn&rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since <strong>AUR Helpers</strong> kinda rely on it, if you can&rsquo;t wait for maintainers to update <em>stable</em> version, install <code>-git</code> one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the <strong>AUR</strong>, to do it without the use of a helper, like so:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-Bash" data-lang="Bash"><span class="line"><span class="cl">git clone https://aur.archlinux.org/packagename.git
</span></span><span class="line"><span class="cl"><span class="nb">cd</span> packagename/ <span class="o">&amp;&amp;</span> makepkg -si
</span></span></code></pre></div><p>The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.</p>
<p>Also if you are using any <strong>GUI Packages Managers</strong> you will also need to either recompile them or wait for them to get updated. It&rsquo;s the nature of Rolling release Distros.</p>
<p>If you want to learn more about how to use <strong>Pacman</strong> and become a pro, I would highly recommend <a href="https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/" target="_blank"><strong>This Awesome Guide</strong></a> by <a href="https://linuxiac.com" target="_blank"><strong>@Linuxiac</strong></a>.</p>
<p>I hope this helps y&rsquo;all&hellip;</p>
Expand Down
5 changes: 4 additions & 1 deletion public/tags/arch/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
&lt;div id=&#34;wrapping-up&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;

&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the &lt;strong&gt;AUR&lt;/strong&gt;, to do it without the use of a helper, like so:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://aur.archlinux.org/packagename.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; packagename/ &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; makepkg -si
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.&lt;/p&gt;
&lt;p&gt;Also if you are using any &lt;strong&gt;GUI Packages Managers&lt;/strong&gt; you will also need to either recompile them or wait for them to get updated. It&amp;rsquo;s the nature of Rolling release Distros.&lt;/p&gt;
&lt;p&gt;If you want to learn more about how to use &lt;strong&gt;Pacman&lt;/strong&gt; and become a pro, I would highly recommend &lt;a href=&#34;https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;This Awesome Guide&lt;/strong&gt;&lt;/a&gt; by &lt;a href=&#34;https://linuxiac.com&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;@Linuxiac&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope this helps y&amp;rsquo;all&amp;hellip;&lt;/p&gt;
Expand Down
5 changes: 4 additions & 1 deletion public/tags/aur/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
&lt;div id=&#34;wrapping-up&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;

&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the &lt;strong&gt;AUR&lt;/strong&gt;, to do it without the use of a helper, like so:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://aur.archlinux.org/packagename.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; packagename/ &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; makepkg -si
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.&lt;/p&gt;
&lt;p&gt;Also if you are using any &lt;strong&gt;GUI Packages Managers&lt;/strong&gt; you will also need to either recompile them or wait for them to get updated. It&amp;rsquo;s the nature of Rolling release Distros.&lt;/p&gt;
&lt;p&gt;If you want to learn more about how to use &lt;strong&gt;Pacman&lt;/strong&gt; and become a pro, I would highly recommend &lt;a href=&#34;https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;This Awesome Guide&lt;/strong&gt;&lt;/a&gt; by &lt;a href=&#34;https://linuxiac.com&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;@Linuxiac&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope this helps y&amp;rsquo;all&amp;hellip;&lt;/p&gt;
Expand Down
5 changes: 4 additions & 1 deletion public/tags/guide/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
&lt;div id=&#34;wrapping-up&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;

&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pacman&lt;/strong&gt; doesn&amp;rsquo;t get updated very often and when it does, there will always be some manual intervention of sorts. Also since &lt;strong&gt;AUR Helpers&lt;/strong&gt; kinda rely on it, if you can&amp;rsquo;t wait for maintainers to update &lt;em&gt;stable&lt;/em&gt; version, install &lt;code&gt;-git&lt;/code&gt; one, not always the best recourse as those can break at any moment. Instead, I would highly recommend, if you really want to install packages from the &lt;strong&gt;AUR&lt;/strong&gt;, to do it without the use of a helper, like so:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://aur.archlinux.org/packagename.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; packagename/ &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; makepkg -si
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The less we rely on a helper the better. No headaches, breakages or risk of harming your systems.&lt;/p&gt;
&lt;p&gt;Also if you are using any &lt;strong&gt;GUI Packages Managers&lt;/strong&gt; you will also need to either recompile them or wait for them to get updated. It&amp;rsquo;s the nature of Rolling release Distros.&lt;/p&gt;
&lt;p&gt;If you want to learn more about how to use &lt;strong&gt;Pacman&lt;/strong&gt; and become a pro, I would highly recommend &lt;a href=&#34;https://linuxiac.com/how-to-use-pacman-to-manage-software-on-arch-linux/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;This Awesome Guide&lt;/strong&gt;&lt;/a&gt; by &lt;a href=&#34;https://linuxiac.com&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;@Linuxiac&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope this helps y&amp;rsquo;all&amp;hellip;&lt;/p&gt;
Expand Down
Loading

0 comments on commit 2eae030

Please sign in to comment.