Announcement

Collapse
No announcement yet.

Kubuntu dev request: integrate QApt index with apt-get

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu dev request: integrate QApt index with apt-get

    In our little corner of the Linux desktop world, we have two package management indexes. One is maintained by Apt (apt-get, apt-cache, dpkg, and related). The other is mainted by QApt, an abstraction layer for Apt that's integrated with Qt and KDE applications -- Muon being the prime example.

    In a recent email to the kubuntu-devel list, Harald has asked for some help with a small but important test: invoking the QApt indexer, called Xapian, whenever apt-get update successfully runs. It's easy to do:

    1. Run your favorite text editor as root and create the file /etc/apt/apt.conf.d/90xapian

    2. Paste the following line into the file:
    Code:
    APT::Update::Post-Invoke-Success { "if [ -x /usr/sbin/update-apt-xapian-index ]; then update-apt-xapian-index -u; fi" }
    3. Save the file and exit the editor

    When you run apt-get update, you'll see something like:
    Code:
    ...
    Fetched 85.7 kB in 20s (4,196 B/s)
    Reading .desktop files from /usr/share/app-install/desktop/: done.  
    ... }
    ... } [i]several lines of reading translation files[/i]
    ... }
    Reading Xapian index: done.  
    Updating Xapian index: done.  
    Reading package lists... Done
    It will likely increase the run time of apt-get update by only a few seconds.

    The test is to help gather information for determining whether to make this a Ubuntu-wide change for 15.04. It's an easy thing to do, won't harm your system, and helps improve package management and stability.

    If you encounter issues, report back here or (better) subscribe to kubuntu-devel and reply to Harald's message.
    Last edited by SteveRiley; Jul 25, 2014, 12:05 AM.

    #2
    Done.

    EDIT: Output results:
    Code:
    Fetched 1,721 kB in 12s (135 kB/s)                                             
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.  
    Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.  
    Reading Xapian index: done.  
    Updating Xapian index: done.  
    Reading package lists... Done
    Last edited by GreyGeek; Jul 23, 2014, 03:03 PM.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      done and apparently no problems so far ,,,,,
      Code:
      The index /var/lib/apt-xapian-index is up to date
      Reading package lists... Done
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      Calculating upgrade... Done
      VINNY

      PS my output looks diferent than yours SR ,,,will reboot and test one more time and look for a change.
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        nope no change ,,,same output

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          I don't know the meaning of this
          Code:
          Fetched 1,979 kB in 22s (87.5 kB/s)                                             
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-proposed_multiverse_i18n_Translation-en: done.  
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-proposed_restricted_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-proposed_main_i18n_Translation-en: done.   
          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-proposed_universe_i18n_Translation-en: done.   
          Reading Xapian index: done.   
          Updating Xapian index: done.   
          Reading package lists... Done
          Linux User #454271

          Comment


            #6
            Originally posted by notabug View Post
            I don't know the meaning of this ...
            Neither do I, but the developers do, and that is why we who volunteered added that script.
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment


              #7
              I can't create the file.
              Attached Files

              Comment


                #8
                Originally posted by vinnywright View Post
                PS my output looks diferent than yours SR ,,,will reboot and test one more time and look for a change.
                Vinny, it appears that you ran apt-get upgrade rather than apt-get update.

                Comment


                  #9
                  Originally posted by notabug View Post
                  I don't know the meaning of this
                  The repositorites contain translation files. Both Apt and QApt need these. Those extra lines are the output of the Xapian indexer reading the translation files for QApt.

                  Comment


                    #10
                    Originally posted by NickStone View Post
                    I can't create the file.
                    Hmm.... the directory /etc/apt/apt.conf.d/ should exist on your system. Can you verify?

                    Comment


                      #11
                      Thanks SR. I can understand that more or less. At least it does make sense to me.
                      Linux User #454271

                      Comment


                        #12
                        Originally posted by SteveRiley View Post
                        Hmm.... the directory /etc/apt/apt.conf.d/ should exist on your system. Can you verify?
                        List of files and directories in /etc
                        Code:
                        NetworkManager/   lvm/               bash.bashrc           mke2fs.conf
                        UPower/           mkinitcpio.d/      ca-certificates.conf  mkinitcpio.conf
                        X11/              modprobe.d/        cpufreq-bench.conf    motd
                        acpi/             modules-load.d/    cron.deny             mtab@
                        adobe/            nbd-server/        crypttab              nanorc
                        apm/              netctl/            dhcpcd.conf           netconfig
                        at-spi2/          openldap/          dnsmasq.conf          nfsmount.conf
                        avahi/            pacman.d/          drirc                 nilfs_cleanerd.conf
                        binfmt.d/         pam.d/             environment           nscd.conf
                        bluetooth/        pango/             exports               nsswitch.conf
                        ca-certificates/  pcmcia/            fstab                 ntp.conf
                        conf.d/           pkcs11/            fuse.conf             os-release
                        cron.d/           plymouth/          gai.conf              pacman-mirrors.conf
                        cron.daily/       pm/                group                 pacman.conf
                        cron.hourly/      polkit-1/          group-                pamac.conf
                        cron.monthly/     power/             group.pacnew          papersize
                        cron.weekly/      ppp/               gshadow               passwd
                        cups/             profile.d/         gshadow-              passwd-
                        cupshelpers/      pulse/             gshadow.pacnew        passwd.pacnew
                        dbus-1/           rc.d/              gssapi_mech.conf      printcap
                        default/          rc_keymaps/        host.conf             profile
                        depmod.d/         request-key.d/     hostname              protocols
                        exports.d/        samba/             hosts                 rc.local*
                        fonts/            sane.d/            idmapd.conf           rc.local.shutdown*
                        gconf/            security/          inputrc               rc_maps.cfg
                        gdm/              skel/              issue                 request-key.conf
                        geoclue/          ssh/               keyboard.conf         resolv.conf
                        gimp/             ssl/               krb5.conf             resolvconf.conf
                        grub.d/           sudoers.d/         ld.so.cache           rpc
                        gtk-2.0/          sysctl.d/          ld.so.conf            rsyncd.conf
                        gtk-3.0/          syslog-ng/         libao.conf            securetty
                        hp/               systemd/           locale.conf           services
                        httpd/            tmpfiles.d/        locale.gen            shadow
                        ifplugd/          totem/             locale.gen.bak        shadow-
                        initcpio/         udev/              localtime             shadow.pacnew
                        iproute2/         udisks2/           login.defs            shells
                        iptables/         usb_modeswitch.d/  logrotate.conf        sudoers
                        java-7-openjdk/   wpa_supplicant/    lsb-release           trusted-key.key
                        kernel/           xdg/               machine-id            usb_modeswitch.conf
                        laptop-mode/      xinetd.d/          mail.rc               usb_modeswitch.setup
                        ld.so.conf.d/     xml/               makepkg.conf          vconsole.conf
                        libnl/            anacrontab         man_db.conf           vdpau_wrapper.cfg
                        libpaper.d/       asound.conf        manjaro-release       wgetrc
                        libreoffice/      asound.state       mdadm.conf            xinetd.conf
                        logrotate.d/      bash.bash_logout   mime.types            yaourtrc

                        Comment


                          #13
                          Originally posted by NickStone View Post
                          List of files and directories in /etc
                          Code:
                          NetworkManager/   lvm/               bash.bashrc           mke2fs.conf
                          UPower/           mkinitcpio.d/      ca-certificates.conf  mkinitcpio.conf
                          X11/              modprobe.d/        cpufreq-bench.conf    motd
                          acpi/             modules-load.d/    cron.deny             mtab@
                          adobe/            nbd-server/        crypttab              nanorc
                          apm/              netctl/            dhcpcd.conf           netconfig
                          at-spi2/          openldap/          dnsmasq.conf          nfsmount.conf
                          avahi/            pacman.d/          drirc                 nilfs_cleanerd.conf
                          binfmt.d/         pam.d/             environment           nscd.conf
                          bluetooth/        pango/             exports               nsswitch.conf
                          ca-certificates/  pcmcia/            fstab                 ntp.conf
                          conf.d/           pkcs11/            fuse.conf             os-release
                          cron.d/           plymouth/          gai.conf              pacman-mirrors.conf
                          cron.daily/       pm/                group                 pacman.conf
                          cron.hourly/      polkit-1/          group-                pamac.conf
                          cron.monthly/     power/             group.pacnew          papersize
                          cron.weekly/      ppp/               gshadow               passwd
                          cups/             profile.d/         gshadow-              passwd-
                          cupshelpers/      pulse/             gshadow.pacnew        passwd.pacnew
                          dbus-1/           rc.d/              gssapi_mech.conf      printcap
                          default/          rc_keymaps/        host.conf             profile
                          depmod.d/         request-key.d/     hostname              protocols
                          exports.d/        samba/             hosts                 rc.local*
                          fonts/            sane.d/            idmapd.conf           rc.local.shutdown*
                          gconf/            security/          inputrc               rc_maps.cfg
                          gdm/              skel/              issue                 request-key.conf
                          geoclue/          ssh/               keyboard.conf         resolv.conf
                          gimp/             ssl/               krb5.conf             resolvconf.conf
                          grub.d/           sudoers.d/         ld.so.cache           rpc
                          gtk-2.0/          sysctl.d/          ld.so.conf            rsyncd.conf
                          gtk-3.0/          syslog-ng/         libao.conf            securetty
                          hp/               systemd/           locale.conf           services
                          httpd/            tmpfiles.d/        locale.gen            shadow
                          ifplugd/          totem/             locale.gen.bak        shadow-
                          initcpio/         udev/              localtime             shadow.pacnew
                          iproute2/         udisks2/           login.defs            shells
                          iptables/         usb_modeswitch.d/  logrotate.conf        sudoers
                          java-7-openjdk/   wpa_supplicant/    lsb-release           trusted-key.key
                          kernel/           xdg/               machine-id            usb_modeswitch.conf
                          laptop-mode/      xinetd.d/          mail.rc               usb_modeswitch.setup
                          ld.so.conf.d/     xml/               makepkg.conf          vconsole.conf
                          libnl/            anacrontab         man_db.conf           vdpau_wrapper.cfg
                          libpaper.d/       asound.conf        manjaro-release       wgetrc
                          libreoffice/      asound.state       mdadm.conf            xinetd.conf
                          logrotate.d/      bash.bash_logout   mime.types            yaourtrc
                          this is strange Nick,,,,,,,/etc should have an apt directory ,,,,,,,like at hear.
                          Code:
                          vinny@vinnys-HP-G62:~$ ls /etc
                          acpi                           dnsmasq.d-available  john                      odbc.ini                 selinux
                          adduser.conf                   dpkg                 kbd                       odbcinst.ini             sensors3.conf
                          adjtime                        dput.cf              kde4                      openal                   sensors.d
                          akonadi                        drirc                kde4rc                    opt                      services
                          alternatives                   emacs                kernel                    os-release               sgml
                          anacrontab                     environment          kernel-img.conf           pam.conf                 shadow
                          apm                            esound               kerneloops.conf           pam.d                    shadow-
                          apparmor                       ethertypes           ksysguarddrc              papersize                shadow.org
                          apparmor.d                     firebird             kubuntu-default-settings  passwd                   shells
                          apport                         firefox              ldap                      passwd-                  skel
                          [COLOR=#ff0000]apt [/COLOR]                           fonts                ld.so.cache               passwd.org               snmp
                          at.deny                        foomatic             ld.so.conf                pbuilder                 sound
                          at-spi2                        freetds              ld.so.conf.d              pbuilderrc               ssh
                          avahi                          fstab                legal                     pcmcia                   ssl
                          avserver.conf                  fstab.d              libao.conf                perl                     subgid
                          bash.bashrc                    fuse.conf            libaudit.conf             pkcs11                   subgid-
                          bash_completion                gai.conf             libnl-3                   pki                      subuid
                          bash_completion.d              gamin                libpaper.d                pm                       subuid-
                          bindresvport.blacklist         gconf                libreoffice               pnm2ppa.conf             sudoers
                          blkid.conf                     gdb                  libvirt                   polkit-1                 sudoers.d
                          blkid.tab                      ghostscript          lightdm                   popularity-contest.conf  sysctl.conf
                          bluetooth                      gimp                 lintianrc                 ppp                      sysctl.d
                          bonobo-activation              gnome                locale.alias              printcap                 systemd
                          brlapi.key                     gnome-app-install    localtime                 profile                  terminfo
                          brltty                         gnome-vfs-2.0        logcheck                  profile.d                texmf
                          brltty.conf                    groff                login.defs                protocols                timezone
                          ca-certificates                group                logrotate.conf            pulse                    timidity
                          ca-certificates.conf           group-               logrotate.d               python                   ts.conf
                          ca-certificates.conf.dpkg-old  group.org            lsb-release               python2.7                ucf.conf
                          calendar                       grub.d               ltrace.conf               python3                  udev
                          chatscripts                    gshadow              lynx-cur                  python3.3                udisks2
                          checkinstallrc                 gshadow-             magic                     python3.4                ufw
                          colord.conf                    gtk-2.0              magic.mime                qemu                     updatedb.conf
                          conky                          gtk-3.0              mailcap                   qemu-ifdown              update-manager
                          ConsoleKit                     hddtemp.db           mailcap.order             qemu-ifup                update-motd.d
                          console-setup                  hdparm.conf          manpath.config            rarfiles.lst             update-notifier
                          cowpoke.conf                   host.conf            mime.types                rc0.d                    UPower
                          cracklib                       hostname             mke2fs.conf               rc1.d                    upstart-xsessions
                          cron.d                         hosts                modprobe.d                rc2.d                    usb_modeswitch.conf
                          cron.daily                     hosts.allow          modules                   rc3.d                    usb_modeswitch.d
                          cron.hourly                    hosts.deny           modules-load.d            rc4.d                    vdpau_wrapper.cfg
                          cron.monthly                   hp                   mplayer                   rc5.d                    vga
                          crontab                        ifplugd              mtab                      rc6.d                    vim
                          cron.weekly                    ImageMagick          mtools.conf               rc.local                 vtrgb
                          cups                           init                 munin                     rcS.d                    wgetrc
                          cupshelpers                    init.d               mysql                     resolvconf               wildmidi
                          dbus-1                         initramfs-tools      nail.rc                   resolv.conf              wodim.conf
                          debconf.conf                   inputrc              nanorc                    rmt                      wpa_supplicant
                          debian_version                 insserv              netscsid.conf             rpc                      X11
                          default                        insserv.conf         network                   rsyslog.conf             xdg
                          deluser.conf                   insserv.conf.d       NetworkManager            rsyslog.d                xml
                          depmod.d                       inxi.conf            networks                  samba                    xul-ext
                          devscripts.conf                iproute2             newt                      sane.d                   zsh_command_not_found
                          dhcp                           issue                nsswitch.conf             sasl2
                          dictionaries-common            issue.net            obex-data-server          securetty
                          dnsmasq.d                      java-7-openjdk       ODBCDataSources           security
                          vinny@vinnys-HP-G62:~$
                          what ver.of Kubuntu are you using ? and you do use apt-get or apt dont you ,,,,,,,,

                          Code:
                          vinny@vinnys-HP-G62:~$ ls /etc/apt
                          apt.conf.d     sources.list    sources.list.distUpgrade  trusted.gpg   trusted.gpg.d
                          preferences.d  sources.list.d  sources.list.save         trusted.gpg~
                          and

                          Code:
                          vinny@vinnys-HP-G62:~$ ls /etc/apt/apt.conf.d/
                          00aptitude    01autoremove          10periodic      20archive    20dbus                 70debconf  99update-notifier
                          00trustcdrom  01autoremove-kernels  15update-stamp  20changelog  50unattended-upgrades  90xapian
                          @SteveRiley yes and no ,,,it was a
                          Code:
                          sudo apt-get update && sudo apt-get dist-upgrade
                          ,,,,,,,hear's just the update - the hit and ign part

                          Code:
                          Fetched 1,800 kB in 6s (261 kB/s)                                              
                          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en..Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-enReading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-enReading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-eReading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-eReading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.  
                          Reading en translations from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.  
                          Reading Xapian index: done.  
                          Updating Xapian index: done.  
                          Reading package lists... Done
                          vinny@vinnys-HP-G62:~$
                          VINNY
                          i7 4core HT 8MB L3 2.9GHz
                          16GB RAM
                          Nvidia GTX 860M 4GB RAM 1152 cuda cores

                          Comment


                            #14
                            Originally posted by NickStone View Post
                            List of files and directories in /etc
                            It looks like you're running Arch, not Kubuntu. Arch uses a completely different package management system called Pacman. You have several Pacman-related files in /etc.

                            Originally posted by vinnywright View Post
                            @SteveRiley yes and no ,,,it was a sudo apt-get update && sudo apt-get dist-upgrade
                            You're fine.

                            Comment


                              #15
                              Originally posted by SteveRiley View Post


                              You're fine.
                              ........ I assumed that,,,,,,,as my system runs like a swiss watch as always ,,,,,,, well 99.9% of the time.

                              VINNY
                              i7 4core HT 8MB L3 2.9GHz
                              16GB RAM
                              Nvidia GTX 860M 4GB RAM 1152 cuda cores

                              Comment

                              Working...
                              X