I am using the linux distro 22.04.2.
I used the installation instructions from the obs site. When I attempted to install the repository, I got a notice that some packages were missing so older ones were used. Then, when I attempted to install obs, when I gave the command to install I received the following error:
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend.
It is held by process 4655 (unattended-upgr)
I am new to linux, but could not find anything with this process or error on this site.
lsb_release -a
for example will show some details about your system) and 22.04.2 was your install media maybe? but you also mention "some packages were missing so older ones were used" which would fit your system being outdated & need to apply security fixes asap if you use your system online. We're limited to details you provide; but I'll suggest runningsudo apt update
to update your software lists (so your machine knows what is available) then applying upgrades withsudo apt upgrade
if there are no warnings/errors to first cmd – guiverc Feb 07 '24 at 23:23sudo apt install obs-studio
– Daniel T Feb 07 '24 at 23:24obs-studio 30.0.0 snapcrafters✪ - Free and open source software for live streaming and screen recording
– guiverc Feb 07 '24 at 23:33