mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Compare commits
6 commits
3263f4d06c
...
b14cd2f8ac
Author | SHA1 | Date | |
---|---|---|---|
|
b14cd2f8ac | ||
|
4a6d9c9ae8 | ||
|
70c74eed34 | ||
|
3c7e99b912 | ||
|
2769231fde | ||
|
428debfd4b |
4 changed files with 6 additions and 14 deletions
|
@ -33,7 +33,7 @@ Typical daily computer usage, you might say.
|
|||
Fedora Workstation is a Linux distribution, an operating system with the Linux kernel at its core plus the software you need to install it, manage it, and the applications that you want to use for daily work.
|
||||
|
||||
Fedora is one of many Linux distributions, and includes a lot of software you'll find in many Linux distributions.
|
||||
For example, the GNOME desktop environment, and the [application]*Firefox* web browser, [application]*LibreOffice* office suite, and a lot of **GNU utilities** and so much more.
|
||||
For example, the *GNOME* desktop environment, and the [application]*Firefox* web browser, [application]*LibreOffice* office suite, and a lot of **GNU utilities** and so much more.
|
||||
|
||||
== Understanding Linux
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ via their communication channels: https://www.mysql.com/about/faq/
|
|||
=== Installing MySQL on Fedora
|
||||
|
||||
----
|
||||
sudo dnf install mysql-community-server
|
||||
sudo dnf install mysql-server
|
||||
----
|
||||
|
||||
=== Start MySQL Service and Enable at login:
|
||||
|
|
|
@ -138,8 +138,9 @@ git switch f28
|
|||
picked up during the build automatically.
|
||||
|
||||
.. Patches can also be kept in seperate files and added to `kernel.spec` with
|
||||
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. They should be applied
|
||||
automatically during the build process.
|
||||
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. Matching `ApplyOptionalPatch foo.patch`,
|
||||
`ApplyOptionalPatch bar.patch` lines must be added to apply the patches during
|
||||
the build process.
|
||||
|
||||
.. To make your own modifications to the kernel source, retrieve the kernel
|
||||
sources for your current dist-git branch with `fedpkg sources`, then make
|
||||
|
|
|
@ -169,15 +169,6 @@ NOTE: Upgrades across *more* than two releases are not supported.
|
|||
[[sect-clean-up-old-packages]]
|
||||
=== Clean-up old packages
|
||||
|
||||
You can see a list of packages with broken dependencies by typing:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
sudo dnf repoquery --unsatisfied
|
||||
----
|
||||
|
||||
The list should be empty, but if this is not the case consider removing them as they are not likely to work.
|
||||
|
||||
You can see duplicate packages (packages with multiple versions installed) with:
|
||||
|
||||
[source,bash]
|
||||
|
@ -205,7 +196,7 @@ To see a list of these packages do:
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
sudo dnf list extras
|
||||
sudo dnf list --extras
|
||||
----
|
||||
|
||||
If you see a package you do not need, or use, you can remove it with:
|
||||
|
|
Loading…
Reference in a new issue