소프트웨어 부띠끄
우분투 마테에 사용 가능한 풍부한 소프트웨어들이 있으며 어떤 사용자들은 엄청나게 잘 찾아냅니다. 부띠끄가 선별한 우분투 마테와 잘 스며들고 보완하며 사용자들이 직접 컴퓨터를 꾸며서 사용할 수 있게 하는 선별된 최고의 애플리케이션들입니다여러분이 원하는 것을 찾지 못하고 계시다면, 우분투 소프트웨어 카타로그 전체를 검색해서 소프트웨어 센터에서 하나 설치해보세요.
더 많은 앱들이 기다립니다.
여러분들의 컴퓨터를 인터넷에 연결하셔서 우분투 마테를 위한 다양한 애플리케이션 셀렉션들을 탐험해보세요.
온라인에 연결하면, 바로 이곳 웰컴에서 검증되고 체험된 소프트웨어를 설치하실 수 있습니다.
연결 정보 가져오기.
여러분의 연결 유형에 따라, 몇 가지 확인해 보실 수 있는 내용입니다:
유선 연결
- 케이블이 제대로 연결되어 있나요?
- 라우터가 온라인 상태이며 기타 장치를 네트워크에 할 수 있나요? 라우터를 다시 시작해보세요.
무선 연결
- 연결이 끊어졌을 때, 애플릿은 이렇게 보이게 됩니다:
- 기능키를 누르면서 FN키를 누르고 있어야 할 것 같습니다.
- 예:
아예 작동하지 않거나 연결이 느린가요?
유감이지만. 실행 드라이버를 설치하기 위해 임시로 유선 연결이 필요합니다.
- 본 추가 드라이버 탭이 여러분의 시스템에서 사용 가능할 수 있습니다.
- 그렇지 않으면, 여러분의 하드웨어에 맞는 써드 파티 드라이버를 수동으로 설치하거나, 또는 펌웨어를 포함하는 특정 패키지를 다운로드해야 합니다. 시작하기에 있는 드라이버 섹션에서 자세한 정보를 확인하세요.
- 도움이 필요하시면 커뮤니티에 물어보세요.
악세사리
컴퓨터 사용에 편리한 유틸리티.
교육
공부와 어린이용.
게임
즐거운 2D 와 3D 게임 셀렉션.
그래픽
그리기용 생산 및 편집 도구.
인터넷
For staying connected and enjoying the features of your own cloud.
오피스
For more then just documents and spreadsheets.
프로그래밍
For the developers and system administrators out there.
사운드 & 비디오
Multimedia software for listening and production.
시스템 도구
Software that makes the most out of your system resources.
보편적인 기능
Software that makes your computer more accessible.
서버
One-click installations for serving the network.
Discover More Software
Graphical interfaces to browse a wide selection of software available for your operating system.
Miscellaneous Fixes
This section contains operations that can fix common problems should you encounter an error while upgrading or installing new software.
Outdated Package Lists?
Your repository lists may be out of date, which can cause Not Found errors and outdated version information when trying to install new or newer versions of software. This is particularly the case when Ubuntu MATE connects online for the first time after installation.
Update the repository lists:
sudo apt-get update
Broken Packages?
When a previous installation or removal was interrupted (for instance, due to power failure or loss of Internet connection), further software cannot be added or removed without properly re-configuring these broken packages. If necessary, you may need to also resolve dependencies and install any missing packages in order for the software to run properly.
Configure packages that were unpacked but not configured:
sudo dpkg --configure -a
Download and install broken dependencies:
sudo apt-get --fix-broken install
In addition, listed below are terminal equivalent commands that otherwise appear in the Software Updater.
Upgrade all packages that have a new version available:
sudo apt-get dist-upgrade
Upgrade to a new release of Ubuntu MATE:
sudo do-release-upgrade