Skip to content

sr-tream/qsudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qsudo

GUI for sudo
qsudo -E gparted // hide password qsudo -E gparted // show password

Feature

  • You can use sudo options

Build

Dependencies

  • git
  • qmake-qt5
  • qt5-base
Debian, Ubuntu, Mint
apt update
apt install -y git qt5-default make g++
Arch, Antergos, Manjaro
pacman -Syu
pacman -S --noconfirm git make qt5-tools qt5-base gcc

Building

git clone https://github.com/sr-tream/qsudo.git
mkdir qsudo-build
cd qsudo-build
qmake ../qsudo
make -j$(nproc --all)
Possible problems with building
On Ubuntu

qmake-qt5 may not exist in PATH (issue), then instead of the command qmake use /usr/lib/qt5/bin/qmake

Usage

./qsudo [options] program

Example

./qsudo -E gparted

Releases

No releases published

Packages

No packages published