You are not logged in.
I am on a fresh install of Hydrogen, and I am not able to update some repositories.
When I installed the distro, I wasn't able to download the mirror, so I skipped that. That caused my sources.list to be inadequate. I have tried fixing the source.list, but even as a superuser it says "permission denied" whenever I try to change the file.
Offline
What is the command you are using?
Are you a member of sudoers? "sudo" should appear in the output of the command:
groups
If all else fails you can boot the live iso and copy in the correct sources. Details on the defaults are here: Sources - sources.list and backports details
Last edited by damo (2017-01-31 22:40:44)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I'm using just a simple
/etc/apt/sources.list
And I am the admin of the PC.
When I type this, it responds with
bash: /etc/atp/sources.list: permission denied
Offline
I may have fixed it. Even though I was in root, the file wasn't trying to open in root. I tried opening it like that directly and it let me alter the file.
Offline
I'm using just a simple
/etc/apt/sources.list
That is the reason then - you haven't given it a command, just a filepath. To open in a terminal editor use
sudo nano /etc/apt/sources.list
To open in geany, do:
gksudo geany /etc/apt/sources.list
or in the file manager, r-click and select "Open as root"
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
It's working now. Sorry for the trouble. And thanks for your help. Solved.
Offline
If there is a next time, you can edit the title of your first post yourself, and add [SOLVED]
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline