Ubuntu Netbook Edition (UNE), known as Ubuntu Netbook Remix (UNR) prior to the release of Ubuntu 10.04, was a version of Ubuntu that had been optimized to enable it to work better on netbooks and other devices with small screens or with the Intel Atom CPU.
Ubuntu 10.04 Netbook Edition LTS
Release date: 29 April 2010
Version: Ubuntu Netbook (x32) Build 10.04
Developers: Canonical Ltd.
Codename: Lucid Lynx
Website: http://ubuntu.com
System requirements: any old netbook, laptop
Instruction set: x86
I have an old netbook – Toshiba NB200. All the attempts to use it with Debian 7 (oldstable – latest supported Debian distro) brings me into slowly worked system. So finally I have installed Ubuntu netbook on this NB200.
Beginning with version 10.10, Ubuntu Netbook Edition uses the Unity desktop as its desktop interface. The classic netbook interface was available in Ubuntu’s software repositories as an option.
Because Ubuntu’s desktop edition has moved to the same Unity interface as the netbook edition, starting with Ubuntu 11.04 the netbook edition has been merged into the desktop edition.
It also causes deleting .iso images of 10.04 UNE from Canonical servers. I also faced problem to use standard repo’s.
Here you can download 10.04 iso: pan.baidu.com/s/1gfGFLg3 (my Baidu cloud).
And below are actual repos for Ubuntu 10.04, just change with it contents of the file /etc/apt/sources.list:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
#deb cdrom:[Ubuntu 10.04.4 LTS _Lucid Lynx_ - Release i386 (20120214.2)]/ lucid main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://old-releases.ubuntu.com/ubuntu/ lucid main restricted deb-src http://old-releases.ubuntu.com/ubuntu/ lucid main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://old-releases.ubuntu.com/ubuntu/ lucid universe deb-src http://old-releases.ubuntu.com/ubuntu/ lucid universe deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates universe deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://old-releases.ubuntu.com/ubuntu/ lucid multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid multiverse deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. # deb http://archive.canonical.com/ubuntu lucid partner # deb-src http://archive.canonical.com/ubuntu lucid partner deb http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb http://old-releases.ubuntu.com/ubuntu lucid-security universe deb-src http://old-releases.ubuntu.com/ubuntu lucid-security universe deb http://old-releases.ubuntu.com/ubuntu lucid-security multiverse deb-src http://old-releases.ubuntu.com/ubuntu lucid-security multiverse |
The first thing i did after first time log in into system – I’ve installed LXDE – a good environment for old computers like my Intel Atom:
1 |
sudo apt-get install lubuntu-desktop |
It also installs a lot of programs like Abi-word etc etc
So use the Lubuntu Software Center to remove applications you aren’t going to use.
and set Super_L into ~/.config/openbox/lubuntu-rc.xml:
1 |
lxpanelctl menu |
to bind the windows key to Lubuntu start menu.