Results 1 to 2 of 2
When I try to install something using apt-get I get the following message, "Sorry, user Sparky is not allowed to execute '/usr/bin/apt-get install' as root on mepis1." Any help?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 1
Error
When I try to install something using apt-get I get the following message, "Sorry, user Sparky is not allowed to execute '/usr/bin/apt-get install' as root on mepis1." Any help?
- 01-24-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums, BackBack!
When you want to install something with apt, you must su (switch user) to root first.
From the command line, enter:
...enter the root password when requested.Code:su
Then enter:
...this updates your packages list.Code:apt-get update
Then try to install your package:
Code:apt-get install package_name
If it doesn't work, post back with any errors.oz


Reply With Quote
