Help! I cannot upgrade to New Ubuntu release 12.04.4 LTS
Paul Smith
paul at mad-scientist.net
Tue Apr 29 03:56:33 UTC 2014
On Mon, 2014-04-28 at 19:51 -0400, Rick Magraw wrote:
> Here is the output from the command as per Nils request:
>
> rsm at rsm-laptop:~$ ls -ld /var/cache/apt/archives
> ls: cannot access /var/cache/apt/archives: No such file or directory
> N.B. I did manually type in the original command lines.
Yes, something went wrong.
Run this to see what happened:
ls -l /var/cache/apt
ls -l /home
In /home you should see a directory "archives". In /var/cache/apt you
should see a symbolic link pointing to home; it should look something
like:
lrwxrwxrwx 1 root root [...] archives -> /home/archives
If I had to guess from what you've shown us, I'd say you mistyped the
move (mv) command. You should be able to run something like:
history | grep archive
and see all the commands you entered to that shell that contain the word
"archive".
More information about the ubuntu-users
mailing list