일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ubuntu
- 설치
- DATABASE
- install
- Atlassian
- postgres
- Windows
- 하모니카
- 자바스크립트
- java
- 파이썬
- DB
- 아틀라시안
- 설정
- javascript
- 데이터베이스
- python
- PostgreSQL
- 3.0
- hamonikr
- 자바
- 노드
- JS
- 스크립트
- 우분투
- script
- 윈도우
- 리눅스
- node
- Linux
Archives
- Today
- Total
LukeHan 의 잡다한 기술 블로그
vim 설치 시 Unable to locate package vim 에러 발생하는 경우 본문
반응형
ubuntu@lukeHan:~$ sudo apt-get install vim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package vim
ubuntu 서버 환경 구성을 위해 vim 설치 시 위와 같이 에러가 발생하였다.
sudo apt-get update
위와 같이 입력하여 프로그램 업데이트를 진행한다.
ubuntu@lukeHan:/etc/apt$ sudo apt-get install vim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libpython3.10 libsodium23 vim-common vim-runtime
Suggested packages:
ctags vim-doc vim-scripts
The following NEW packages will be installed:
libpython3.10 libsodium23 vim vim-common vim-runtime
0 upgraded, 5 newly installed, 0 to remove and 10 not upgraded.
Need to get 10.6 MB of archives.
After this operation, 44.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
위와 같이 입력하여 설치를 진행한다.
계속 진행 여부 확인 입력이 나타나면 y 를 입력하여 설치를 진행한다.
vim
위와 같이 입력하여 vim 이 이상 없이 실행되는 것을 확인할 수 있다.
반응형
Comments