우분투에 구아케 guake를 설치해본다. 좋은 termial program이다. Install a guake in Ubuntu. It's a good termial program.
작성자 정보
- 삼둡 작성
- 작성일
컨텐츠 정보
- 4,641 조회
- 목록
본문

웁스 아래와 같은 에러가 여러 라인에 걸쳐서 발생했다.
dpkg: warning: files list file for package 'libctf0:amd64' missing; assuming package has no files currently installed
The following error occurred across several lines.
dpkg: warning: files list file for package 'libctf0:amd64' missing; assuming package has no files currently installed
I made a shell script through Google search and reinstalled it all.
The shell script is as follows.
구글 검색을 통해 쉘스크립트를 하나 만들어서 몽땅 다시 리인스톨을 했다.
그 쉘스크립트는 다음과 같다.

for package in $(apt-get install --reinstall guake 2>&1 |\
grep "warning: files list file for package '" |\
grep -Po "[^'\n ]+'" | grep -Po "[^']+"); do
apt-get install --reinstall "$package";


시작프로그램에 등록해서 편하게 쓰기로 했다.
앞으로 f12만 누르면 약간 투명한 터미널이 편하게 실행된다.
감추려면 f12를 다시 누르면 된다.
I signed up for the startup program and decided to use it comfortably.
In the future, just press F12 and the slightly transparent terminal runs comfortably.
To hide it, press F12 again.
관련자료
-
이전
-
다음