Good day : )
Kubuntu 13.10
KDE 4.11.5
I've got this (what it seems to me) problem:
The auto-apt databeses don't get updated. Only update-local works as needed (what's the purpose though).
e.g. Auto-apt search doesn't return anything.
Also: I had this warning before (running auto-apt):
But I fixed it by editing ARCH=$(dpkg --print-installation-architecture) to ARCH=$(dpkg --print-architecture) in the script. Doesn't seem a big issue though.
Thanks in advance.
Kubuntu 13.10
KDE 4.11.5
I've got this (what it seems to me) problem:
Code:
$ sudo auto-apt update put: 0 files, 0 entries done (0 sec) $ sudo auto-apt updatedb put: 0 files, 0 entries done (0 sec)
Code:
$ sudo auto-apt update-local local file list mode put: 210398 files, 295308 entries done (9 sec)
Code:
$ auto-apt search Xlib.h # Example from Ubuntu Documentation $ auto-apt search curses.h
Code:
dpkg: warning: obsolete option '--print-installation-architecture'; please use '--print-architecture' instead
Thanks in advance.
Comment