From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Export archive and import it on another machine Date: Sat, 27 Feb 2016 14:01:25 +0100 Message-ID: <87fuwee28q.fsf@elephly.net> References: <20160218223452.GB9390@jasmine> <92F3C593-B017-4E74-9602-784DE122A578@sumou.com> <20160219170610.GA3544@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZeV4-0006uX-TC for help-guix@gnu.org; Sat, 27 Feb 2016 08:01:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZeV1-0001Jw-Mw for help-guix@gnu.org; Sat, 27 Feb 2016 08:01:34 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZeV1-0001Js-Eo for help-guix@gnu.org; Sat, 27 Feb 2016 08:01:31 -0500 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: help-guix@gnu.org 白い熊@相撲道 writes: > Then I was able to import libreoffice to the store — the directory is there. > > However, it's not installed in my profile — “guix package -I” doesn't > list it. Running “guix package -i libreoffice” again wants to rebuild > it. How do I install the one that's been imported to the store? You can run guix package -i /gnu/store/...-libreoffice-... i.e. install the particular store item into your profile. ~~ Ricardo