From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-191257-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8028D1382C5 for <garchives@archives.gentoo.org>; Thu, 14 May 2020 20:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB2EE09ED; Thu, 14 May 2020 20:19:57 +0000 (UTC) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C505CE0954 for <gentoo-user@lists.gentoo.org>; Thu, 14 May 2020 20:19:56 +0000 (UTC) Received: by mail-ed1-f42.google.com with SMTP id r7so3458453edo.11 for <gentoo-user@lists.gentoo.org>; Thu, 14 May 2020 13:19:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=6On43F2zNLtCcyWTrMtUFsY/OQgvxXEfPQgNr7CTpLU=; b=orEMGMv5kWYVfPVsgIPib29ZWtkCeIPbBkEJHh0qX9ujsAkUs3oCf7zfoNOqX6zdVw KKteVYgBZN0iEPE0Wtsjaj1Fb13VwmIOB4DH3fTnJF8RuOLXMeQbopgPbnJgVgRS11QD 90tlB+3/1DQ8sHiexWBjySjgfxKQR+nKP5GGJvlgEZDY6W43da5Xcd2wNI5TOmU8ATGL L0No1yRZu9rjiV3nFf2SEfXaCyw+4yZbRnvyFznYWquyolLcptRqEp5PhSqocRgXCF0S hBl2JWYWLnZAG9J9jOHwwLSiNCmOk4M5ZfQMXW8uMx4DVk38WPRcs+z1rd/g9HfsZK7T cDEw== X-Gm-Message-State: AOAM531w3J1hCu5VBNlNE8rr9AkfKuWbiwxa7WGnWyCcsqtNogyPINTS VbKD795IJGHe0a5h0ozHHFIXEK6FCgMSfSDLCz6P/Qep X-Google-Smtp-Source: ABdhPJyT1o4CCVKMqrKRy7Pg1hHepjDW4Q3x/9EDQdtLAeKJ/WmVW1k3QiXbHGX0bwD8MmfB1EmkqwoRSvPTTSctrc4= X-Received: by 2002:a05:6402:144a:: with SMTP id d10mr5437874edx.67.1589487595124; Thu, 14 May 2020 13:19:55 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <30425f04-1d8d-f436-fed7-001d9bacd434@web.de> <8efe54cf-9f52-db5b-8c2c-82175d5e98e1@gmail.com> <519ee87f-bb46-7dc5-bab6-a28eca6cf975@web.de> In-Reply-To: <519ee87f-bb46-7dc5-bab6-a28eca6cf975@web.de> From: Rich Freeman <rich0@gentoo.org> Date: Thu, 14 May 2020 16:19:43 -0400 Message-ID: <CAGfcS_=J4AL8zYOSdrCBFPUX3Vr82RYhJXR7AsY4OMFyBktC0w@mail.gmail.com> Subject: Re: [gentoo-user] no ebuilds for telegram To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: d10b10e9-592a-4615-89c3-f11a34f39c35 X-Archives-Hash: c9253cec061f6fa4dde10f792c5a65c7 On Thu, May 14, 2020 at 4:13 PM n952162 <n952162@web.de> wrote: > > $ lf /var/db/pkg This is NOT your package repository and you should not ever touch anything in there unless you REALLY know what you're doing. You may end up having to reinstall everything on your system at the very least to fix the resulting damage. You can find the location of your package repositories by running emerge --info, and looking for the repositories section. Each repository (such as the gentoo repo) will have a location field which is the path to its location on your disk. -- Rich