X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 97F40DC0DE9 for ; Fri, 20 May 2016 13:42:25 +0000 (UTC) Received: from mail-vk0-f50.google.com (mail-vk0-f50.google.com [209.85.213.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 63F79DC0138 for ; Fri, 20 May 2016 13:42:25 +0000 (UTC) Received: by mail-vk0-f50.google.com with SMTP id z184so143873600vkg.0 for ; Fri, 20 May 2016 06:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=PDuPH1UROCyPXef1BUqkPgzLCq11YArsAHwJgw9alUw=; b=aquywU2kwIMMF1dTIwecgSgJ5bHPT8ncl72Zk6jZ0QBy7SaGwjqYJEWIgorCHdC197 6j9pmPQJ+5s5oaH6VJ6aDl38oScIdLKPo6KmEGZ89OUk9xZcPoFiTaDdhpWU1Mfc8tUs 73BP1y9m5CD2WrkHjhrbk7v+VadU8hlh1d0hUS9ZXHMBrV/uLgZszCZuz2CO8xlwOZSi ImbrEWKZaffV9p3xh6AGXypXHQOZIjBuqA6R21dlnug9LDztg2/kOKphoYFvpMjaspAL DwAhr7u9R24dTtuByMJquGlRm7thc0WDfJPNPYPS79VOUU68WySz+c213cNDHHQezMWF CxWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=PDuPH1UROCyPXef1BUqkPgzLCq11YArsAHwJgw9alUw=; b=PTrtQ8tKe7QYd/jkabmlg6ayGkmZzoVJ7F5nNpBLqYTGc+4b2R+DFdL/mb4v9e+tm4 Y2vLGWqZwFarpCyG1i4Ra2nMdxKP/AzwOfzS2YGF9vLazJt7b6MZ1fzSRreHht84xpry DbHffDQhlThzR9yKmEw/3OrTA+JxO059LmZ7rns1DSQ0S4XyelOFs7feLVq1VMsO0nTR /v6dmDRoze3YRwOV7N9gFEEvHasjK6tF9kmGRAIEmY2njrrw3ieunbiIeupf21YKwGzW eqc+NYdEE04bbKQLEc4sCVki6TEh185DTjYJqfg6ui+BpRbv91XfHfGXUTPN5g5Syhge Q37g== X-Gm-Message-State: AOPr4FWdkxiJRoYbMLN+yG/SNoT/xkGmBO0J1abnzKdnMMYfmgCaUoLnxwDr9ctwvfKKDcOhYFmauMuPHqqwlw== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.31.55.134 with SMTP id e128mr9797vka.57.1463751744703; Fri, 20 May 2016 06:42:24 -0700 (PDT) Received: by 10.103.125.196 with HTTP; Fri, 20 May 2016 06:42:24 -0700 (PDT) Date: Fri, 20 May 2016 10:42:24 -0300 Message-ID: Subject: [alpine-devel] [Guide] How to install texlive on Alpine Linux From: Alba Pompeo To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP Most packages are already in the repository, making our lives easy. But not everything is packaged. So here's a little guide. $ apk add texlive-full $ wget ftp://ftp.tug.org/historic/systems/texlive/2015/texlive-20150523-texmf.tar.xz $ tar -xJf ./texlive-20150523-texmf.tar.xz $ mv */texmf-dist /usr/share/ $ apk fix texlive Maybe in the future we can also have texlive-texmf packaged, but for now this is how you can do it. Best wishes. Ciao. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---