Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list recently installed packages arch

grep -i installed /var/log/pacman.log
Comment

search through installed packages arch

sudo pacman -Qs <search-term>
Comment

list recently updated packages arch

grep -i upgraded /var/log/pacman.log
Comment

how do I list all my packages on arch linux

pacman -Qe # list all explicitely installed packages
Comment

PREVIOUS NEXT
Code Example
Shell :: git origin 
Shell :: git remote url show command 
Shell :: command failed with exit code 1: yarn build 
Shell :: colab unzip tar.gz 
Shell :: npm fix deprecated packages globally 
Shell :: hash sum mismatch ubuntu 20.04 
Shell :: zsh: courpt historyfile 
Shell :: reverse an array in bash scripting 
Shell :: factorial of a number bash 
Shell :: how to check kernel version in linux 
Shell :: ubuntu install opencl 
Shell :: hdfs remove directory 
Shell :: install seaborn in anaconda 
Shell :: ln phpmyadmin 
Shell :: windows delete all docker images 
Shell :: enable setting in ubuntu 
Shell :: clear cache credential git 
Shell :: update nextjs to last version 
Shell :: Pipreqs: command not found 
Shell :: heroku cli login 
Shell :: chrome skia shader compilation error 
Shell :: packages required to install psycopg2 
Shell :: kubectl autocomplete zsh 
Shell :: how to get the temp of cpu in linux terminal raspberry pi 
Shell :: remove wine 
Shell :: git show only files names 
Shell :: bash colors 
Shell :: install redis brew 
Shell :: tailwind plugin prettier 
Shell :: ubuntu install ssh server 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =