<?xml version="1.0"?>
<rss version="2.0"><channel><title>Manjaro Linux &#x43F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x445; &#x442;&#x435;&#x43C;</title><link>https://forum.aprelteam.by/meow/manjaro-linux/?id=123</link><description>Manjaro Linux &#x43F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x445; &#x442;&#x435;&#x43C;</description><language>ru</language><item><title>&#x427;&#x430;&#x441;&#x442;&#x43E; &#x438;&#x441;&#x43F;&#x43E;&#x43B;&#x44C;&#x437;&#x443;&#x435;&#x43C;&#x44B;&#x435; &#x43A;&#x43E;&#x43C;&#x430;&#x43D;&#x434;&#x44B; Pacman</title><link>https://forum.aprelteam.by/mur/chasto-ispolzuemye-komandy-pacman/?id=358</link><description><![CDATA[<p>
	<strong>Установка пакетов</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -S имя_пакета</span></pre>

<p>
	<strong>Установка пакета с обновлением системы</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Syu</span></pre>

<p>
	<strong>Установка пакета из файла</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -U /путь_к_файлу/файл.tar.xz</span></pre>

<p>
	<strong>Установка пакета из сети</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -U http://www.example.com/repo/example.pkg.tar.xz</span></pre>

<p>
	<strong>Просмотреть список пакетов сирот</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Qdt</span></pre>

<p>
	<strong>Удалить пакет</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -R имя_пакета</span></pre>

<p>
	<strong>Удалить пакет с зависимостями (не используемыми другими пакетами)</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Rs имя_пакета</span></pre>

<p>
	<strong>Удалить пакет с зависимыми и зависящами пакетами</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Rsc имя_пакета</span></pre>

<p>
	<strong>Удалить пакеты "сироты"</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">sudo pacman -Qtdq
sudo pacman -Rns $(pacman -Qtdq)</span></pre>

<p>
	<strong>Очистка кэша неустановленных пакетов</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Sc</span></pre>

<p>
	<strong>Очистка кэша пакетов</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Scc</span></pre>

<p>
	<strong>Обновление системы</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Syu
sudo pacman -Syyuu</span></pre>

<p>
	<strong>Если используется AUR</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">yay -Syua</span></pre>

<p>
	<strong>Выбор сервера обновлений пакетов</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">sudo pacman-mirrors -i -c all</span></pre>

<p>
	<strong>Для всех систем, просмотр списка дисков и используемых файловых систем</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">lsblk -f</span></pre>

<p>
	<strong>Проверка целостности пакетов</strong>
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">pacman -Qkk</span></pre>

<p>
	 
</p>
]]></description><guid isPermaLink="false">358</guid><pubDate>Tue, 06 Aug 2024 17:56:08 +0000</pubDate></item><item><title>&#x41E;&#x448;&#x438;&#x431;&#x43A;&#x430;: &#x43D;&#x435; &#x443;&#x434;&#x430;&#x43B;&#x43E;&#x441;&#x44C; &#x43F;&#x43E;&#x43B;&#x443;&#x447;&#x438;&#x442;&#x44C; &#x444;&#x430;&#x439;&#x43B; 'core.db' &#x438;&#x437; mirror : Connection time-out [ &#x41E;&#x422;&#x412;&#x415;&#x422; ]</title><link>https://forum.aprelteam.by/mur/oshibka-ne-udalos-poluchit-fajl-coredb-iz-mirror-connection-time-out-otvet/?id=357</link><description><![CDATA[<p>
	Такая ошибка может возникать при долгом застое (очень долго не обновляли систему, недоступность зеркал) в дистрибутивах на основе Arch Linux  (Manjaro, EndeavourOS, Garuda и другие).<br />
	Решение простое. Заходим в консоль и вводим:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">sudo pacman-mirrors -g</span></pre>

