Tag: Arch Linux

How to install (or remove) packages using a regular expression in pacman

How to install packages with a wildcard (or a regular expression) in pacman If you try to use wildcards in the pacman command to install multiple packages at once, you won't be able to do it. For example, I want to install all packages whose names start with “kodi-addon-” with one command. Let's try to do this with the following...

How to install and use pikaur and makepkg on a server

How to run pikaur as root For more information on pikaur, see the article: Automatic installation and update of AUR packages The makepkg utility and (sometimes) pikaur do not work when run as root. This is not usually a problem for most users, but I have encountered a situation where on a headless server where there is only one user...

How to delete Wi-Fi network settings in Linux

Table of contents 1. Deleting Wi-Fi network settings in Linux 2. How to delete Wi-Fi settings in Linux Mint (Cinnamon) 3. How to delete Wi-Fi settings in Ubuntu and Kali Linux (GNOME 3) 4. How to delete Wi-Fi settings in Xubuntu (Xfce) 5. How to remove Wi-Fi settings in Kubuntu and Manjaro (KDE) 6. How to open the Connection Editor...

How to view the password for a Wi-Fi connection in Linux

Table of contents 1. Is it possible to view the password for a Wi-Fi network in Linux 2. How to view a Wi-Fi password in Linux Mint (Cinnamon) 3. How to view a Wi-Fi password in Ubuntu and Kali Linux (GNOME 3) 4. How to view a Wi-Fi password in Xubuntu (Xfce) 5. How to view the Wi-Fi password in...

How to disable automatic Wi-Fi connection without deleting settings in Linux

Table of Contents 1. Is it possible to disable automatic connection to Wi-Fi in Linux 2. How to disable automatic connection to Wi-Fi in Linux Mint (Cinnamon) 3. How to disable automatic connection to Wi-Fi in Ubuntu and Kali Linux (GNOME 3) 4. How to disable automatic connection to Wi-Fi in Xubuntu (Xfce) 5. How to disable automatic Wi-Fi connection...

How to prioritize Wi-Fi connections in Linux

Table of contents 1. Is it possible to configure the priority of Wi-Fi networks in Linux 2. How to prioritize Wi-Fi connections in Linux Mint (Cinnamon) 3. How to prioritize Wi-Fi connections in Ubuntu and Kali Linux (GNOME 3) 4. How to prioritize Wi-Fi connections in Xubuntu (Xfce) 5. How to prioritize Wi-Fi connections in Kubuntu and Manjaro (KDE) 6....

Error: failed to commit transaction (conflicting files) (SOLVED)

When performing updates on Arch Linux and derivative distributions (Manjaro, BlackArch), several checks are performed before directly installing new versions of packages: checking if all necessary dependencies are present checking if there are conflicting packages The previous two checks are performed before the installation files are downloaded. Immediately after downloading the installation files (but, of course, even before installing them),...

PHP Warning: PHP Startup: imap: Unable to initialize module (SOLVED). How to install the imap module for PHP on Arch Linux

When running a PHP script in Arch Linux or derivative distributions (Manjaro, BlackArch) on the command line: php 8.php You may see the following warning from PHP: PHP Warning: PHP Startup: imap: Unable to initialize module Module compiled with module API=20210902 PHP compiled with module API=20220829 These options need to match in Unknown on line 0 Warning: PHP Startup: imap:...

How to increase the size of the partition and file system after increasing the physical size of the disk

Disk partition size and file system size In Linux, a disk can be used entirely by one partition or be divided into several partitions (similar to volumes in Windows). Usually, at the stage of installing the operating system, disk partitioning is done: disk partitions are created, and then these partitions are formatted into one or another file system. In this...
Loading...
X