helix-editor와 모든 helix 관련 파일 및 구성을 완전히 제거하는 방법은 무엇입니까?

helix-editor와 모든 helix 관련 파일 및 구성을 완전히 제거하는 방법은 무엇입니까?

여기 단계가 명확하지 않습니다. 나는 데비안을 사용하고 있습니다

https://github.com/helix-editor/helix/discussions/5228

설치 단계:

$ git clone https://github.com/helix-editor/helix

~/helix ‹master› $ cargo install --path helix-term --locked

누구든지 간단한 단계를 안내해 주실 수 있습니까?

답변1

저장소가 포함된 폴더로 이동하여 를 실행합니다 cargo uninstall. 리포지토리를 어디에 복제할지 확실하지 않은 경우 find ~/ -type d -name "helix"리포지토리를 홈 폴더에 복제했다고 가정하고 찾을 수 없으면 ~find 명령에서 제거를 실행할 수 있습니다.

또한 rm -r ~/.config/helix프로필 삭제를 실행하세요.

귀하의 의견을 바탕으로 업데이트하십시오.

터미널을 열고 작성한 cd ~/helix후 실행하십시오.cargo uninstall

다음으로 그것을 실행 rm -r ~/helix ~/.cache/helix하면 잘 될 것입니다.

관련 정보