새 컴퓨터에 Linux Mint 20을 설치했고 기본 Emacs 버전이 있습니다.
➜ ~ sudo dpkg --get-selections | grep emacs
emacs install
emacs-bin-common install
emacs-common install
emacs-el install
emacs-gtk install
emacsen-common install
개발 환경을 정리하고 최신 버전의 emacs를 설치하려면 어떻게 해야 합니까? 27.1이어야 합니다.
답변1
Ubutnu 저장소에서 가장 높은 버전의 emacs는 입니다 26
. 타사 저장소를 추가해야 합니다.
sudo add-apt-repository ppa:kelleyk/emacs
sudo apt update
확인하다:
$ apt policy emacs27
emacs27:
Installed: (none)
Candidate: 27.1~1.git86d8d76aa3-kk2+20.04
Version table:
27.1~1.git86d8d76aa3-kk2+20.04 500
500 http://ppa.launchpad.net/kelleyk/emacs/ubuntu focal/main amd64 Packages
이전 버전으로 설치할 수 있지만 emacs27
설치된 모든 버전을 제거해야 하는 경우 다음을 실행할 수 있습니다.
sudo apt remove emacs
설치하세요:
sudo apt install emacs27