help-nano
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help-nano Digest, Vol 178, Issue 4


From: Calvin Smith
Subject: Re: Help-nano Digest, Vol 178, Issue 4
Date: Sun, 22 Jan 2023 18:47:20 +0000 (UTC)

For debian distros, i believe the correct command is

"sudo apt-get --only-upgrade install nano"

My system says that i have 6.2 and that is the newest version









On Sunday, January 22, 2023 at 12:02:02 PM EST, help-nano-request@gnu.org <help-nano-request@gnu.org> wrote:


Send Help-nano mailing list submissions to
    help-nano@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.gnu.org/mailman/listinfo/help-nano
or, via email, send a message with subject or body 'help' to
    help-nano-request@gnu.org

You can reach the person managing the list at
    help-nano-owner@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help-nano digest..."


Today's Topics:

  1. An Inconsistant Version Number? (Chime Hart)
  2. Re: An Inconsistant Version Number? (Chris Allegretta)
  3. Re: An Inconsistant Version Number? (Chime Hart)
  4. Re: An Inconsistant Version Number? (Chris Allegretta)
  5. Re: An Inconsistant Version Number? (Chime Hart)


----------------------------------------------------------------------

Message: 1
Date: Sat, 21 Jan 2023 19:06:40 -0800 (PST)
From: Chime Hart <chime@hubert-humphrey.com>
To: Help-nano@gnu.org
Subject: An Inconsistant Version Number?
Message-ID: <805e6779-6a50-0fc6-f30e-efa8d5b0fa64@hubert-humphrey.com" rel="nofollow" target="_blank">805e6779-6a50-0fc6-f30e-efa8d5b0fa64@hubert-humphrey.com>
Content-Type: text/plain; format=flowed; charset=US-ASCII

Hi All: I am in Debian SID, I update/upgrade almost every day. nano is now 7.2,
however, when I run "nano" it still claims 5.8. I even tried
removing-and-installing, same thing. Meanwhile my laptop has-and-says 7.2. Can
some1 please inform how to fix this? I have nano aliased to nano -tzxk
Thanks so much in advance
Chime



------------------------------

Message: 2
Date: Sat, 21 Jan 2023 22:32:52 -0500 (EST)
From: Chris Allegretta <chrisa@asty.org>
To: Chime Hart <chime@hubert-humphrey.com>
Cc: Help-nano@gnu.org
Subject: Re: An Inconsistant Version Number?
Message-ID: <3a6c8aab-81d4-45a3-8197-2fbe65e91d10@asty.org" rel="nofollow" target="_blank">3a6c8aab-81d4-45a3-8197-2fbe65e91d10@asty.org>
Content-Type: text/plain; charset=UTF-8

Hello,

When you run 'which nano' or 'type nano', does it find the one in /usr/bin before any locally compiled versions or any aliases?

As you are on debian, 'dpkg -l nano' will show you what version the system thinks is installed.

HTH, chrisa

Jan 21, 2023 10:07:03 PM Chime Hart <chime@hubert-humphrey.com>:

> Hi All: I am in Debian SID, I update/upgrade almost every day. nano is now 7.2, however, when I run "nano" it still claims 5.8. I even tried removing-and-installing, same thing. Meanwhile my laptop has-and-says 7.2. Can some1 please inform how to fix this? I have nano aliased to nano -tzxk
> Thanks so much in advance
> Chime



------------------------------

Message: 3
Date: Sat, 21 Jan 2023 19:49:48 -0800 (PST)
From: Chime Hart <chime@hubert-humphrey.com>
To: Chris Allegretta <chrisa@asty.org>
Cc: Help-nano@gnu.org
Subject: Re: An Inconsistant Version Number?
Message-ID: <3e515755-ee84-dbac-7d23-5d2a85c238aa@hubert-humphrey.com" rel="nofollow" target="_blank">3e515755-ee84-dbac-7d23-5d2a85c238aa@hubert-humphrey.com>
Content-Type: text/plain; format=flowed; charset=US-ASCII

Thanks Chris: Running your dpkg shows 7.2. which nano shows what its aliased
to, Meanwhile just typing "nano" 5.8 new buffer. Now, I could try-and-unalias
nano. OK, just did that, no change. O, by the way I am running tcsh if that
makes any difference? Thanks in advance
Chime




------------------------------

Message: 4
Date: Sat, 21 Jan 2023 23:55:37 -0500 (EST)
From: Chris Allegretta <chrisa@asty.org>
To: Chime Hart <chime@hubert-humphrey.com>
Cc: Help-nano@gnu.org
Subject: Re: An Inconsistant Version Number?
Message-ID: <6d946aa9-ad5b-47b8-9396-0c973d45fdbd@asty.org" rel="nofollow" target="_blank">6d946aa9-ad5b-47b8-9396-0c973d45fdbd@asty.org>
Content-Type: text/plain; charset=UTF-8

Hmm, that's very unusual.

What if you just run /usr/bin/nano and see which version comes up?

If that does indeed show the 7.2 version, you can always try setting your alias like:

alias nano "/usr/bin/nano --args"
Then log out and back in again or reboot, tcsh is a bit of an odd duck to me on really getting your cshrc re-read.

HTH, chrisa

Jan 21, 2023 10:55:51 PM Chime Hart <chime@hubert-humphrey.com>:

> Thanks Chris: Running your dpkg shows 7.2. which nano shows what its aliased to, Meanwhile just typing "nano" 5.8 new buffer. Now, I could try-and-unalias nano. OK, just did that, no change. O, by the way I am running tcsh if that makes any difference? Thanks in advance
> Chime



------------------------------

Message: 5
Date: Sat, 21 Jan 2023 21:11:59 -0800 (PST)
From: Chime Hart <chime@hubert-humphrey.com>
To: Chris Allegretta <chrisa@asty.org>
Cc: Help-nano@gnu.org
Subject: Re: An Inconsistant Version Number?
Message-ID: <70bb23a8-27ec-17bc-34c5-2bc512bdfc6d@hubert-humphrey.com" rel="nofollow" target="_blank">70bb23a8-27ec-17bc-34c5-2bc512bdfc6d@hubert-humphrey.com>
Content-Type: text/plain; format=flowed; charset=US-ASCII

Well, Chris, sure enough, running /usr/bin/nano gives a 7.2 version, so I will
try-and-ajust an alias. I tried I think it was Victor's suggestion of
downloading a source package, but among the .tar file, I didn't see a usual
.configure. Anyway, fixing an alias should solve this-and-thank you again.
Chime




------------------------------

Subject: Digest Footer

_______________________________________________
Help-nano mailing list
Help-nano@gnu.org
https://lists.gnu.org/mailman/listinfo/help-nano


------------------------------

End of Help-nano Digest, Vol 178, Issue 4
*****************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]