우분투 18.04 설치후 추가 프로그램
구글링후 참고
1. Doubel Commander (더블커맨더) - 파일관리
우분투 소프트웨어 에서 바로설치
https://doublecmd.sourceforge.io/
2. VLC Media Player (동영상 재생)
우분투 소프트웨어 에서 바로설치
3. GIMP(김프) - 포토샵 같은 이미지편집
우분투 소프트웨어 에서 바로설치
4. simplescreenrecorder (화면녹화)
우분투 소프트웨어 에서 바로설치
https://www.maartenbaert.be/simplescreenrecorder/
5. systemback (백업프로그램)
add-apt-repository ppa:nemh/systemback
apt-get update
apt-get update; sudo apt-get install systemback
위의 내용대로 하면 E: 드라이브 어쩌구 오류남 (우분투 18.04 사용중)
그래서 검색후 아래 내용대로 재실행
Install Systemback on Ubuntu 18.04 and Ubuntu 18.10
Ubuntu 16.04 and 14.04 users can install Systemback from PPA by running the following commands in terminal.
sudo add-apt-repository ppa:nemh/systemback sudo apt update sudo apt install systemback
The author of Systemback stopped its development in 2016, so Ubuntu 18.04 and 18.10 are not in the supported list. If you run the above command on Ubuntu 18.04, you will see the following error,
E: The repository 'http://ppa.launchpad.net/nemh/systemback/ubuntu bionic Release' does not have a Release file.
or
E: Unable to locate package systemback
To install systemback on Ubuntu 18.04/18.10, first remove the PPA.
sudo add-apt-repository --remove ppa:nemh/systemback
The Systemback binary for Ubuntu 16.04 is compatible with Ubuntu 18.04/18.10/19.04, so we can add the Ubuntu 16.04 PPA on 18.04/18.10/19.04 with the following command:
sudo add-apt-repository "deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main"
Then import the GPG signing key of this PPA so that the package manager can verify signature. The signing key can be found on launchpad.net.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 382003C2C8B7B4AB813E915B14E4942973C62A1B
Update package list and install Systemback.
sudo apt update
sudo apt install systemback
Then you can start Systemback from your application menu. You need to enter your password to use this software. After you enter the password, click OK button.
출처: https://frog-hindleg.tistory.com/33 [개구리 뒷다리]
'우분투사용기' 카테고리의 다른 글
시작메뉴 설치 (0) | 2019.04.29 |
---|---|
우분투 테마 설정하기 (0) | 2019.04.29 |
우분투 18.04 카카오톡 설치 (1) | 2019.04.18 |
우분투 18.04 nvidia 드라이버 설치 (0) | 2019.04.18 |
우분투 18.04 업그레이드 (0) | 2018.09.18 |