Ubuntu 18.04

Source: Internet
Author: User

    • Download Ubuntu 18.04 domestic ISO image

Download Ubuntu-18.04-desktop-amd64.iso from NetEase image server

    • Replace the software source domestic mirror

1.Ubuntu Software->software & Updates

2. In the out of the software source panel "Download from", click on the "Chinese server" drop-down list, select Mirrors.aliyun.com, then click on the bottom right corner of the "Select Server" button to return.

    • Installing Ibus-libpinyin 1.10.0

Ibus-libpinyin 1.10.0 (Libpinyin is promoted to 2.2.0), Gunnar Hjalmarsson is also played into the PPA package. Here's how it's updated:
sudo add-apt-repository ppa:gunnarhj/ibus-libpinyin
sudo apt update
sudo apt upgrade

Region and language input source-Chinese

    • Create a System update script and run

1, right-click on the terminal, enter
sudo apt-get install Ubuntu-restricted-extras//install decoder
sudo apt-get install aptitude
sudo apt-get install synaptic
sudo apt-get install Samba
sudo apt-get install Gconf-editor
sudo apt install git
2. Enter "Gedit" to create the System update script:
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade
Save to Desktop file update
3. Run in Terminal: sudo sh./update

Refer to what should be done after installation of Ubuntu18.04.

    • Removal of pull rubbish after installation/uninstallation

sudo apt-get autoremove//automatic removal of orphaned software that is no longer used by the system
sudo apt-get AutoClean//automatic cleanup, but does not remove temporary files for installation and download
sudo apt-get clean//cleanup of downloaded temp files

Ubuntu 18.04

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.