An alternative GUI app for gksu and gksudo that allow user to run its graphical apps with privileges

hayder majid 336ad245e9 Update 'README.md' 1 år sedan
DEBIAN a31e366951 adding debian package 3 år sedan
LICENSE b843e519d3 Initial commit 5 år sedan
README.md 336ad245e9 Update 'README.md' 1 år sedan
usu d23451c4e4 version 1.3 3 år sedan
usudo d23451c4e4 version 1.3 3 år sedan

README.md

usudo

usudo (pronounced you-sudo), an alternative GUI app for gksu and gksudo that allow user to run its graphical apps with privileges

How to Install:

  • You can download the .deb file for debian based distros from here and install it with any debian installer app like gdebi, or by using dpkg:

dpkg -i <PACKAGE_NAME>

  • Manuually, you can Download the latest release from here:

https://notabug.org/hayderctee/usudo/releases

  • Extract the .zip file :

unzip /PATH-TO-CONTAINING-FOLDER/usudo-1.3.zip

  • Redirect to usudo folder in your system :

cd usudo/

  • Now, run the folowing commands in your terminal (as root):

cp -r {usudo,usu} /usr/bin

chmod +x /usr/bin/{usudo,usu}

  • To run your app as superuser just run :

usudo <YOUR_APP_NAME>

or you can run it as root :

usu <YOUR_APP_NAME>