Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- nontrivial solution
- 빅오메가
- 빅세타
- matrix fo a linear transformation
- 이진 탐색
- nonhomogeneous linear system
- 알고리즘 분석의 실례
- linear dependence
- 일차변환
- 배열 섞기
- 코틀린 시작하기
- 재귀함수
- NumPy
- solutions of matrix equation
- Big-Oh 예제
- Big Theta
- Big-Oh notation
- python
- Big Omega
- Big-O 예제
- matrix-vector product
- recursive algorithms
- homogeneous linear system
- 코틀린 Hello World!
- trivial solution
- one-to-one
- matrix trnasformations
- 랜덤 순서 배열
- itertools
- 빅오 표기법
Archives
- Today
- Total
코딩 연습
arch 계열 리눅스에서 add/remove software 설치하기 본문
반응형
garuda 리눅스가 괜찮다는 소문을 듣고, 설치를 시도해 봤다. 다른 것은 모르겠는데, add/remove software 가 설치되어 있지 않은 것이 불편했다. 다음과 같이 설치할 수 있다.
sudo pacman -Sy --needed base-devel git wget yajl
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
sudo yay -S pamac-aur
반응형
'잡다한 것들' 카테고리의 다른 글
fish shell 에서 tmux 자동 실행 (0) | 2021.10.30 |
---|---|
(Emacs) 텍스트 편집기로서의 기본 사용법 (0) | 2021.10.25 |
Emacs (GUI) 에서 한글입력하기 (0) | 2021.06.21 |
mathjax 혹은 katex - 수식 번호 매기기 (0) | 2020.12.14 |
mathjax 혹은 katex - 호(arc) 나타내기 (0) | 2020.12.14 |