From owner-freebsd-questions@freebsd.org Sun Jun 4 17:27:38 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB3D6B82DB7 for ; Sun, 4 Jun 2017 17:27:38 +0000 (UTC) (envelope-from datatime55@gmail.com) Received: from mail-yb0-x22f.google.com (mail-yb0-x22f.google.com [IPv6:2607:f8b0:4002:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 817DE7D82E for ; Sun, 4 Jun 2017 17:27:38 +0000 (UTC) (envelope-from datatime55@gmail.com) Received: by mail-yb0-x22f.google.com with SMTP id 4so1930862ybl.1 for ; Sun, 04 Jun 2017 10:27:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=3STMfCz7wFR3SzthJGyfD4LgkGC01NR0oL1Gb4xb0fw=; b=Yx1ikS/qz7mz06ImM5/yQgAZAtbb8FflweZnWYMMlRcoNTPsdffw29yB4qZ734wWZf 7ATEUImbnuOq+WXDZRrwYEQUZee/sv5mcIK26cZA5KLyrJtN6lyLf00RQDsb7k48zrth 9J8DAK+sx9ICLW+6twXVDlgypNi6rqCi77jqqKl25b6fUFRafACW3CghFILxLpFlnaES 4+Pj36Gz8ypf+0PsvlFqG6BingLyDM59W7BzGMkc9LaWeWRfS6WLh4hk5BA2UsFPY/mu THBTze/Y8ky6CR9DpIH8OT8szGiEPzGbU281BxL77GFVOCqVzSmC/130x9JJoDaNsGKR k/Ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3STMfCz7wFR3SzthJGyfD4LgkGC01NR0oL1Gb4xb0fw=; b=C73w5iLZ9ITBB2P6FuRHH6+Bcdx64eliMV/XDCnscOZwb9kdTIpaW2xE9DUXkS7fbb t4xSjj4sT4GVMZoZy7KFsZjWXsUvRHOyQmzBMuBNnS5VS1XmCzctWSXW4TxLAWusPz6o B3OPSlz9NsAFmk6h6eY2oHgQxAMoP+yrZnekO4jdHv9OzvVr5VxA0JSMtGP5MGFYnkWy S4mhpOXSw+kAeWhskT9SRXz/jqPPHQScHL69TfqVnmjhjk1b8W/5fA7aggtTEU4s9ZNv IYlKJFPYcKQzzy2lsg0G4tK/YoXbneJOrN02BP2Yq7X7Ggxqn5kZYMaG61W4WjwvvhOG XqYw== X-Gm-Message-State: AODbwcBQjBsyUQkK3o+2bhrRj78R8NHe3wgbC5qS9jbdEsJrCw3w7GAy K9GkyvH8zk+7hx4S56JCBdxu8tfK/b2jIGU= X-Received: by 10.37.176.68 with SMTP id e4mr6603487ybj.26.1496597257610; Sun, 04 Jun 2017 10:27:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.83.9.21 with HTTP; Sun, 4 Jun 2017 10:27:37 -0700 (PDT) From: rr rrt Date: Sun, 4 Jun 2017 18:27:37 +0100 Message-ID: Subject: help To: freebsd-questions@freebsd.org X-Mailman-Approved-At: Sun, 04 Jun 2017 20:23:41 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 17:27:38 -0000 Hello, I want to install a program with extention tgz with pkg_add on freebsd 10.3 It does not work, I have a pkg_add not found error, I also try with pkg add, it does not work too Help me on this subject. thank you.