F5F Stay Refreshed Software Operating Systems GNU Nano old AF?

GNU Nano old AF?

GNU Nano old AF?

W
wizebana
Member
141
10-05-2023, 09:14 AM
#1
I'm a beginner with Linux concepts, but I have a simple question I don’t know how to find answers for. Why is the text editor Nano so outdated in new Ubuntu and Raspbian versions? For instance, my Ubuntu 18.04.3 LTS machines run GNU Nano 2.9.3, while my Raspberry Pi uses GNU Nano 3.2 and my MacBook is on the latest Catalina 2.0.6. I’m confused about why this matters and how to fix it. This might not be the right question, but I just don’t understand. Thanks!
W
wizebana
10-05-2023, 09:14 AM #1

I'm a beginner with Linux concepts, but I have a simple question I don’t know how to find answers for. Why is the text editor Nano so outdated in new Ubuntu and Raspbian versions? For instance, my Ubuntu 18.04.3 LTS machines run GNU Nano 2.9.3, while my Raspberry Pi uses GNU Nano 3.2 and my MacBook is on the latest Catalina 2.0.6. I’m confused about why this matters and how to fix it. This might not be the right question, but I just don’t understand. Thanks!

R
Roycie_Bear
Member
181
10-19-2023, 05:33 AM
#2
They probably prioritize other tasks. Ubuntu contains many outdated software versions in its repositories. To access the newest ones, visit the software's site or GitHub and compile from source yourself.
R
Roycie_Bear
10-19-2023, 05:33 AM #2

They probably prioritize other tasks. Ubuntu contains many outdated software versions in its repositories. To access the newest ones, visit the software's site or GitHub and compile from source yourself.

E
earthshakerson
Junior Member
5
11-06-2023, 09:20 PM
#3
MacOS previously hosted very outdated GNU tools due to licensing issues. Ubuntu 18.04 is only 18 months old, which explains why it contains packages a bit older than the latest Raspbian versions, particularly for less important ones such as nano.
E
earthshakerson
11-06-2023, 09:20 PM #3

MacOS previously hosted very outdated GNU tools due to licensing issues. Ubuntu 18.04 is only 18 months old, which explains why it contains packages a bit older than the latest Raspbian versions, particularly for less important ones such as nano.

G
Gladiador70
Senior Member
698
11-06-2023, 11:26 PM
#4
I think you're right about nano being a simple tool. You're unlikely to be missing anything crucial, even with an older package in the repos. It doesn't rely heavily on many factors, so it should handle things well even without the newest updates. I'm running Ubuntu 19.10 and nano is currently at version 4.3.
G
Gladiador70
11-06-2023, 11:26 PM #4

I think you're right about nano being a simple tool. You're unlikely to be missing anything crucial, even with an older package in the repos. It doesn't rely heavily on many factors, so it should handle things well even without the newest updates. I'm running Ubuntu 19.10 and nano is currently at version 4.3.

B
Beavz
Member
208
11-13-2023, 12:16 AM
#5
Install Arch Linux for cutting-edge features and performance.
B
Beavz
11-13-2023, 12:16 AM #5

Install Arch Linux for cutting-edge features and performance.

K
KaotiCxMonkeY
Junior Member
2
11-28-2023, 10:17 PM
#6
K
KaotiCxMonkeY
11-28-2023, 10:17 PM #6

T
Th3G4merX
Senior Member
700
11-29-2023, 06:23 AM
#7
Absolutely, I understand your point. It’s nice to see everything available in the main repo or an official overlay when an ebuild isn’t present for a package. Arch Linux is also making progress with its AUR, which helps too.
T
Th3G4merX
11-29-2023, 06:23 AM #7

Absolutely, I understand your point. It’s nice to see everything available in the main repo or an official overlay when an ebuild isn’t present for a package. Arch Linux is also making progress with its AUR, which helps too.

K
kittygamer31
Junior Member
25
11-30-2023, 04:40 AM
#8
Well, Ubuntu was launched in April 2018, while Debian 10 came out just two months prior. That’s the main point. Many assume LTS versions bring fresh tools and updates, but that’s not always the case. LTS stands for Long Term Support, focusing mainly on security patches for the kernel and essential utilities. Any new features usually appear only in the latest release, not the older ones. If you need a newer Nano text editor, an upgrade is necessary. Personally, I recommend switching to VI—it’s significantly faster and more efficient.
K
kittygamer31
11-30-2023, 04:40 AM #8

Well, Ubuntu was launched in April 2018, while Debian 10 came out just two months prior. That’s the main point. Many assume LTS versions bring fresh tools and updates, but that’s not always the case. LTS stands for Long Term Support, focusing mainly on security patches for the kernel and essential utilities. Any new features usually appear only in the latest release, not the older ones. If you need a newer Nano text editor, an upgrade is necessary. Personally, I recommend switching to VI—it’s significantly faster and more efficient.

B
bengalwatcher
Posting Freak
801
12-01-2023, 05:45 AM
#9
In addition, there are backports available, though they may undermine the main goal of an LTS release. Also, although Vim works well, it can be frustrating for beginners trying to get started. I recommend checking the Vim Tips Wiki for newcomers, but be prepared to search for information occasionally.
B
bengalwatcher
12-01-2023, 05:45 AM #9

In addition, there are backports available, though they may undermine the main goal of an LTS release. Also, although Vim works well, it can be frustrating for beginners trying to get started. I recommend checking the Vim Tips Wiki for newcomers, but be prepared to search for information occasionally.