From owner-freebsd-questions@freebsd.org Mon Dec 7 14:23:41 2015 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 6EF8D9B7831 for ; Mon, 7 Dec 2015 14:23:41 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c: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 0EC6A107B for ; Mon, 7 Dec 2015 14:23:41 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: by wmuu63 with SMTP id u63so142520264wmu.0 for ; Mon, 07 Dec 2015 06:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=CDkOxWfyb9MbX0i+ZzpRmLvKgA9+P3S6xTOqAJFfFUA=; b=EHBV6pxTJPshQMIxFFxN3KxDvDR77eFf5mutiVWopuj0+TpMVkuH7iDelIIHquaADD jvdORDEBKygNmRD3oEx3lPBrAVswo6YgdoSjWPr9sg3QhweLJvqDmu+NddquoxN/LyyW BWtiQFGeJPrX44TpblZZ/pNYs02n9nIjCeXCdFK2+LjGWljLJNCcYISjYUMVESGYqDBx alQiaNXK3it3GTDM57RlPcaQ0hTm+Ar2DdImwV6jW0VP2VEoSo9D4161TTJnddaIW/yR n1THnv/+RRBlo+PsfRrNK8scvAeuQh95cPQ1Dmv66T/5LAQINiSbu9JPneG7rCAtdMn2 /vfg== X-Received: by 10.194.236.228 with SMTP id ux4mr34143482wjc.56.1449498219429; Mon, 07 Dec 2015 06:23:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.140.75 with HTTP; Mon, 7 Dec 2015 06:23:20 -0800 (PST) In-Reply-To: <86poyiuynx.fsf@gmail.com> References: <86poyiuynx.fsf@gmail.com> From: Anton Sayetsky Date: Mon, 7 Dec 2015 16:23:20 +0200 Message-ID: Subject: Re: Migrating to FreeBSD from Debian To: Malcolm Matalka Cc: Paul Stuffins , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 14:23:41 -0000 2015-12-07 16:21 GMT+02:00 Malcolm Matalka : > Paul Stuffins writes: > >> Hi Everybody, >> >> Over the last couple of years I have tried many times to dump Debian and >> move to FreeBSD, but every time I have succumbed to Debian's charms and not >> stuck with FreeBSD. >> >> One of my main frustrations is upgrading installed ports, on Debian I just >> need to run "sudo apt-get update && sudo apt-get upgrade", but I have never >> been able to work out how to upgrade installed ports. >> >> As 2016 is fast approaching I want to finally move to FreeBSD and stay with >> FreeBSD, so my question is, what is the best or most efficient way of >> upgrading all ports on a FreeBSD machine? > > Use 'pkg' instead. pkg update and pkg upgrade pkg will update _packages_, not ports.