github.com/shiftkey/desktop#readme
shiftkey/desktop
Fork of GitHub Desktop to support various Linux distributions - shiftkey/desktop
github.com
간단하게 ubuntu에서는 apt repo를 업데이트해서 설치 할수 있다.
$ wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky/desktop.list'
$ sudo apt-get update
$ sudo apt install github-desktop
아니면 그냥 릴리즈된 패키지 파일 다운로드 받아서 설치해도 됩니다.
'program > linux-common' 카테고리의 다른 글
rlogin (0) | 2021.05.12 |
---|---|
리눅스 환경 변수 설정 (0) | 2021.03.27 |
linux 패키지 관리 프로그램 snap apt (0) | 2021.03.26 |
리눅스 디렉토리 구조 (0) | 2021.03.26 |
proxy configuration setting in terminal command line (0) | 2021.03.25 |