The purpose of this article: To quickly complete the system initialization configuration for users who have successfully installed Kubuntu 10.04.
System requirements: Internet connection. All packages mentioned in the Guide, software source updates require network support.
Software involved: The guide will use the following tools to configure the system
Konsole Terminal: The following is called terminal, click "K Menu/application/System/konsole" to open. Note: Programs that run at the terminal are closed with the terminal closed.
Kate Advanced http://www.aliyun.com/zixun/aggregation/18444.html "> text editor: Click K Menu/application/tool/kate to open it." Enter the Kate command to open.
This article applies: Kubuntu 10.04 (I386/AMD64).
After loading the Kubuntu 10.04 system, the first step is to perform this command to update the boot menu, or there may be no other operating system bugs appearing on the boot menu.
sudo update-grub
Get ready
1. Make sure your system is connected to the Internet. If you have difficulties, please refer to Category: Networking or seeking help from the forum.
2. Back up the source list so that it can be recovered when needed.
Paste the following command in the terminal to perform
sudo cp/etc/apt/sources.list/etc/apt/sources.list.bak
Follow-up to be resumed, execute
sudo cp/etc/apt/sources.list.bak/etc/apt/sources.list
Configure Official source
Open sources.list with the Kate Editor
sudo kate/etc/apt/sources.list
Replace "source" with source list, find a group close to you, empty paste in.
Update
sudo apt update
sudo apt upgrade
If prompted error: E:could not get Lock/var/lib/dpkg/lock-open (one Resource temporarily unavailable)
Enter
sudo rm/var/lib/apt/lists/lock