- Commands for Arch Linux that all your users should know
- Pacman and Yaourt: the 2 essential commands for Arch Linux
- Basic Commands Used in Arch Linux
- 11 comments, leave yours
- Leave a Comment Cancel reply
- Нужные команды Linux
- Главное это уметь узнать, найти справку по той или иной команде:
- Команды Linux для Red Hat, Fedora, CentOS
- Команды Linux для Arch, Monjaro
- Команды Linux для Debian, Ubuntu, Mint.
- Команды Linux для работы в терминале
- Управление процессами (программами)
- Работа с файлами и папками
- Работаем с разделами носителей информации
- Управляем пользователями
- Сеть
- Использование утилиты ifconfig
- Исправляем битые или отложенные пакеты
- Перезагрузить или выключить систему, используем — systemctl
Commands for Arch Linux that all your users should know
Although I often use the console, I confess that I am not very good at memorizing commands, I generally use a «cheat sheet» where I have various commands that I usually need and that in some cases I do not remember. This is perhaps not the best way to have the commands we need at hand, but it is the one that I use and it works for me.
Now that I am enjoying Manjaro KDE (What is an Arch Linux-based distro), it seemed interesting to me to make a compilation of the commands that are most used in Arch Linux and others that are not used much but have interesting utilities.
It is worth noting that the best way to know the commands for Arch Linux is the Wiki of the distro itself, where there is very complete and adequate information for each command. This compilation is nothing more than a quick reference guide, to delve into each command (its use, utility, syntax, among others) we strongly recommend going to Arch Linux Wiki.
Pacman and Yaourt: the 2 essential commands for Arch Linux
Pacman y Yogurt make Arch Linux one of the best distros that exist today, through them we can enjoy thousands of packages and programs that are available to be installed with these commands. In the same way, both tools work in a very similar way so learning how to use it is extremely simple.
Pacman is Arch Linux’s default package manager, meanwhile Yogurt is a wrapper that gives us access to the AUR community repository, where we can get one of the largest compiled packages catalog that exists today.
The basic Pacman and Yaourt commands that we must know are the following, we will group it by what they do, you can see the similarity of the commands, in the same way, highlight that pacman is executed with sudo and for yaourt it is not necessary.
sudo pacman -Syu // Update the system yaourt -Syu // Update the system yaourt -Syua // Update the system in addition to the AUR packages sudo pacman -Sy // Synchronize the packages from the database yaourt -Sy // Synchronize the packages from the database sudo pacman -Syy // Force synchronization of the packages from the database yaourt -Syy // Force the synchronization of the packages from the database sudo pacman -Ss package // Allows you to search for a package in the repositories yaourt -Ss package // Allows you to search for a package in the repositories sudo pacman -Yes package // Get information from a package that is in the repositories yaourt -Yes package // Get information from a package that is in the repositories sudo pacman -Qi package // Show the information of an installed package yaourt -Qi package // Show the information of an installed package sudo pacman -S package // Install and / or update a package yaourt -S package // Install and / or update a package sudo pacman -R package // Remove a package yaourt -R package // Remove a package sudo pacman -U / path / to / the / package // Install a local package yaourt -U / path / to / the / package // Install a local package sudo pacman -Scc // Clear the package cache yaourt -Scc // Clear the package cache sudo pacman -Rc package // Remove a package and its dependencies yaourt -Rc package // Remove a package and its dependencies sudo pacman -Rnsc package // Remove a package, its dependencies and settings yaourt -Rnsc package // Remove a package, its dependencies and settings sudo pacman -Qdt // Show orphaned packages yaourt -Qdt // Show orphaned packages
Basic Commands Used in Arch Linux
Already in the past it was published here in FromLinux an image with which we could build a cube, which allowed us to have the Arch Linux commands at hand, this image ideally encompasses the rest of the commands that we wanted to share with you.
You can supplement these commands with the guidance that was made in the past, with the More than 400 commands for GNU / Linux that you should know 😀
The content of the article adheres to our principles of editorial ethics. To report an error click here.
Full path to article: From Linux » GNU / Linux » Commands for Arch Linux that all your users should know
11 comments, leave yours
Leave a Comment Cancel reply
Very good. It works for me precisely for the Arch that I have on my netbook and the partition that I have with Parabola GNU / Linux-libre on my desktop PC.
I quote verbatim what I wrote in the article: «It is worth noting that the best way to know the commands for Arch Linux is the distro Wiki itself, where there is very complete and adequate information for each command. This compilation is nothing more than a quick reference guide, to deepen each command (its use, utility, syntax, among others) we strongly recommend going to the Arch Linux Wiki. »
already c xd
They should do more ArchUsers oriented posts anyway.
More in my case after having lost practice: /
on my youtube channel I have several videos and on my blog too https://archlinuxlatinoamerica.wordpress.com 😉
You forgot the best one to update:
yaourt -Your -noconfirm We remember Suya in Spanish more easily than Syua and the order of the parameters does not alter, in this case, the result Regarding the noconfirm, for what is updated from the AUR it is a roll the confirmations that it asks for, especially if you are probón, and thus you save them.
Lagarto, I’ve been having an extremely slow Internet in Arch for months but in the case of Mageia it works perfectly, I haven’t gotten into the logs and taking advantage of the fact that I have a bridge I would like to see how I could fix it.
Has something like this happened to you?
Sorry if this breaks any rules.
Нужные команды Linux
Для работы в терминале требуется знать много команд, которые не часто бываю нужны, и поэтому со временем забываются. Размещаю на своем сайте самые «распространенные» команды linux, которые необходимы бывают при настройке системы.
В список включаю и некоторые полезные команды которые известны многим «линуксоидам», но пригодятся новичкам. Получится своего рода шпаргалка и полезное для тех кто только изучает эту тему.
Конечно же эти команды вы можете найти не только на моем сайте — информация широко распространена и известна, секрета не составляет. Делитесь этой информацией со своими друзьями и соратниками…
Главное это уметь узнать, найти справку по той или иной команде:
man ваша_команда — выводит справку по этой команде.
ваша_команда —help — выводит справку по этой команде.
Команды Linux для Red Hat, Fedora, CentOS
sudo dnf install имя_пакета — установить нужный пакет.
sudo dnf config-manager —add-repo адрес_репозитория — добавить сторонний репозиторий.
sudo dnf upgrade — обновить все пакеты до самых свежих.
sudo dnf remove — удалить ненужный пакет.
sudo dnf autoremove — удалить все ненужные зависимости.
Команды Linux для Arch, Monjaro
sudo pacman -S имя_пакета — установить нужный пакет.
sudo yaourt -S имя_пакета — установить пакет из AUR, если его нет в основном репозитарии.
sudo pacman -Sy — обновить сведения о пакетах.
sudo pacman -Syu — обновить все пакеты до самых свежих.
sudo pacman -R имя_пакета — удалить ненужный пакет.
sudo pacman -Rs имя_пакета — удалить ненужный пакет со всеми зависимостями.
Команды Linux для Debian, Ubuntu, Mint.
sudo apt install — установка пакета.
sudo apt-add-repository — добавление репозитория.
suto apt update — обновить сведения о пакетах.
sudo apt upgrade — обновить все пакеты.
sudo apt full-upgrade — полное обновление системы
sudo apt list — список пакетов.
sudo apt search — поиск пакетов по имени.
sudo apt show — показать подробную информацию о пакете.
sudo apt remove — удалить пакет.
sudo apt edit-sources — редактировать файл источников программного обеспечения.
Команды Linux для работы в терминале
man — команда для вызова справки к пакету или команде, вводим эту команду и после пробела команду или пакет, для которой нужна инструкция.
history — Отображает все недавно введённые вами команды.
cd — перейти в нужный вам каталог, cd адрес каталога.
clear — понятно из самого слова, очищает окно терминала.
&& — разделяет команды, например если необходимо выполнить сразу несколько команд друг за другом, вводим команды и разделяем их этим знаком. По окончании нажимаем Enter — программы начнут выполнятся.
sudo — дает права администратора на выполнение команды.
sudo su — все последующие действия в терминале будут выполнятся от имени администратора.
sudo gksudo — запускает приложение с графическим окружением от имени администратора.
Управление процессами (программами)
kill — Эта команда служит для принудительного завершения процессов. Нужно ввести kill PID_процесса . PID процесса можно узнать, введя top .
top — отображает перечень запущенных процессов, сортируя в зависимости от потребления ресурсов CPU.
xkill -введите её, затем щёлкните по тому окну, которое нужно закрыть.
killall — убивает процессы на которые вы укажете. К примеру — killall firefox
Работа с файлами и папками
file — выводит информацию о файле.
rename — переименовывает файл.
mkdir — создать новую папку там где вы находитесь.
Работаем с разделами носителей информации
lsblk — выводит информация о ваших дисках и разделах.
umount — демонтирует раздел.
df — показывает размер диска и размер свободного пространства.
free — сколько свободно и занято ОЗУ.
uname — информация о системе.
uname -a — информация о имени компьютера и ядре.
Управляем пользователями
whoami — отображает имя пользователя.
useradd — создает нового пользователя.
userdel — удаляет пользователя.
usermod — меняет учетную запись пользователя, переместить домашнюю папку пользователя, назначить дату когда заблокировать учетку и т.д.
Сеть
ip —help — инструкция по работе с командой ip , команда имеет большое применение и множество атрибутов введя эту команду вы сможете изучить и понять ее возможности и правила использования.
ip adress - показывает сведения о сетевых адресах.
ping - проверка подключения к сети, определенному адресу.
ip a - посмотреть сетевые интерфейсы и их mac адреса в том числе.
Использование утилиты ifconfig
Для Ubuntu и Debian необходимо установить предварительно пакет
или в других, таких как Manjaro
После установки используем команду
Исправляем битые или отложенные пакеты
Откройте терминал и в терминале попробуйте следующие команды, в той же последовательности:
sudo apt-get --fix-broken install