vm웨어를 리부트하고, vscode를 실행했더니, 아예 반응조차 하지 않는 이슈가 생겼었다.
다른 앱들도 실행했을때, 되지 않았는데 우여곡절끝에 아래의 명령어를 실행하고 햇더니, 정상 동작했다.
https://askubuntu.com/questions/1238069/ubuntu-software-not-loading-properly
If all images and software aren't loading in the software app delete the ubuntu-reviews.db file at ~/.local/share/gnome-software/ubuntu-reviews.db. It will be recreated automatically the next time you open Ubuntu Software (the Software app).
Open the terminal and type:killall gnome-software mkdir -p ~/.local/share/gnome-software/ cd ~/.local/share/gnome-software/ mv ubuntu-reviews.db ubuntu-reviews.db.bak
# skip if ubuntu-reviews.db doesn't exist
Then reopen the Software app.
If it still doesn't work you could try reinstalling the Software app.
sudo apt update
sudo apt purge gnome-software
sudo apt install gnome-software
'IT > Ubuntu' 카테고리의 다른 글
나노 에디터 (0) | 2021.09.30 |
---|---|
원격서버 vscode로 연결해서 작업하기 (0) | 2021.09.10 |
[Linux] 백그라운드로 명령어 돌리기 "nohup" (0) | 2021.09.06 |
[ubuntu] 용량부족 (0) | 2021.07.01 |
[ubuntu] Fiddler 종료시 ERR_PROXY_CONNECTION_FAILED 에러 해결 (0) | 2021.06.28 |