Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install arch linux

# just run this official script to install
archinstall
# you can read this document to install step by step by this script
https://python-archinstall.readthedocs.io/en/latest/index.html
# or watch the video on the source
Comment

install program archlinux

pacman -S <package_name>
Comment

How to install packages on arch linux

pacman -Syu package_name
Comment

install arch package

 git clone https://aur.archlinux.org/package-query.git
 cd package-query/
 makepkg -si
Comment

how to isntall arch

# ls /usr/share/kbd/keymaps/**/*.map.gz
Comment

PREVIOUS NEXT
Code Example
Shell :: digit sum number in c 
Shell :: delete branch 
Shell :: keytool check for keys in keystore 
Shell :: ubuntu move file 
Shell :: du folder size 
Shell :: ps command 
Shell :: restart terminal without closing 
Shell :: redis: command not found 
Shell :: git delete all remote branch except master 
Shell :: convert mkv to mp4 
Shell :: git modify last commit message 
Shell :: ssh tunnel map 
Shell :: delete folder in linux 
Shell :: git ls-files --others -i --exclude-standard 
Shell :: failed (Result: start-limit-hit) 
Shell :: debian 9 enable rc.local 
Shell :: git diff between branches file 
Shell :: powershell delete empty folders 
Shell :: save username and password in git 
Shell :: kibana download 
Shell :: npm install sql 
Shell :: Move folder content up a level using bash/shell 
Shell :: how to image an entire disk on linux 
Shell :: rename a directory in git 
Shell :: visual studio export installed nuget pacjkages 
Shell :: how to get first in jq 
Shell :: push imagesto docker 
Shell :: GIT: create repo 
Shell :: kubectl restart recreate pod 
Shell :: ssh copy to clipboard 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =