Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the Picture and text of ubuntu system installation Software

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to achieve ubuntu system installation software graphics and text", the content of the explanation is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "how to achieve ubuntu system installation software graphics and text" bar!

Take, for example, installing chrome:

1. Download the Chrome browser on Google chrome. Choose the correct version, such as [32 bit .deb (for Debian/Ubuntu)].

2. Ctrl+Alt+T, open the terminal and enter the folder where you just downloaded the Chrome package (I downloaded it directly to the default location):

The code is as follows:

$cd ~ / Downloads

3. Install the Chrome package using the dpkg command:

The code is as follows:

$sudo dpkg-I google-chrome-stable_current_amd64.deb

Many students will be at a loss when they see an error like the following. Don't worry. The reason is that because of the dependency package, let's just install the dependency package:

4. If the above error occurs, install the dependent package to solve it:

The code is as follows:

$sudo apt-get install-f

5, to complete the above operation, prompt to install, enter y, enter to continue the installation, there will be the following prompt, Chome should be installed!

6. Now that chrome has been installed, we can type google-chrome in the terminal to open the chrome program (or press alt+F2 to search for the installed program):

The code is as follows:

$google-chrome

Note: make sure you have updated and upgraded before installing the software. if you have not updated to the latest, please refer to the following updates:

The code is as follows:

$sudo apt-get update

$sudo apt-get upgrade

Thank you for your reading, the above is the content of "how to achieve ubuntu system installation software picture and text". After the study of this article, I believe you have a deeper understanding of how to achieve ubuntu system installation software picture and text, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report