Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Just wait for the other process to finish.
Wait... Did you really write duso 😄 -
sigfried5336ySomething else is using it. Either Ubuntu is updating in bg or it's bugged. Reboot your pc, if it persists you can delete the lock file. But try the other things first. More info on lock file removal:
https://askubuntu.com/a/102084 -
bahua128036ysudo lsof /var/lib/apt/lists/lock
-or-
fuser /var/lib/apt/lists/lock
Look at the process that's using the file, and chase its PID up the process tree with ps or top.
I see lots of default stuff on your screen for Ubuntu, so I'm guessing you let Ubuntu run updates on its own. That's probably what's happening. -
@electrineer I've waited a few hours. And, yes, I did write dsuo. It took me five minutes to figure out why it didn't work. Long day
-
Did you by any chance have anything open that deals with updates or software installstion?
If now legit just restart the computer and it will work. -
Just remove the lockfile!
Can also happen when closing a terminal while doing apt-something. -
@bahua thank you! This is like my third time actually using Linux. I've been trying to find replacments for software that I use on Windows
-
bahua128036y@cloverismyname
If you make a script like this, you can assign it to a custom keyboard shortcut. I use alt-shift-4, so it's similar to the screenshot hotkey in macOS.
#!/bin/bash
TS=`date +%Y%m%d_%I%M%S%p_%Z`
shutter -s -o ~/Desktop/screenshot-$TS.png -e -
@cloverismyname Well, that's not good. Looks like you're failing on a post install script maybe. It's fixable, but not something I can walk you through here. Libc is pretty important on a Linux system, so don't be surprised if some stuff doesn't work.
I'd suggest using dpkg to fully remove the problematic Libc package and then reinstall it. Good luck!
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
I am having some issues. When I try to do sudo apt update or sudo apt upgrade, I get the attached error.
question
linux not working
linux