기술

자주 쓰는 리눅스 명령어(추가 예정) frequently used linux command (will be added more)

기술 공간 2021. 5. 25. 23:38

-apt 업데이트 해줄때 when updating apt

$ sudo apt-get update
$ sudo apt-get autoclean
$ sudo apt-get clean
$ sudo apt-get autoremove

 

-패키지  의존이 박살 났을때 when package has broken dependency

$ sudo apt --fix-broken install

 

-파일을 다른 디렉토리에 복사해서 붙여넣기 할때 when copy and paste a file to another directory

(주의사항 : 아래 명령어를 터미널에서 칠때, 터미널의 현재 디렉토리는 복사할 파일이 존재하는 디렉토리로 맞춰줘야한다.)

$ sudo cp {복사할 파일이름} {붙여넣기할 다른 디렉토리}

'기술' 카테고리의 다른 글

라즈베리파이 쓸때 참고한 사이트 링크  (0) 2021.06.19
install kakaotalk in linux 18.04 리눅스18.04에 카카오톡 설치하기  (0) 2021.05.26
linux command option  (0) 2021.05.25
linux command option  (0) 2021.05.24
make, cmake  (0) 2021.05.24