<p>
	Затем обнова:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">sudo pacman -Syyuu</span></pre>
]]></description><guid isPermaLink="false">357</guid><pubDate>Tue, 06 Aug 2024 17:29:49 +0000</pubDate></item><item><title>Manjaro Linux [KDE Plasma Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-kde-plasma-edition/?id=156</link><description><![CDATA[<p>
	<strong><img alt="manjaro.png" class="ipsImage" data-ratio="56.25" height="1080" style="height:auto;width:800px;" width="1920" src="https://kde.org/content/distributions/bg/manjaro.png" loading="lazy"></strong><br>
	<br>
	<strong>Скачать:</strong><br>
	<a href="https://download.manjaro.org/kde/23.1.4/manjaro-kde-23.1.4-240406-linux66.iso.torrent" rel="external nofollow">Manjaro KDE Plasma v23.1.4.iso.torrent</a>
</p>
]]></description><guid isPermaLink="false">156</guid><pubDate>Mon, 09 Oct 2023 12:33:43 +0000</pubDate></item><item><title>Manjaro Linux [Xfce Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-xfce-edition/?id=155</link><description><![CDATA[<p>
	<img alt="manjaro.jpeg" class="ipsImage" data-loading="true" data-ratio="56.25" height="1080" style="height:auto;width:800px;" width="1920" src="https://linuxgamingcentral.com/images/interviews/hitechlolife/manjaro.jpeg" loading="lazy"><br>
	<br>
	<strong>Скачать:</strong><br>
	<a href="https://download.manjaro.org/xfce/23.1.4/manjaro-xfce-23.1.4-240406-linux66.iso.torrent" rel="external nofollow">Manjaro Xfce v23.1.4.torrent</a>
</p>
]]></description><guid isPermaLink="false">155</guid><pubDate>Mon, 09 Oct 2023 12:30:24 +0000</pubDate></item><item><title>Manjaro Linux [GNOME Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-gnome-edition/?id=154</link><description><![CDATA[<p>
	<img alt="maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHUBoAC4AOKAgwIABABGGUgZShlMA8=&amp;rs=AOn4CLB-AMjo6Ubr39MVp65ZXBwJxMTSRg" class="ipsImage" data-ratio="56.25" height="720" style="height:auto;width:800px;" width="1280" src="https://i.ytimg.com/vi/y8fG44_loIs/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHUBoAC4AOKAgwIABABGGUgZShlMA8=&amp;rs=AOn4CLB-AMjo6Ubr39MVp65ZXBwJxMTSRg" loading="lazy"><br>
	<br>
	<strong>Скачать:</strong><br>
	<span><a href="https://download.manjaro.org/gnome/23.1.4/manjaro-gnome-23.1.4-240406-linux66.iso.torrent" rel="external nofollow">Manjaro GNOME v23.1.4.torrent</a></span>
</p>
]]></description><guid isPermaLink="false">154</guid><pubDate>Mon, 09 Oct 2023 12:27:59 +0000</pubDate></item><item><title>Manjaro Linux [Budgie Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-budgie-edition/?id=153</link><description><![CDATA[<p>
	<img alt="Budgie-de-18.jpg" class="ipsImage" data-ratio="56.50" height="768" style="height:auto;width:800px;" width="1360" src="https://wiki.manjaro.org/images/f/fd/Budgie-de-18.jpg" loading="lazy"><br><br><strong>Скачать:</strong><br><a href="https://download.manjaro.org/budgie/23.0.1/manjaro-budgie-23.0.1-230921-linux65.iso.torrent" rel="external nofollow">Manjaro Budgie v23.0.1.torrent</a><br><a href="https://download.manjaro.org/budgie/23.0.1/manjaro-budgie-23.0.1-230921-linux65.iso" rel="external nofollow">Manjaro Budgie v23.0.1.iso</a>
</p>
]]></description><guid isPermaLink="false">153</guid><pubDate>Mon, 09 Oct 2023 12:24:07 +0000</pubDate></item><item><title>Manjaro Linux [Cinnamon Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-cinnamon-edition/?id=152</link><description><![CDATA[<p>
	<img alt="2-4.png" class="ipsImage" data-ratio="56.22" height="768" style="height:auto;width:800px;" width="1366" src="https://orcaflotta.files.wordpress.com/2019/09/2-4.png" loading="lazy"><br><br><strong>Скачать:</strong><br><a href="https://download.manjaro.org/cinnamon/23.0.1/manjaro-cinnamon-23.0.1-230921-linux65.iso.torrent" rel="external nofollow">Manjaro Cinnamon v23.0.1.torrent</a><br><a href="https://download.manjaro.org/cinnamon/23.0.1/manjaro-cinnamon-23.0.1-230921-linux65.iso" rel="external nofollow">Manjaro Cinnamon v23.0.1.iso</a>
</p>
]]></description><guid isPermaLink="false">152</guid><pubDate>Mon, 09 Oct 2023 12:21:47 +0000</pubDate></item><item><title>Manjaro Linux [i3 Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-i3-edition/?id=151</link><description><![CDATA[<p>
	<img alt="03td016biapx.png" class="ipsImage" data-ratio="62.50" height="800" style="height:auto;width:800px;" width="1280" src="https://i.redd.it/03td016biapx.png" loading="lazy"><br><br><strong>Скачать:</strong><br><a href="https://download.manjaro.org/i3/23.0.1/manjaro-i3-23.0.1-230921-linux65.iso.torrent" rel="external nofollow">Manjaro i3 v23.0.1.torrent</a><br><a href="https://download.manjaro.org/i3/23.0.1/manjaro-i3-23.0.1-230921-linux65.iso" rel="external nofollow">Manjaro i3 v23.0.1.iso</a>
</p>
]]></description><guid isPermaLink="false">151</guid><pubDate>Mon, 09 Oct 2023 12:18:25 +0000</pubDate></item><item><title>Manjaro Linux [Sway Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-sway-edition/?id=150</link><description><![CDATA[<p>
	<span><strong><img alt="105576846-e8030180-5d75-11eb-91ca-441a551eb9a0.png" class="ipsImage" data-ratio="56.25" height="2160" style="height:auto;width:800px;" width="3840" src="https://user-images.githubusercontent.com/4662748/105576846-e8030180-5d75-11eb-91ca-441a551eb9a0.png" loading="lazy"><br><br>
	Видео:</strong><br><a href="https://swaywm.org/intro.webm" rel="external nofollow">https://swaywm.org/intro.webm</a></span><br><br><strong>Скачать:</strong><br><a href="https://manjaro-sway.download/download?file=manjaro-sway-22.1.2-231008-linux61.iso" rel="external nofollow">Manjaro Sway v22.1.2.iso</a>
</p>
]]></description><guid isPermaLink="false">150</guid><pubDate>Mon, 09 Oct 2023 12:15:25 +0000</pubDate></item><item><title>Manjaro Linux [Mate Edition]</title><link>https://forum.aprelteam.by/mur/manjaro-linux-mate-edition/?id=149</link><description><![CDATA[<p>
	<img alt="scale_1200" class="ipsImage" data-ratio="56.50" height="678" style="height:auto;width:800px;" width="1200" src="https://avatars.dzeninfra.ru/get-zen_doc/3481765/pub_5f12ca3131b65a37290997ce_5f12e979852b5e5c910e4e65/scale_1200" loading="lazy"><br><br><strong>Скачать:</strong><br><span><a href="https://download.manjaro.org/mate/23.0.1/manjaro-mate-23.0.1-230921-linux65.iso.torrent" rel="external nofollow">Manjaro Mate v23.0.1.torrent</a><br><a href="https://download.manjaro.org/mate/23.0.1/manjaro-mate-23.0.1-230921-linux65.iso" rel="external nofollow">Manjaro Mate v23.0.1.iso</a></span>
</p>
]]></description><guid isPermaLink="false">149</guid><pubDate>Mon, 09 Oct 2023 12:10:41 +0000</pubDate></item><item><title>&#x411;&#x430;&#x437;&#x43E;&#x432;&#x44B;&#x439; &#x43E;&#x431;&#x440;&#x430;&#x437; Docker &#x434;&#x43B;&#x44F; Manjaro Linux</title><link>https://forum.aprelteam.by/mur/bazovyj-obraz-docker-dlya-manjaro-linux/?id=148</link><description><![CDATA[<p>
	Этот репозиторий содержит все скрипты и файлы, необходимые для создания базового образа Docker для дистрибутива Manjaro Linux.<br><br><img alt="maxresdefault.jpg?7857057827" class="ipsImage" data-ratio="56.25" height="720" style="height:auto;width:800px;" width="1280" src="https://i.ytimg.com/vi/a30Enh1_aWI/maxresdefault.jpg?7857057827" loading="lazy"><br><br><strong>Цель</strong>
</p>

<ul><li>
		Обеспечить взаимодействие с Manjaro в образе Docker MultiArch Docker для amd64 и arm64.
	</li>
	<li>
		Создать самый простой, но полный образ.
	</li>
	<li>
		pacman должен работать "из коробки".
	</li>
	<li>
		Все установленные пакеты должны оставаться неизмененными.<br>
		 
	</li>
</ul><p>
	<strong>GitHub:</strong><br><a href="https://github.com/manjaro/manjaro-docker" rel="external nofollow">https://github.com/manjaro/manjaro-docker</a><br><br><strong>Базовый образ Docker для Manjaro Linux:</strong><br><a href="https://hub.docker.com/r/manjarolinux/base" rel="external nofollow">https://hub.docker.com/r/manjarolinux/base</a>
</p>
]]></description><guid isPermaLink="false">148</guid><pubDate>Mon, 09 Oct 2023 11:31:26 +0000</pubDate></item></channel></rss>
