The Debian Package usudo
----------------------------
Comments regarding the Package
-- Hayder Majid Sat, 11 Sep 2021 04:24:49 -0400
# 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:**
1- Clone this repository to your system:
`git clone https://notabug.org/hayderctee/usudo`
2- Redirect to `usudo` folder in your system :
`cd usudo/`
3- Now, run the folowing command in your terminal:
`sudo cp -r usudo /usr/bin && chmod +x /usr/bin/usudo && ln -s /usr/bin/usudo /usr/sbin`
`sudo cp -r usu /usr/bin && chmod +x /usr/bin/usu && ln -s /usr/bin/usu /usr/sbin`
4- To run your app as admin just run :
`usudo `
or you can run it as root :
`usu `