I’ve just finished upgrading my desktop and laptop system without any problem. By default Ubuntu 8.04 LTS will not offer a upgrade to 8.10. This is because the 8.04 LTS version is a long term support release and 8.10 is a regular release. However, you can do network upgrade by configuring LTS release to normal release as follows:
Click on System > Administration > Software Sources
Next click on the “Updates” tab and change “Show new distribution release” to “Normal releases”:
Click on Close to save the changes.
Ubuntu 8.10 Upgrade Over The Internet
Click on System > Administration > Update Manager:
Next click the Check button to check for new updates. If there are any updates to install, use the Install Updates button to install them, and press Check again after that is complete. Finally, a message will appear on screen, informing you of the availability of the new 8.10 release as follows:
Message Informing you of the availability of the new 8.10 release
Click on Upgrade button and just follow the on-screen instructions. The procedure may take some time.
A note about Ubuntu 8.10 server upgrade
Please see this article to perform network upgrade for Ubuntu servers.
🐧 Get the latest tutorials on Linux, Open Source & DevOps via:
- RSS feed or Weekly email newsletter
- Share on Twitter • Facebook • 2 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
look out for http_proxy variable
how to disable connecting to the proxy-server in everytime apt-get(-ing)
ACQUIRE {
http::proxy “http://chika@cs.its.ac.id:xxxx@202.46.129.10:8080/”
}
now
(blank)
i’ve tried to remove this /etc/apt/apt.conf but still try to contact this proxy-server
i also have tried >> synaptic >> prefer* >> network >> set direct acccess (but still try connect to the proxyserver)
try change on system >> prefer* >> network proxy(disable it)
still the same … always try connect to the proxy…
how to disable it?