Software Boutique
There is an abundance of software available for Ubuntu MATE and some people find that choice overwhelming. The Boutique is a carefully curated selection of the best-in-class applications chosen because they integrate well, complement Ubuntu MATE and enable you to self style your computing experience.If you can't find what you're looking for, install one of the software centers to explore the complete Ubuntu software catalog.
More Apps Await.
Connect your computer to the Internet to explore a wide selection of applications for Ubuntu MATE.
Once online, you'll be able to download and install tried & tested software right here in Welcome. Our picks ensure that the software featured integrates well the Ubuntu MATE desktop.
Połącz się.
Here's a few things you can check, depending on the type of connection you have:
Połączenie przewodowe
- Is the cable securely plugged in?
- Is the router online and can other devices access the network? Try restarting the router.
Połączenie bezprzewodowe
- When disconnected, the applet looks like this:
- You may need to hold the FN key while pressing the function key.
- Na przykład:
Not working at all or experiencing sluggish connections?
Sorry to hear that. You will need a temporary wired connection to install working drivers.
- Zakładka Dodatkowe sterowniki tab may have them available for your system.
- Otherwise, you will need to manually install third party drivers for your hardware, or a download specific package containing the firmware. See Sterowniki w sekcji Wprowadzenie section for more details.
- Feel free to ask the community if you need assistance.
Akcesoria
Handy utilities for your computing needs.
Edukacja
Do nauki i dla dzieci.
Gry
A selection of 2D and 3D games for your enjoyment.
Grafika
For producing and editing works of art.
Internet
For staying connected and enjoying the features of your own cloud.
Narzędzia biurowe
For more then just documents and spreadsheets.
Programowanie
For the developers and system administrators out there.
Dźwięk i obraz
Multimedia software for listening and production.
Narzędzia systemowe
Software that makes the most out of your system resources.
Ułatwienia dostępu
Software that makes your computer more accessible.
Serwery
One-click installations for serving the network.
Odkryj więcej programów
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
Pobierz i napraw niespełnione zależności
sudo apt-get --fix-broken install
In addition, listed below are terminal equivalent commands that otherwise appear in the Menedżer aktualizacji.
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