Hi,
I’m trying to install “Ubuntu Source Install” from this official documentation
When I try to run this command (as mentioned in the documentation):
sudo apt -y install \
$(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt' -o -iname 'packages.apt' | grep -v '/\.git/') | sed '/gz\|sdf/d' | tr '\n' ' ')
the terminal is just stuck with no updates
Can someone please suggest how to resolve this?
Thanks in advance