Notice
Recent Posts
Recent Comments
Link
«   2025/11   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Archives
Today
Total
관리 메뉴

nomad-programmer

[CentOS] CentOS8 어플리케이션 소개 본문

OS/CentOS

[CentOS] CentOS8 어플리케이션 소개

scii 2019. 12. 2. 20:59

flameshot - 스크린샷 편집도구

https://github.com/lupoDharkael/flameshot

 

lupoDharkael/flameshot

Powerful yet simple to use screenshot software. Contribute to lupoDharkael/flameshot development by creating an account on GitHub.

github.com

// Compile-time
dnf install gcc-c++ qt5-devel qt5-qtbase-devel qt5-linguist

// Run-time
dnf install qt5-qtbase qt5-qtsvg-devel

// Optional
dnf install git openssl ca-certificates

// flameshot 설치
dnf install flameshot

 

'OS > CentOS' 카테고리의 다른 글

[OS/CentOS] CentOS7에 Docker 설치 및 실행  (0) 2020.11.18
Comments