Ubuntu - Notepad++ 설치 방법

우분투에 노트패드++ 설치 방법을 소개합니다.

  1. GUI로 설치
  2. Shell Command로 설치

1. GUI로 설치

Ubuntu Software에 들어가서 notepad++라고 검색하면 아래와 같이 프로그램을 설치할 수 있습니다. ubuntu software - install notepad++

실행

설치 완료 후, Notepad++ 프로그램을 검색하여 실행시킬 수 있습니다.

Wine으로 윈도우 프로그램을 실행시키기 때문에 처음 초기화하는데 어느정도 시간이 걸립니다.

run notepad++

2. Shell Command로 설치

snap을 통해서 notepad++를 설치할 수 있습니다.

snap 설치

다음 명령어로 snap을 설치할 수 있습니다.

$ sudo apt install snapd snapd-xdg-open

notepad++ 설치

다음 명령어로 notepad++를 설치할 수 있습니다.

$ sudo snap install notepad-plus-plus

설치가 완료되면 프로그램을 실행시킬 수 있습니다.

실행

다음과 같이 shell에서 notepad를 실행시킬 수 있습니다.

$ notepad-plus-plus

다음 명령어는, test.txt파일을 notepad로 엽니다.

$ notepad-plus-plus test.txt
Loading script...

Related Posts

codechachaCopyright ©2019 codechacha