teejee2008 / aptik

Command-line tool for migrating system settings and data for distributions based on Debian, Arch and Fedora. Can backup and restore software repositories, packages, icons, themes, fonts, users, groups, home data, dconf settings, fstab/crypttab entries, and cron tasks.
GNU Lesser General Public License v3.0
141 stars 26 forks source link

packages-list empty #3

Closed abstinent closed 6 years ago

abstinent commented 6 years ago

I use Linux Mint Cinnamon 18.3.

Command aptik --list-installed-user results in 0 packages. Impossible. Even in installed.list there are no user-packages.

repsorp commented 6 years ago

Same here Ubuntu 16.04

capture du 2018-05-03 12-36-32

teejee2008 commented 6 years ago

is aptitude installed? type aptitude --version

repsorp commented 6 years ago

~$ aptitude --version aptitude 0.7.4 compiled at Dec 9 2015 19:30:45 Compiler: g++ 5.3.1 20151207 Compiled against: apt version 5.0.0 NCurses version 6.0 libsigc++ version: 2.6.2 Gtk+ support disabled. Qt support disabled.

Current library versions: NCurses version: ncurses 6.0.20160213 cwidget version: 0.5.17 Apt version: 5.0.0

teejee2008 commented 6 years ago

run this; aptitude search --disable-columns -F '%p|%v|%C|%M|%d' '?true' | grep installed

it will print out the status of installed packages

abstinent commented 6 years ago

No, this isn't the list of my installed repository packages.

autopkgtest||vollständig gelöscht||automatic as-installed testing for Debian packages binstats||vollständig gelöscht||Statistics tool for installed programs casper|1.376.2|Installiert||Run a "live" preinstalled system from read-only media casper:i386||vollständig gelöscht||Run a "live" preinstalled system from read-only media clutter-1.0-tests||vollständig gelöscht||Open GL based interactive canvas library (installed test programs) clutter-1.0-tests:i386||vollständig gelöscht||Open GL based interactive canvas library (installed test programs) debsums||vollständig gelöscht||tool for verification of installed package files against MD5 checksums dirtbike||vollständig gelöscht||turn system-installed Python packages into wheels glib-networking-tests||vollständig gelöscht||network-related giomodules for GLib - installed tests glib-networking-tests:i386||vollständig gelöscht||network-related giomodules for GLib - installed tests gnome-desktop-testing||vollständig gelöscht||runner for GNOME installed tests gnome-desktop-testing:i386||vollständig gelöscht||runner for GNOME installed tests heat-cfntools||vollständig gelöscht||Tools required to be installed on Heat provisioned cloud ideviceinstaller|1.1.0-0ubuntu2|Installiert||Utility to manage installed applications on an iDevice ideviceinstaller:i386||vollständig gelöscht||Utility to manage installed applications on an iDevice ideviceinstaller-dbg||vollständig gelöscht||Utility to manage installed applications on an iDevice - debug ideviceinstaller-dbg:i386||vollständig gelöscht||Utility to manage installed applications on an iDevice - debug install-info|6.1.0.dfsg.1-5|Installiert||Manage installed documentation in info format install-info:i386||vollständig gelöscht||Manage installed documentation in info format jasper||vollständig gelöscht||Configure a preinstalled ext2/3 system image kde-sc-dev-latest||vollständig gelöscht||ensure that the latest KDE Development Platform 4 is installed launchy||vollständig gelöscht||smart search launcher for installed programs or files launchy:i386||vollständig gelöscht||smart search launcher for installed programs or files libapp-info-perl||vollständig gelöscht||module to provide metadata about software packages installed libc6-armel-armhf-cross||vollständig gelöscht||Dummy package to get libc6:armel installed libc6-armhf-armel-cross||vollständig gelöscht||Dummy package to get libc6:armhf installed libc6-dev-armel-armhf-cross||vollständig gelöscht||Dummy package to get libc6-dev:armel installed libc6-dev-armhf-armel-cross||vollständig gelöscht||Dummy package to get libc6-dev:armhf installed libglib2.0-tests||vollständig gelöscht||GLib library of C routines - installed tests libglib2.0-tests:i386||vollständig gelöscht||GLib library of C routines - installed tests libmodule-find-perl||vollständig gelöscht||module to find and use installed Perl modules libmodule-path-perl||vollständig gelöscht||module to get the full path to a locally installed Perl module mint-meta-cinnamon||vollständig gelöscht||Set of packages installed by default in the Cinnamon edition of Linux Mint mint-meta-kde||vollständig gelöscht||Set of packages installed by default in the KDE edition of Linux Mint mint-meta-mate||vollständig gelöscht||Set of packages installed by default in the MATE edition of Linux Mint mint-meta-xfce||vollständig gelöscht||Set of packages installed by default in the Xfce edition of Linux Mint pango1.0-tests||vollständig gelöscht||Layout and rendering of internationalized text - installed tests pango1.0-tests:i386||vollständig gelöscht||Layout and rendering of internationalized text - installed tests pmuninstall||vollständig gelöscht||script to uninstall modules installed from CPAN timeshift-btrfs||vollständig gelöscht||System restore utility for Linux systems installed on BTRFS partitions timeshift-btrfs:i386||vollständig gelöscht||System restore utility for Linux systems installed on BTRFS partitions

teejee2008 commented 6 years ago

Please install the attached package and let me know if it fixes the issue.

aptik-v18.5.1-amd64.zip

repsorp commented 6 years ago

When running "aptitude search --disable-columns -F '%p|%v|%C|%M|%d' '?true' | grep installed" in my native language all of my user installed packages are missing.

I had to switch command output language from native language to english with "env LANGUAGE=en gnome-terminal" before running "aptitude search --disable-columns -F '%p|%v|%C|%M|%d' '?true' | grep installed". Then I get a full correct listing of my packages.

teejee2008 commented 6 years ago

Yes, issue is on systems with non-english locales. Please try the build attached in previous post and let me know if it fixes the issue.

repsorp commented 6 years ago

capture du 2018-05-03 19-57-05

teejee2008 commented 6 years ago

Sorry, forgot to update the version. Try this one:

aptik-v18.5.1-test2-amd64.zip

repsorp commented 6 years ago

My packages are back... capture du 2018-05-03 20-08-48

teejee2008 commented 6 years ago

Great! Thanks for your help.

repsorp commented 6 years ago

Thanks for your reactivity Keep up the good work

abstinent commented 6 years ago

With test2 everything is okay- thank you.