2 Answer
Yes its possible.
Just add the below line in sudoers file. (/etc/sudoers)
user1 ALL = ! /usr/bin/apt-get
This line indicates that the particular user can able to run all commands except apt-get command. So User1 will be restricted to use that commands as you required.
Thanks... for the best idea...!!!
Your Answer