From 3e2427d82ddb5b23dee43b2a2f209dea68f4ddab Mon Sep 17 00:00:00 2001
From: David Klimesh 3:00 Check in, refreshments, networking Manageability
3:30 Clear Linux Project Overview
3:45 Clear Linux OS Architecture
-4:45 Demo: Deep Learning Reference Stack using Clear Linux OS
-5:15 Demo: Swupd
+4:45 Demo: Deep Learning Reference Stack using Clear Linux OS
+5:15 Demo: Swupd
5:45 Dinner Break
6:15 Hands on workshop
8:15 Panel
- In contrast to other Linux distros, Clear Linux OS is lean and can host multiple containers without requiring many unnecessary packages. Default installation is minimal, so there’s no need to strip the OS of extra services or software. Check out the recommended system requirements.
Security
- Clear Linux OS employs the principle of lightweight installation, reducing risk and addressing a basic security concern: “The more software you have installed, the larger the attack surface.” Because Clear Linux OS offers at least two releases per week, your version of Clear Linux OS will always carry the latest updates from the Linux kernel, as well as our developers’ security fixes.
Software updates
- Clear Linux OS allows you to run the exact same software for all container hosts in a cluster. Clear Linux OS manages software using swupd. This means administrators need only check a single version number to track all software on the system.
Performance
@@ -345,10 +345,10 @@
Learn more about Kubernetes on Clear Linux OS:
Cloud Native Setup: Kubernetes on Clear Linux OS examples
diff --git a/blogs-news/clear-linux-project-has-new-documentation-site.html b/blogs-news/clear-linux-project-has-new-documentation-site.html index c1413aa0c..7e97014d1 100644 --- a/blogs-news/clear-linux-project-has-new-documentation-site.html +++ b/blogs-news/clear-linux-project-has-new-documentation-site.html @@ -307,7 +307,7 @@The Clear Linux OS Docs team is happy to announce that our documentation site for the Clear Linux Project has moved to a Sphinx/reST site with the ubiquitous Read-The-Docs theme, consistent with many open source documentation projects.
+The Clear Linux OS Docs team is happy to announce that our documentation site for the Clear Linux Project has moved to a Sphinx/reST site with the ubiquitous Read-The-Docs theme, consistent with many open source documentation projects.
The new documentation site allows for a huge improvement in documentation features and functionality for our end users. Some of the new features include:
@@ -319,14 +319,14 @@4. Simplified content presentation in Get Started, Guides, and Tutorials
+4. Simplified content presentation in Get Started, Guides, and Tutorials
5. Multiple language and version support
On the bottom left of the new site navigation pane, you will notice navigation to various versions of Clear Linux OS as well multiple languages. Translations of the Clear Linux OS documentation are underway and we are looking forward to adding them to the documentation soon!
This site move was a massive undertaking spearheaded by the Clear Linux Documentation team. They helped ensure that every detail of the move was tracked accordingly and ensured no details were missed. Kudos to them!
-We highly encourage you to explore the new documentation site, provide feedback, and log any issues you find, or even collaborate directly as we continue to make improvements on the new documentation site.
+We highly encourage you to explore the new documentation site, provide feedback, and log any issues you find, or even collaborate directly as we continue to make improvements on the new documentation site.
[2] https://ruder.io/nlp-imagenet/
-[3] https://docs.01.org/clearlinux/latest/guides/stacks/dlrs.html#using-transformers-for-natural-language-processing
+[3] https://www.clearlinux.org/clear-linux-documentation/guides/stacks/dlrs.html#using-transformers-for-natural-language-processing
[4] https://github.com/flairNLP/flair
diff --git a/blogs-news/deploy-scalable-wordpress-kubernetes-clear-linux-os-containers.html b/blogs-news/deploy-scalable-wordpress-kubernetes-clear-linux-os-containers.html index bf2bcebb8..eb8affef6 100644 --- a/blogs-news/deploy-scalable-wordpress-kubernetes-clear-linux-os-containers.html +++ b/blogs-news/deploy-scalable-wordpress-kubernetes-clear-linux-os-containers.html @@ -372,8 +372,8 @@This tutorial assumes you have a Kubernetes cluster with three nodes running Clear Linux OS, which can be bare metal or virtual machines. One functions as the master node and the other two function as worker nodes in the Kubernetes cluster.
-Shared storage, such as NFS, is required to enable scalability across the Kubernetes cluster. Install NFS support on each node by installing the nfs-utils bundle.
@@ -692,8 +692,8 @@ $ kubectl scale deployments/wordpress --replicas=1
OpenBLAS uses OpenMP* as the mechanism for parallelism. The OpenMP API provides support for parallel programming with shared-memory processors across multiple platforms. It provides a threading layer with configurable environment variables to balance maximum performance and resource scheduling.
-Clear Linux OS is optimized for performance. It uses the latest compiler optimized for Intel® architecture with the latest features and compiler flags to optimize builds. The Clear Linux OS uses a multiple library build approach and will link the library most optimized for the capabilities of the processor in the running system. Clear Linux OS provides optimized software components across the software stack that support Go development, such as Intel AVX-512 optimized glibc and OpenBLAS.
+Clear Linux OS is optimized for performance. It uses the latest compiler optimized for Intel® architecture with the latest features and compiler flags to optimize builds. The Clear Linux OS uses a multiple library build approach and will link the library most optimized for the capabilities of the processor in the running system. Clear Linux OS provides optimized software components across the software stack that support Go development, such as Intel AVX-512 optimized glibc and OpenBLAS.
@@ -372,7 +372,7 @@ WORKDIR $GOPATH/src/app
OpenBLAS and OpenMP expose configuration variables that influence performance of shared-memory multiprocessing applications. The clearlinux/golang container is based on Clear Linux OS which uses compiler options that are optimized for Intel architecture. Clear Linux OS patches the default values for the OpenBLAS and OpenMP configuration variables as follows:
+OpenBLAS and OpenMP expose configuration variables that influence performance of shared-memory multiprocessing applications. The clearlinux/golang container is based on Clear Linux OS which uses compiler options that are optimized for Intel architecture. Clear Linux OS patches the default values for the OpenBLAS and OpenMP configuration variables as follows:
Firewall
NA
iptables and firewalld
iptables and firewalld
Antivirus
NA
Up-to-date software
Clear Linux OS is a rolling release that bundles software which follows upstream source closely and updates frequently.
Up-to-date software
Clear Linux OS is a rolling release that bundles software which follows upstream source closely and updates frequently.
Security
Clear Linux OS follows an aggressive security model and best practices for CVE patching. See our security page for more information.
Security
Clear Linux OS follows an aggressive security model and best practices for CVE patching. See our security page for more information.
Small size
As a host, Clear Linux OS is lean and can host multiple containers without requiring many unnecessary packages. For containers, images are built using a multi-staged build approach to produce reduced container image size.
@@ -303,7 +303,7 @@
Clear Linux offers an official Docker* build of Clear Linux OS as well as images of popular application based on Clear Linux OS. Clear Linux OS container images are designed to have familiar syntax by using the same container run syntax as the official versions images. With over 1M downloads and counting, getting started is easy!
-Visit the documentation about container images to learn more.
+
Visit the documentation about container images to learn more.
Getting started to run containers with Docker is as simple as adding the containers-basic bundle.
-Visit the documentation about Docker on Clear Linux OS to learn more.
+
Getting started to run containers with Docker is as simple as adding the containers-basic bundle.
+Visit the documentation about Docker on Clear Linux OS to learn more.
Kata Containers provide a dedicated kernel, enabling isolation of network, I/O, and memory, as well as support for industry standards such as OCI container format, Kubernetes* CRI, and legacy virtualization.
-Visit the documentation about Kata on Clear Linux OS to learn more.
+
Visit the documentation about Kata on Clear Linux OS to learn more.
As an open source container orchestration system, Kubernetes* automates deployment, scaling, maintenance, and scheduling of application containers across clusters of nodes. Nodes in a cluster can run your applications or workloads. Installing Kubernetes on a Clear Linux node is simple and can be done automatically with Clear Linux cloud-native-setup scripts. To get started, you need only add one bundle: cloud-native-basic.
Kubernetes offers integration with various container runtimes (CRI) including runc and CRI+O. Kubernetes on Clear Linux makes it easy to configure integrations with Kata as a container runtime.
-Learn how to install, configure, and deploy Kubernetes on Clear Linux OS.
+Learn how to install, configure, and deploy Kubernetes on Clear Linux OS.
$ wget https://download.clearlinux.org/current/clear-linux-check-config.sh
$ chmod +x clear-linux-check-config.sh
$ ./clear-linux-check-config.sh host
For further details, see the Getting Started page.
For further details, see the Getting Started page.
A recurring theme throughout the Clear Linux* project is the use of sane defaults. This philosophy is so enshrined that the Operating System is entirely stateless. We also extended this to the visuals of the desktop, using the beautiful Arc GTK+ Theme, and the elementary Xfce icon theme (an adaptation of elementary OS’s default icon theme.
+A recurring theme throughout the Clear Linux* project is the use of sane defaults. This philosophy is so enshrined that the Operating System is entirely stateless. We also extended this to the visuals of the desktop, using the beautiful Arc GTK+ Theme, and the elementary Xfce icon theme (an adaptation of elementary OS’s default icon theme.
-
For a reference of the current bundles, check out the Available bundles.
+For a reference of the current bundles, check out the Available bundles.
If you’re looking for more information on how to choose the correct image for your purpose, please visit our Getting Started page explaining the purpose of the various images that Clear Linux* provides:
- + diff --git a/news-blogs/clear-linux-os-announces-support-kata-containers.html b/news-blogs/clear-linux-os-announces-support-kata-containers.html index 2d24fb7cd..90080df39 100644 --- a/news-blogs/clear-linux-os-announces-support-kata-containers.html +++ b/news-blogs/clear-linux-os-announces-support-kata-containers.html @@ -305,8 +305,8 @@Users can easily leverage the benefits of Kata Containers in the Clear Linux OS by adding a bundle and optionally setting Kata Containers as their default containers option. Kata Containers provides workload isolation by utilizing Intel VT-x and VT-d technologies, enabling the security advantages of VMs, all while working seamlessly in the existing container ecosystem. The benefit for Clear Linux users is that they now have an easier option to use Kata with Docker. There are already detailed step by step instructions available in the two tutorials at the Clear Linux* project website to get started using Kata Containers:
-As previously mentioned, Clear Containers and Kata Containers can co-exist in the same system, however, we recommend that users migrate to Kata Containers because Clear Containers is no longer maintained and will soon be deprecated on the Clear Linux* OS.
For any issues or questions regarding Kata Containers in Clear Linux*, please contact the Clear Linux* project team through the mailing list: https://lists.clearlinux.org/mailman/listinfo/dev or the IRC channel: https://clearlinux.org/community/irc-channel.
diff --git a/news-blogs/intel-clear-containers-20-containercon.html b/news-blogs/intel-clear-containers-20-containercon.html index 2d76c3208..c464b7e43 100644 --- a/news-blogs/intel-clear-containers-20-containercon.html +++ b/news-blogs/intel-clear-containers-20-containercon.html @@ -314,7 +314,7 @@Over the last month, project activity has been pretty busy, with 91 commits from 44 pull requests having been submitted by 10 authors. My email inbox is definitely feeling the pressure.
-If you are interested in the underpinnings of how Intel Clear Containers are architected, then have a look at the recently published page here.
+If you are interested in the underpinnings of how Intel Clear Containers are architected, then have a look at the recently published page here.
diff --git a/news-blogs/machine-learning-clear-linux-tutorial.html b/news-blogs/machine-learning-clear-linux-tutorial.html index 7aa3a96d0..e2fa1f76f 100644 --- a/news-blogs/machine-learning-clear-linux-tutorial.html +++ b/news-blogs/machine-learning-clear-linux-tutorial.html @@ -302,7 +302,7 @@When learning computer programming languages, the first example tutorial given is usually ‘hello world’. Similarly, to learn about machine learning, the first example is often image recognition of handwritten numbers based on the MNIST dataset. If you've ever wondered how to get started with machine learning, our tutorial offers an easy step by step guide to begin to explore this exciting new field of computer science.
-The machine learning tutorial walks users through the process of installing and configuring a Clear Linux Host OS on bare metal, although a virtual machine or even a Microsoft* Azure cloud instance could also be used, and installing the packages used with machine learning, easily added with the machine learning bundles. It also walks users through setting up a Jupyter notebook, an open-source web application used to create and share documents with live code, equations, visualizations, and explanatory text, and running the machine learning example code.
+The machine learning tutorial walks users through the process of installing and configuring a Clear Linux Host OS on bare metal, although a virtual machine or even a Microsoft* Azure cloud instance could also be used, and installing the packages used with machine learning, easily added with the machine learning bundles. It also walks users through setting up a Jupyter notebook, an open-source web application used to create and share documents with live code, equations, visualizations, and explanatory text, and running the machine learning example code.
We included additional resources to allow you to learn more about the MNIST example, TensorFlow, Jupyter, and machine learning in general.
diff --git a/news-blogs/packing-openstack-zero-regressions-using-mixer-liberty-mitaka.html b/news-blogs/packing-openstack-zero-regressions-using-mixer-liberty-mitaka.html index 74edc4970..558fe4a48 100644 --- a/news-blogs/packing-openstack-zero-regressions-using-mixer-liberty-mitaka.html +++ b/news-blogs/packing-openstack-zero-regressions-using-mixer-liberty-mitaka.html @@ -312,7 +312,7 @@-
Software Update provides fast upgrades with the implementation of binary deltas calculation; this means that only the binary differences that changed for your specific software components are downloaded.
+Software Update provides fast upgrades with the implementation of binary deltas calculation; this means that only the binary differences that changed for your specific software components are downloaded.
@@ -330,7 +330,7 @@
-
Zero regression testing on OpenStack's upgrade was possible with the use of the Mixer, which provided a development software update server where developers put the latest changes. Then development machines performed software update against that server.
+Zero regression testing on OpenStack's upgrade was possible with the use of the Mixer, which provided a development software update server where developers put the latest changes. Then development machines performed software update against that server.
diff --git a/news-blogs/where-etcfstab-clear-linux.html b/news-blogs/where-etcfstab-clear-linux.html index 90bfeede3..ca410b9fb 100644 --- a/news-blogs/where-etcfstab-clear-linux.html +++ b/news-blogs/where-etcfstab-clear-linux.html @@ -314,7 +314,7 @@
-In Clear Linux OS, the /etc/fstab file is non-existent by design. Clear Linux OS segregates user configuration from the OS distributed configuration. By avoiding placing anything in the /etc folder, Clear Linux OS enables a stateless OS architecture, which offers several benefits.
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30159.html b/node/30159.html index 531e43125..9aaac56b6 100644 --- a/node/30159.html +++ b/node/30159.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30160.html b/node/30160.html index d0ffd089b..7fb934fcc 100644 --- a/node/30160.html +++ b/node/30160.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30161.html b/node/30161.html index bc5de5a2c..1114f4403 100644 --- a/node/30161.html +++ b/node/30161.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30163.html b/node/30163.html index 47f2f4b71..0b6b31f84 100644 --- a/node/30163.html +++ b/node/30163.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30164.html b/node/30164.html index 570c0e609..b4df6a956 100644 --- a/node/30164.html +++ b/node/30164.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30165.html b/node/30165.html index 02cccc597..43eeacfda 100644 --- a/node/30165.html +++ b/node/30165.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30166.html b/node/30166.html index 2aae391e3..c04aaedd4 100644 --- a/node/30166.html +++ b/node/30166.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30167.html b/node/30167.html index ede1e36d8..aab021841 100644 --- a/node/30167.html +++ b/node/30167.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30168.html b/node/30168.html index 6209cb891..6bc239f87 100644 --- a/node/30168.html +++ b/node/30168.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30169.html b/node/30169.html index a3c0393f3..9bf2a747c 100644 --- a/node/30169.html +++ b/node/30169.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30170.html b/node/30170.html index f70273614..bd659d0f4 100644 --- a/node/30170.html +++ b/node/30170.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30171.html b/node/30171.html index 884e527f0..7b982957b 100644 --- a/node/30171.html +++ b/node/30171.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30172.html b/node/30172.html index 5f6df962d..c2acfca7f 100644 --- a/node/30172.html +++ b/node/30172.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30173.html b/node/30173.html index f30f47c08..217dc562e 100644 --- a/node/30173.html +++ b/node/30173.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30174.html b/node/30174.html index bd5dc3526..3702d8991 100644 --- a/node/30174.html +++ b/node/30174.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30175.html b/node/30175.html index 0f0884197..a3bd71bfc 100644 --- a/node/30175.html +++ b/node/30175.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30176.html b/node/30176.html index 21784819a..f51f6b418 100644 --- a/node/30176.html +++ b/node/30176.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30177.html b/node/30177.html index bed25173a..2b0f7765a 100644 --- a/node/30177.html +++ b/node/30177.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30178.html b/node/30178.html index f21796409..f94d06ccc 100644 --- a/node/30178.html +++ b/node/30178.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30179.html b/node/30179.html index 94dd92bb0..be085fbe1 100644 --- a/node/30179.html +++ b/node/30179.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30180.html b/node/30180.html index 8e5f8294a..42935b6f5 100644 --- a/node/30180.html +++ b/node/30180.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30181.html b/node/30181.html index f5ce7a73a..ca6a62125 100644 --- a/node/30181.html +++ b/node/30181.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30182.html b/node/30182.html index f4b4946ed..0f2146ccc 100644 --- a/node/30182.html +++ b/node/30182.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30183.html b/node/30183.html index 21d3871d5..c838872a8 100644 --- a/node/30183.html +++ b/node/30183.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30184.html b/node/30184.html index d803ab1f9..2a3810c19 100644 --- a/node/30184.html +++ b/node/30184.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30185.html b/node/30185.html index 31ea708b2..4a41396e0 100644 --- a/node/30185.html +++ b/node/30185.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30186.html b/node/30186.html index 25894a7dc..7e013e71a 100644 --- a/node/30186.html +++ b/node/30186.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30187.html b/node/30187.html index b2328c7a3..edb0c236a 100644 --- a/node/30187.html +++ b/node/30187.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30188.html b/node/30188.html index 6675fed48..05356db0d 100644 --- a/node/30188.html +++ b/node/30188.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30189.html b/node/30189.html index f2b39b14d..a7bc3c561 100644 --- a/node/30189.html +++ b/node/30189.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30190.html b/node/30190.html index ed30fa57e..2f5678ec8 100644 --- a/node/30190.html +++ b/node/30190.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30191.html b/node/30191.html index de58ae5ff..e4f6dd53b 100644 --- a/node/30191.html +++ b/node/30191.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30192.html b/node/30192.html index 283160dbd..ac92a5959 100644 --- a/node/30192.html +++ b/node/30192.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30193.html b/node/30193.html index e0b310c68..e0cea885d 100644 --- a/node/30193.html +++ b/node/30193.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30194.html b/node/30194.html index 43b39a526..8fc6e5430 100644 --- a/node/30194.html +++ b/node/30194.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30195.html b/node/30195.html index 3792ab45a..f82eac7bc 100644 --- a/node/30195.html +++ b/node/30195.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30196.html b/node/30196.html index 3d9926a0a..ae3f2d987 100644 --- a/node/30196.html +++ b/node/30196.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30197.html b/node/30197.html index f9135a5c7..63b30904d 100644 --- a/node/30197.html +++ b/node/30197.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30198.html b/node/30198.html index 77fb98ed8..f301c7de6 100644 --- a/node/30198.html +++ b/node/30198.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30199.html b/node/30199.html index af126eb1d..047311a31 100644 --- a/node/30199.html +++ b/node/30199.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30200.html b/node/30200.html index c9a35afa0..a7314b493 100644 --- a/node/30200.html +++ b/node/30200.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30201.html b/node/30201.html index 6110b90da..3581ae575 100644 --- a/node/30201.html +++ b/node/30201.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30202.html b/node/30202.html index 6cbe934ed..66b4c5974 100644 --- a/node/30202.html +++ b/node/30202.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30203.html b/node/30203.html index 4a0477326..8fabff9fa 100644 --- a/node/30203.html +++ b/node/30203.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30204.html b/node/30204.html index 5fcabb25b..02ad7a027 100644 --- a/node/30204.html +++ b/node/30204.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30205.html b/node/30205.html index 824e8cdb6..193add87b 100644 --- a/node/30205.html +++ b/node/30205.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30206.html b/node/30206.html index 1f512ce3d..09f898dba 100644 --- a/node/30206.html +++ b/node/30206.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30207.html b/node/30207.html index 930f5d88b..5ebbbee91 100644 --- a/node/30207.html +++ b/node/30207.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30208.html b/node/30208.html index 34f491534..1e3cc81c5 100644 --- a/node/30208.html +++ b/node/30208.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30209.html b/node/30209.html index 3c5f2b6c8..2f62bc71b 100644 --- a/node/30209.html +++ b/node/30209.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30210.html b/node/30210.html index 2487db771..9d36a55f9 100644 --- a/node/30210.html +++ b/node/30210.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30211.html b/node/30211.html index 23e36eddd..68bf8e08f 100644 --- a/node/30211.html +++ b/node/30211.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30212.html b/node/30212.html index 4db50fd85..c93a41762 100644 --- a/node/30212.html +++ b/node/30212.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30213.html b/node/30213.html index cf55b507e..0d66c08d1 100644 --- a/node/30213.html +++ b/node/30213.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30214.html b/node/30214.html index 971439133..e90d0c25f 100644 --- a/node/30214.html +++ b/node/30214.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30215.html b/node/30215.html index 13a042645..12507f85a 100644 --- a/node/30215.html +++ b/node/30215.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30216.html b/node/30216.html index 467173639..f9392f96e 100644 --- a/node/30216.html +++ b/node/30216.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30217.html b/node/30217.html index 7ce1a9f7b..2e6f7118f 100644 --- a/node/30217.html +++ b/node/30217.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30218.html b/node/30218.html index 0e7268bff..6b7aea670 100644 --- a/node/30218.html +++ b/node/30218.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30219.html b/node/30219.html index 03fd3a950..94486a150 100644 --- a/node/30219.html +++ b/node/30219.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30220.html b/node/30220.html index c27520be8..447c6e0d0 100644 --- a/node/30220.html +++ b/node/30220.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30221.html b/node/30221.html index 5c57c4940..9fdf9e2c9 100644 --- a/node/30221.html +++ b/node/30221.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30222.html b/node/30222.html index b3d04c1d7..317150a5b 100644 --- a/node/30222.html +++ b/node/30222.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30223.html b/node/30223.html index 2861f4e0f..89e946e2a 100644 --- a/node/30223.html +++ b/node/30223.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30224.html b/node/30224.html index 24ab1e9fb..4d5785b3d 100644 --- a/node/30224.html +++ b/node/30224.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30225.html b/node/30225.html index 09d7b8432..1fe5831ad 100644 --- a/node/30225.html +++ b/node/30225.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30226.html b/node/30226.html index 335a4926d..00fac579e 100644 --- a/node/30226.html +++ b/node/30226.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30227.html b/node/30227.html index e144453a2..38f5151c4 100644 --- a/node/30227.html +++ b/node/30227.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30228.html b/node/30228.html index 2d275977a..a27812b35 100644 --- a/node/30228.html +++ b/node/30228.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30229.html b/node/30229.html index b11e9f273..f5d890553 100644 --- a/node/30229.html +++ b/node/30229.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30230.html b/node/30230.html index f1db1986e..9055f992b 100644 --- a/node/30230.html +++ b/node/30230.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30231.html b/node/30231.html index 659a4bf07..724dcf635 100644 --- a/node/30231.html +++ b/node/30231.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30232.html b/node/30232.html index 96e549fa6..fbf6ecb8a 100644 --- a/node/30232.html +++ b/node/30232.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30233.html b/node/30233.html index 330f017ec..1832964d7 100644 --- a/node/30233.html +++ b/node/30233.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30234.html b/node/30234.html index 6d5703b61..e8a4c8f12 100644 --- a/node/30234.html +++ b/node/30234.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30235.html b/node/30235.html index 0bee8555b..a78ff1c3b 100644 --- a/node/30235.html +++ b/node/30235.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30236.html b/node/30236.html index fa6042fc0..5561fec5e 100644 --- a/node/30236.html +++ b/node/30236.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30237.html b/node/30237.html index 2eecb741d..5018a9012 100644 --- a/node/30237.html +++ b/node/30237.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30240.html b/node/30240.html index 2ee8bbdea..a9f759c79 100644 --- a/node/30240.html +++ b/node/30240.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30241.html b/node/30241.html index 030172df0..684f360f5 100644 --- a/node/30241.html +++ b/node/30241.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30242.html b/node/30242.html index e9b4521ae..1ad713eb5 100644 --- a/node/30242.html +++ b/node/30242.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30243.html b/node/30243.html index 689ee785f..1a080baa7 100644 --- a/node/30243.html +++ b/node/30243.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30244.html b/node/30244.html index c1378c521..98c654e8d 100644 --- a/node/30244.html +++ b/node/30244.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30245.html b/node/30245.html index 3a357dc4d..150205c2e 100644 --- a/node/30245.html +++ b/node/30245.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30246.html b/node/30246.html index b4eee63ef..f0511fcc5 100644 --- a/node/30246.html +++ b/node/30246.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30247.html b/node/30247.html index 356fb471c..8f70dfa17 100644 --- a/node/30247.html +++ b/node/30247.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30248.html b/node/30248.html index 1ca7c0b14..a5b708ad5 100644 --- a/node/30248.html +++ b/node/30248.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30249.html b/node/30249.html index cbf987756..922637243 100644 --- a/node/30249.html +++ b/node/30249.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30250.html b/node/30250.html index a3214e136..b86b55883 100644 --- a/node/30250.html +++ b/node/30250.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30251.html b/node/30251.html index 1f80f8571..36c5ae6e9 100644 --- a/node/30251.html +++ b/node/30251.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30252.html b/node/30252.html index 0a5dba5be..e93c77b0c 100644 --- a/node/30252.html +++ b/node/30252.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30253.html b/node/30253.html index 60667e660..cf4a2b629 100644 --- a/node/30253.html +++ b/node/30253.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30254.html b/node/30254.html index 6f4ebcb75..633e87ec0 100644 --- a/node/30254.html +++ b/node/30254.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30255.html b/node/30255.html index 31d82db2c..bef36ffc5 100644 --- a/node/30255.html +++ b/node/30255.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30256.html b/node/30256.html index e828b05c4..6685e55b0 100644 --- a/node/30256.html +++ b/node/30256.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30257.html b/node/30257.html index 38b5d6399..abcbcdb7d 100644 --- a/node/30257.html +++ b/node/30257.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30258.html b/node/30258.html index c182da462..0ef49777e 100644 --- a/node/30258.html +++ b/node/30258.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30259.html b/node/30259.html index 8760b5fb8..755b18b39 100644 --- a/node/30259.html +++ b/node/30259.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30260.html b/node/30260.html index 587252317..8c296ac06 100644 --- a/node/30260.html +++ b/node/30260.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30261.html b/node/30261.html index 77c38e330..43fbf04fc 100644 --- a/node/30261.html +++ b/node/30261.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30262.html b/node/30262.html index 3a3bb5cc1..b4198058f 100644 --- a/node/30262.html +++ b/node/30262.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30263.html b/node/30263.html index c5630420a..ca342463a 100644 --- a/node/30263.html +++ b/node/30263.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30264.html b/node/30264.html index d2a77a2dd..ede4755ce 100644 --- a/node/30264.html +++ b/node/30264.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30265.html b/node/30265.html index 4a65022b0..e74d41e29 100644 --- a/node/30265.html +++ b/node/30265.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30266.html b/node/30266.html index 14de6b430..7ac1923cf 100644 --- a/node/30266.html +++ b/node/30266.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30267.html b/node/30267.html index 17e4ab726..5d589faa5 100644 --- a/node/30267.html +++ b/node/30267.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30268.html b/node/30268.html index e29b73830..2e7166182 100644 --- a/node/30268.html +++ b/node/30268.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30269.html b/node/30269.html index ffe707a87..2ba49b32d 100644 --- a/node/30269.html +++ b/node/30269.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30270.html b/node/30270.html index 5fd0fa1d9..f2f434569 100644 --- a/node/30270.html +++ b/node/30270.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30271.html b/node/30271.html index 56474ed90..d1eef8a09 100644 --- a/node/30271.html +++ b/node/30271.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30272.html b/node/30272.html index 9c642dafb..e5958b597 100644 --- a/node/30272.html +++ b/node/30272.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30273.html b/node/30273.html index 0ca9f27e3..6d84647e1 100644 --- a/node/30273.html +++ b/node/30273.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30274.html b/node/30274.html index ecf802e08..81e3be052 100644 --- a/node/30274.html +++ b/node/30274.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30275.html b/node/30275.html index 780ebbb97..9e2d51a4d 100644 --- a/node/30275.html +++ b/node/30275.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30276.html b/node/30276.html index e9495d8a5..e5f09be0d 100644 --- a/node/30276.html +++ b/node/30276.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30277.html b/node/30277.html index 80984e626..a84d59ff4 100644 --- a/node/30277.html +++ b/node/30277.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30278.html b/node/30278.html index 23478607b..1124a7b18 100644 --- a/node/30278.html +++ b/node/30278.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30279.html b/node/30279.html index a3c468998..6df0a9b29 100644 --- a/node/30279.html +++ b/node/30279.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30280.html b/node/30280.html index 321dfb1fe..b88307065 100644 --- a/node/30280.html +++ b/node/30280.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30281.html b/node/30281.html index 2846e902c..5c126ce93 100644 --- a/node/30281.html +++ b/node/30281.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30282.html b/node/30282.html index 697aeb050..b824a8e4f 100644 --- a/node/30282.html +++ b/node/30282.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30283.html b/node/30283.html index 95939260b..281640691 100644 --- a/node/30283.html +++ b/node/30283.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30284.html b/node/30284.html index d90c8a307..d0b125fd2 100644 --- a/node/30284.html +++ b/node/30284.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30285.html b/node/30285.html index cea115973..774458e73 100644 --- a/node/30285.html +++ b/node/30285.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30286.html b/node/30286.html index ddda1d0f0..0489f25f6 100644 --- a/node/30286.html +++ b/node/30286.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30287.html b/node/30287.html index c4c5c0ceb..f8b28d741 100644 --- a/node/30287.html +++ b/node/30287.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30288.html b/node/30288.html index f9e986726..d7c3b6770 100644 --- a/node/30288.html +++ b/node/30288.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30289.html b/node/30289.html index af30fce47..d2615ba25 100644 --- a/node/30289.html +++ b/node/30289.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30290.html b/node/30290.html index 65c59a546..29ad1d626 100644 --- a/node/30290.html +++ b/node/30290.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30291.html b/node/30291.html index 3724b92ed..91aa066ec 100644 --- a/node/30291.html +++ b/node/30291.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30292.html b/node/30292.html index 7b2ba5a0e..6b45fd54c 100644 --- a/node/30292.html +++ b/node/30292.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30293.html b/node/30293.html index b048ba51c..3e283643d 100644 --- a/node/30293.html +++ b/node/30293.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30294.html b/node/30294.html index eb232678c..7b1675436 100644 --- a/node/30294.html +++ b/node/30294.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30295.html b/node/30295.html index ca1831f5f..9f1453e5c 100644 --- a/node/30295.html +++ b/node/30295.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30296.html b/node/30296.html index 66814f857..cbdcb329e 100644 --- a/node/30296.html +++ b/node/30296.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30297.html b/node/30297.html index 13d58cd97..fb2060251 100644 --- a/node/30297.html +++ b/node/30297.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30298.html b/node/30298.html index fe8e41d03..9d6bb55ab 100644 --- a/node/30298.html +++ b/node/30298.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30299.html b/node/30299.html index 8fbd76a1f..b5d729b83 100644 --- a/node/30299.html +++ b/node/30299.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30300.html b/node/30300.html index 65583c46a..3aec70270 100644 --- a/node/30300.html +++ b/node/30300.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30301.html b/node/30301.html index d6ddfce87..312ac5e81 100644 --- a/node/30301.html +++ b/node/30301.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30302.html b/node/30302.html index 2561e17df..b7afd5145 100644 --- a/node/30302.html +++ b/node/30302.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30303.html b/node/30303.html index 8f0c407d8..126fce30d 100644 --- a/node/30303.html +++ b/node/30303.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30304.html b/node/30304.html index 9665b8659..da57ad562 100644 --- a/node/30304.html +++ b/node/30304.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30305.html b/node/30305.html index 0aad8ceb4..44f950c82 100644 --- a/node/30305.html +++ b/node/30305.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30306.html b/node/30306.html index b4d19e84a..e20901fc8 100644 --- a/node/30306.html +++ b/node/30306.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30307.html b/node/30307.html index 41c29d742..30dfa9dfd 100644 --- a/node/30307.html +++ b/node/30307.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30308.html b/node/30308.html index 60270d086..d07f6026c 100644 --- a/node/30308.html +++ b/node/30308.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30309.html b/node/30309.html index c59030fb8..0e58179f8 100644 --- a/node/30309.html +++ b/node/30309.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30310.html b/node/30310.html index c44b74fee..52cf83fa9 100644 --- a/node/30310.html +++ b/node/30310.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30311.html b/node/30311.html index 8188f201a..43cc9a428 100644 --- a/node/30311.html +++ b/node/30311.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30312.html b/node/30312.html index e4216e983..e46cd51f0 100644 --- a/node/30312.html +++ b/node/30312.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30313.html b/node/30313.html index 4481bc96f..5d66df6fe 100644 --- a/node/30313.html +++ b/node/30313.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30314.html b/node/30314.html index c44ccab92..f541225b8 100644 --- a/node/30314.html +++ b/node/30314.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30315.html b/node/30315.html index 81847f85c..b15f95b26 100644 --- a/node/30315.html +++ b/node/30315.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30316.html b/node/30316.html index 0c1c0d0d9..b386d4675 100644 --- a/node/30316.html +++ b/node/30316.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30317.html b/node/30317.html index 1acbc5dec..820ce9f90 100644 --- a/node/30317.html +++ b/node/30317.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30318.html b/node/30318.html index 46a8fb212..589b20fe9 100644 --- a/node/30318.html +++ b/node/30318.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30319.html b/node/30319.html index d3b4c337d..742b6fb07 100644 --- a/node/30319.html +++ b/node/30319.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30320.html b/node/30320.html index daf19c93f..314d8422d 100644 --- a/node/30320.html +++ b/node/30320.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30321.html b/node/30321.html index 9231313c3..b73aa9a05 100644 --- a/node/30321.html +++ b/node/30321.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30322.html b/node/30322.html index fa693c5b3..6ed745844 100644 --- a/node/30322.html +++ b/node/30322.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30323.html b/node/30323.html index 928fff9ab..37eb50dd8 100644 --- a/node/30323.html +++ b/node/30323.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30324.html b/node/30324.html index 39dc800a1..961bb9aa5 100644 --- a/node/30324.html +++ b/node/30324.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30325.html b/node/30325.html index bfabee9be..2db8becab 100644 --- a/node/30325.html +++ b/node/30325.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30326.html b/node/30326.html index 45521c2de..d9548714d 100644 --- a/node/30326.html +++ b/node/30326.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30327.html b/node/30327.html index ac01a7a7f..f356a386d 100644 --- a/node/30327.html +++ b/node/30327.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30328.html b/node/30328.html index 77623ac3e..af698712b 100644 --- a/node/30328.html +++ b/node/30328.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30329.html b/node/30329.html index 73e701a28..1a6aadf0b 100644 --- a/node/30329.html +++ b/node/30329.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30330.html b/node/30330.html index 6d8a02697..e26396db0 100644 --- a/node/30330.html +++ b/node/30330.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30331.html b/node/30331.html index 946bf846e..486ea2f8c 100644 --- a/node/30331.html +++ b/node/30331.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30332.html b/node/30332.html index 2f00412cb..8671260d9 100644 --- a/node/30332.html +++ b/node/30332.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30333.html b/node/30333.html index de7c613a8..7313ca1d2 100644 --- a/node/30333.html +++ b/node/30333.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30334.html b/node/30334.html index a707c82cc..98067f80e 100644 --- a/node/30334.html +++ b/node/30334.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30335.html b/node/30335.html index 335c027c9..bc93f7bed 100644 --- a/node/30335.html +++ b/node/30335.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30336.html b/node/30336.html index f967fb226..ef1ee3be0 100644 --- a/node/30336.html +++ b/node/30336.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30337.html b/node/30337.html index 30981fd14..a5932e7e4 100644 --- a/node/30337.html +++ b/node/30337.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30338.html b/node/30338.html index 07eff2caa..fda903ef7 100644 --- a/node/30338.html +++ b/node/30338.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30339.html b/node/30339.html index a86a8af7f..b31f9c9f0 100644 --- a/node/30339.html +++ b/node/30339.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30340.html b/node/30340.html index c5a079654..e83bc74c5 100644 --- a/node/30340.html +++ b/node/30340.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30341.html b/node/30341.html index 9f623e5de..38880612e 100644 --- a/node/30341.html +++ b/node/30341.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30342.html b/node/30342.html index 69f76319d..7a12a4356 100644 --- a/node/30342.html +++ b/node/30342.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30343.html b/node/30343.html index 764dd593d..20a6a824e 100644 --- a/node/30343.html +++ b/node/30343.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30344.html b/node/30344.html index 550ebcc37..00ba63309 100644 --- a/node/30344.html +++ b/node/30344.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30345.html b/node/30345.html index bc65f965f..95fe5af3a 100644 --- a/node/30345.html +++ b/node/30345.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30346.html b/node/30346.html index 9efb22dc5..74f29b8dd 100644 --- a/node/30346.html +++ b/node/30346.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30347.html b/node/30347.html index 8d3f33355..91ff2958b 100644 --- a/node/30347.html +++ b/node/30347.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30348.html b/node/30348.html index 160a958e6..385143a33 100644 --- a/node/30348.html +++ b/node/30348.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30349.html b/node/30349.html index 0a4df6811..4e4421766 100644 --- a/node/30349.html +++ b/node/30349.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30350.html b/node/30350.html index 750b454c6..9056a20fc 100644 --- a/node/30350.html +++ b/node/30350.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30351.html b/node/30351.html index 765236e40..56975b3c2 100644 --- a/node/30351.html +++ b/node/30351.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30352.html b/node/30352.html index 636021a71..1bd3e61f0 100644 --- a/node/30352.html +++ b/node/30352.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30353.html b/node/30353.html index b0b8dceae..5090373ae 100644 --- a/node/30353.html +++ b/node/30353.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30354.html b/node/30354.html index edeeba29a..1bd1e55c2 100644 --- a/node/30354.html +++ b/node/30354.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30355.html b/node/30355.html index ecc974376..271b63f1d 100644 --- a/node/30355.html +++ b/node/30355.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30356.html b/node/30356.html index 2c266570f..2192e31a0 100644 --- a/node/30356.html +++ b/node/30356.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30357.html b/node/30357.html index 9a6e04724..4af0fb3f5 100644 --- a/node/30357.html +++ b/node/30357.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30358.html b/node/30358.html index 062f9aa4e..94bf1e2d9 100644 --- a/node/30358.html +++ b/node/30358.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30359.html b/node/30359.html index 8e91e899b..567823443 100644 --- a/node/30359.html +++ b/node/30359.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30360.html b/node/30360.html index cbfd7e31b..89d04bdc5 100644 --- a/node/30360.html +++ b/node/30360.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30361.html b/node/30361.html index c8363b98d..056611550 100644 --- a/node/30361.html +++ b/node/30361.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30362.html b/node/30362.html index 03e8d877a..e2a04f551 100644 --- a/node/30362.html +++ b/node/30362.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30363.html b/node/30363.html index 8b5e74fa2..ca2ea709d 100644 --- a/node/30363.html +++ b/node/30363.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30364.html b/node/30364.html index 9ec50b9ba..7a1a4ff7f 100644 --- a/node/30364.html +++ b/node/30364.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30365.html b/node/30365.html index 4b9d580ab..c551a3a8f 100644 --- a/node/30365.html +++ b/node/30365.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30366.html b/node/30366.html index 676281c2a..e3cd5831e 100644 --- a/node/30366.html +++ b/node/30366.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30367.html b/node/30367.html index 94e0db89a..44247d0d4 100644 --- a/node/30367.html +++ b/node/30367.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30368.html b/node/30368.html index b1bcc6666..04b04a3af 100644 --- a/node/30368.html +++ b/node/30368.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30369.html b/node/30369.html index 52c9df890..954735a65 100644 --- a/node/30369.html +++ b/node/30369.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30370.html b/node/30370.html index b7e43407f..f2e6f2839 100644 --- a/node/30370.html +++ b/node/30370.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30371.html b/node/30371.html index 45e4b0040..04b136cab 100644 --- a/node/30371.html +++ b/node/30371.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30372.html b/node/30372.html index cd3689a59..ac2761e02 100644 --- a/node/30372.html +++ b/node/30372.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30373.html b/node/30373.html index d9e6d5e42..8cf4dd484 100644 --- a/node/30373.html +++ b/node/30373.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30374.html b/node/30374.html index 8943e2602..fbec7717b 100644 --- a/node/30374.html +++ b/node/30374.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30375.html b/node/30375.html index 2c9496055..0340ff964 100644 --- a/node/30375.html +++ b/node/30375.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30376.html b/node/30376.html index 804a087ae..468c1afdb 100644 --- a/node/30376.html +++ b/node/30376.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30377.html b/node/30377.html index b1f3fdb9d..f97b4c665 100644 --- a/node/30377.html +++ b/node/30377.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30378.html b/node/30378.html index 8038a3f06..ce46084d7 100644 --- a/node/30378.html +++ b/node/30378.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30379.html b/node/30379.html index becc5574a..f61b72916 100644 --- a/node/30379.html +++ b/node/30379.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30380.html b/node/30380.html index fe31238be..613f31763 100644 --- a/node/30380.html +++ b/node/30380.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30381.html b/node/30381.html index 54a5b294e..1b82f8d2e 100644 --- a/node/30381.html +++ b/node/30381.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30382.html b/node/30382.html index de7551f66..e45720b4a 100644 --- a/node/30382.html +++ b/node/30382.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30383.html b/node/30383.html index 2799b3dfc..5fd91f31e 100644 --- a/node/30383.html +++ b/node/30383.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30384.html b/node/30384.html index c9a7e8a4f..6507646ca 100644 --- a/node/30384.html +++ b/node/30384.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30385.html b/node/30385.html index 6580bc8f2..5e3081fbf 100644 --- a/node/30385.html +++ b/node/30385.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30386.html b/node/30386.html index 58e96396e..934c70eba 100644 --- a/node/30386.html +++ b/node/30386.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30387.html b/node/30387.html index 89fcff881..896f08ca7 100644 --- a/node/30387.html +++ b/node/30387.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30388.html b/node/30388.html index ccd912517..afe692b72 100644 --- a/node/30388.html +++ b/node/30388.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30389.html b/node/30389.html index e3e93e88f..5aa71e40e 100644 --- a/node/30389.html +++ b/node/30389.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30390.html b/node/30390.html index b64cf4a85..53dfe8590 100644 --- a/node/30390.html +++ b/node/30390.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30391.html b/node/30391.html index e7e5f4f3e..21622160f 100644 --- a/node/30391.html +++ b/node/30391.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30392.html b/node/30392.html index 72a585fbc..25fb89db1 100644 --- a/node/30392.html +++ b/node/30392.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30393.html b/node/30393.html index 90fced8cd..bc03a961b 100644 --- a/node/30393.html +++ b/node/30393.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30394.html b/node/30394.html index abae7155e..be422b234 100644 --- a/node/30394.html +++ b/node/30394.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30395.html b/node/30395.html index ecd9cf4f6..c15c34c68 100644 --- a/node/30395.html +++ b/node/30395.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30396.html b/node/30396.html index 0ebfb0b8e..2e048b30c 100644 --- a/node/30396.html +++ b/node/30396.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30397.html b/node/30397.html index df7ad146e..7388c4d7d 100644 --- a/node/30397.html +++ b/node/30397.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30398.html b/node/30398.html index 186a0680d..cc8b40d67 100644 --- a/node/30398.html +++ b/node/30398.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30399.html b/node/30399.html index 8e92bcbfb..87b352760 100644 --- a/node/30399.html +++ b/node/30399.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30400.html b/node/30400.html index 6722f02d5..0ef484d20 100644 --- a/node/30400.html +++ b/node/30400.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30401.html b/node/30401.html index 5cf94523f..20b0ab67f 100644 --- a/node/30401.html +++ b/node/30401.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30402.html b/node/30402.html index 26f7f48f6..76d6745b2 100644 --- a/node/30402.html +++ b/node/30402.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30403.html b/node/30403.html index bf8cb58e1..d20a367b0 100644 --- a/node/30403.html +++ b/node/30403.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30404.html b/node/30404.html index e6bc4b93f..6bf4c8613 100644 --- a/node/30404.html +++ b/node/30404.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30405.html b/node/30405.html index 3ac4b55ea..539c32bf9 100644 --- a/node/30405.html +++ b/node/30405.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30406.html b/node/30406.html index a99b434b0..e50e48814 100644 --- a/node/30406.html +++ b/node/30406.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30407.html b/node/30407.html index 66426ae61..16aad4e0d 100644 --- a/node/30407.html +++ b/node/30407.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30408.html b/node/30408.html index 55bf958ff..e74b807b8 100644 --- a/node/30408.html +++ b/node/30408.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30409.html b/node/30409.html index 3f5f4857b..682458db5 100644 --- a/node/30409.html +++ b/node/30409.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30410.html b/node/30410.html index 287c430e2..306c95232 100644 --- a/node/30410.html +++ b/node/30410.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30411.html b/node/30411.html index 77a145365..20808cf38 100644 --- a/node/30411.html +++ b/node/30411.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30412.html b/node/30412.html index 6150f698b..c679dfab5 100644 --- a/node/30412.html +++ b/node/30412.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30413.html b/node/30413.html index 270143520..7fefdaeee 100644 --- a/node/30413.html +++ b/node/30413.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30414.html b/node/30414.html index 3b9f50eb0..28a13149a 100644 --- a/node/30414.html +++ b/node/30414.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30415.html b/node/30415.html index 58f0bf31b..c99120e95 100644 --- a/node/30415.html +++ b/node/30415.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30416.html b/node/30416.html index aaf2190d6..3f3087478 100644 --- a/node/30416.html +++ b/node/30416.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30417.html b/node/30417.html index b995cb887..0b97f856f 100644 --- a/node/30417.html +++ b/node/30417.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30418.html b/node/30418.html index 5af843f68..3f49b602d 100644 --- a/node/30418.html +++ b/node/30418.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30419.html b/node/30419.html index 48265b586..efa131271 100644 --- a/node/30419.html +++ b/node/30419.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30420.html b/node/30420.html index 3afb1f3af..c1f3e9b56 100644 --- a/node/30420.html +++ b/node/30420.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30421.html b/node/30421.html index 94a3770ef..610dae110 100644 --- a/node/30421.html +++ b/node/30421.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30422.html b/node/30422.html index 0c94640dd..cf496c079 100644 --- a/node/30422.html +++ b/node/30422.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30423.html b/node/30423.html index a7a7d2af8..ada7782c3 100644 --- a/node/30423.html +++ b/node/30423.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30424.html b/node/30424.html index ac8f06fd9..222e10418 100644 --- a/node/30424.html +++ b/node/30424.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30425.html b/node/30425.html index 15878d2e2..04eb8ea1c 100644 --- a/node/30425.html +++ b/node/30425.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30426.html b/node/30426.html index bd3053016..5e72ca943 100644 --- a/node/30426.html +++ b/node/30426.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30427.html b/node/30427.html index 2efd4454c..8bf885007 100644 --- a/node/30427.html +++ b/node/30427.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30428.html b/node/30428.html index ff113c3b1..42f7b6368 100644 --- a/node/30428.html +++ b/node/30428.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30429.html b/node/30429.html index ccfcf6931..6023011dc 100644 --- a/node/30429.html +++ b/node/30429.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30430.html b/node/30430.html index 590547fb5..696a74326 100644 --- a/node/30430.html +++ b/node/30430.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30431.html b/node/30431.html index bde650755..0f53a0a3c 100644 --- a/node/30431.html +++ b/node/30431.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30432.html b/node/30432.html index 7082e0373..c93ee6350 100644 --- a/node/30432.html +++ b/node/30432.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30433.html b/node/30433.html index ae30cb890..9df3d8951 100644 --- a/node/30433.html +++ b/node/30433.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30434.html b/node/30434.html index 70ec19913..0753c915d 100644 --- a/node/30434.html +++ b/node/30434.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30435.html b/node/30435.html index 804a8c38c..5fcdaf77b 100644 --- a/node/30435.html +++ b/node/30435.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30436.html b/node/30436.html index fdb82210f..55df95a4e 100644 --- a/node/30436.html +++ b/node/30436.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30437.html b/node/30437.html index a1e4d833e..848532422 100644 --- a/node/30437.html +++ b/node/30437.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30438.html b/node/30438.html index 84ef466b7..73d0f44cd 100644 --- a/node/30438.html +++ b/node/30438.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30439.html b/node/30439.html index 4aa3a21aa..e3075b9df 100644 --- a/node/30439.html +++ b/node/30439.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30440.html b/node/30440.html index 9c90d5514..053bdfe37 100644 --- a/node/30440.html +++ b/node/30440.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30441.html b/node/30441.html index fba59291f..570d201bc 100644 --- a/node/30441.html +++ b/node/30441.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30442.html b/node/30442.html index 132612c6f..5cc51d5d0 100644 --- a/node/30442.html +++ b/node/30442.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30443.html b/node/30443.html index 6788bb7db..5fa3d8db7 100644 --- a/node/30443.html +++ b/node/30443.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30444.html b/node/30444.html index 826a3d901..e99ce26ca 100644 --- a/node/30444.html +++ b/node/30444.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30445.html b/node/30445.html index 7e30e5931..1d40d7de8 100644 --- a/node/30445.html +++ b/node/30445.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30446.html b/node/30446.html index 19041ec55..a3d0ce181 100644 --- a/node/30446.html +++ b/node/30446.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30447.html b/node/30447.html index 315fb0ed0..450bcce23 100644 --- a/node/30447.html +++ b/node/30447.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30448.html b/node/30448.html index 1080f355c..8a4774ace 100644 --- a/node/30448.html +++ b/node/30448.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30449.html b/node/30449.html index 1e5bd46b4..76d1cb811 100644 --- a/node/30449.html +++ b/node/30449.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30450.html b/node/30450.html index de7e0f290..a946e48db 100644 --- a/node/30450.html +++ b/node/30450.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30451.html b/node/30451.html index 5cf8ff57e..fade93ddf 100644 --- a/node/30451.html +++ b/node/30451.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30452.html b/node/30452.html index c8c39b07a..2770dba11 100644 --- a/node/30452.html +++ b/node/30452.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30453.html b/node/30453.html index 7530decfd..3bc16b028 100644 --- a/node/30453.html +++ b/node/30453.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30454.html b/node/30454.html index f31b053f0..22b605cc0 100644 --- a/node/30454.html +++ b/node/30454.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30455.html b/node/30455.html index 87ea52ff1..4f9f547fc 100644 --- a/node/30455.html +++ b/node/30455.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30456.html b/node/30456.html index 85226501d..ea1762b56 100644 --- a/node/30456.html +++ b/node/30456.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30457.html b/node/30457.html index 489efb2d0..0631e0b6c 100644 --- a/node/30457.html +++ b/node/30457.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30458.html b/node/30458.html index b9eb168a0..74f2330da 100644 --- a/node/30458.html +++ b/node/30458.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30459.html b/node/30459.html index 1d61f6306..11a853d69 100644 --- a/node/30459.html +++ b/node/30459.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30460.html b/node/30460.html index 631c50dda..d6954f8f0 100644 --- a/node/30460.html +++ b/node/30460.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30461.html b/node/30461.html index 1801b7e67..e3af98215 100644 --- a/node/30461.html +++ b/node/30461.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30462.html b/node/30462.html index 1d55e8c9c..6a541496d 100644 --- a/node/30462.html +++ b/node/30462.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30463.html b/node/30463.html index 1ae2a00f9..7ea50f828 100644 --- a/node/30463.html +++ b/node/30463.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30464.html b/node/30464.html index 4283212c3..b572413c6 100644 --- a/node/30464.html +++ b/node/30464.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30465.html b/node/30465.html index 43c067372..44f9ef6e4 100644 --- a/node/30465.html +++ b/node/30465.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30466.html b/node/30466.html index 4b175069f..5cf02fce1 100644 --- a/node/30466.html +++ b/node/30466.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30467.html b/node/30467.html index 3f39cbacc..c8d4196f2 100644 --- a/node/30467.html +++ b/node/30467.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30468.html b/node/30468.html index e2eabc3b0..0758e449e 100644 --- a/node/30468.html +++ b/node/30468.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30469.html b/node/30469.html index 3bccfefbd..922f37366 100644 --- a/node/30469.html +++ b/node/30469.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30470.html b/node/30470.html index 97a2aa0a0..c94aee569 100644 --- a/node/30470.html +++ b/node/30470.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30471.html b/node/30471.html index 4dfd6c6a7..e95f885d7 100644 --- a/node/30471.html +++ b/node/30471.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30472.html b/node/30472.html index a5e0f6063..b2004f2cc 100644 --- a/node/30472.html +++ b/node/30472.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30473.html b/node/30473.html index b04d78e47..b2f4d89a9 100644 --- a/node/30473.html +++ b/node/30473.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30474.html b/node/30474.html index 2a577d0cb..78ec3910c 100644 --- a/node/30474.html +++ b/node/30474.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30475.html b/node/30475.html index ec133bfaf..bb83f30e9 100644 --- a/node/30475.html +++ b/node/30475.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30476.html b/node/30476.html index 6db3e3f8d..d1c7b00a5 100644 --- a/node/30476.html +++ b/node/30476.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30477.html b/node/30477.html index a16bf7e48..c5fd8afa2 100644 --- a/node/30477.html +++ b/node/30477.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30478.html b/node/30478.html index 7fa3762ed..bd6d5540f 100644 --- a/node/30478.html +++ b/node/30478.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30479.html b/node/30479.html index 17b15484b..79cb87362 100644 --- a/node/30479.html +++ b/node/30479.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30480.html b/node/30480.html index c1eccdda1..8a448de2d 100644 --- a/node/30480.html +++ b/node/30480.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30481.html b/node/30481.html index ecb75e869..1ba53b601 100644 --- a/node/30481.html +++ b/node/30481.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30482.html b/node/30482.html index 0d91cf14a..5672a6a92 100644 --- a/node/30482.html +++ b/node/30482.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30483.html b/node/30483.html index 2d436f0d6..119ffb1e0 100644 --- a/node/30483.html +++ b/node/30483.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30484.html b/node/30484.html index 45fc5c599..c2687ef80 100644 --- a/node/30484.html +++ b/node/30484.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30485.html b/node/30485.html index 4359e41d2..d79bf1af0 100644 --- a/node/30485.html +++ b/node/30485.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30486.html b/node/30486.html index cbe8aa49a..8b03454c5 100644 --- a/node/30486.html +++ b/node/30486.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30487.html b/node/30487.html index 40162b49c..b9161fb76 100644 --- a/node/30487.html +++ b/node/30487.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30488.html b/node/30488.html index a422e3f88..23231df99 100644 --- a/node/30488.html +++ b/node/30488.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30489.html b/node/30489.html index 79dee17a4..dc05167b7 100644 --- a/node/30489.html +++ b/node/30489.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30490.html b/node/30490.html index b4b18a1b1..7a7a929a6 100644 --- a/node/30490.html +++ b/node/30490.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30491.html b/node/30491.html index 1e6d9d6f7..be7cf8903 100644 --- a/node/30491.html +++ b/node/30491.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30492.html b/node/30492.html index 8f11b526b..9dd801495 100644 --- a/node/30492.html +++ b/node/30492.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30493.html b/node/30493.html index b870476e3..6aa97c2a8 100644 --- a/node/30493.html +++ b/node/30493.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30494.html b/node/30494.html index 06c52a56e..2b08cc81c 100644 --- a/node/30494.html +++ b/node/30494.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30495.html b/node/30495.html index a601d0e75..8ae851da7 100644 --- a/node/30495.html +++ b/node/30495.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30496.html b/node/30496.html index 469939c82..e1a565213 100644 --- a/node/30496.html +++ b/node/30496.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30497.html b/node/30497.html index f8a5024a0..4efd7f345 100644 --- a/node/30497.html +++ b/node/30497.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30498.html b/node/30498.html index 59ce4d9e4..5a1e95d7e 100644 --- a/node/30498.html +++ b/node/30498.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30499.html b/node/30499.html index 274a3c9d1..626f6b466 100644 --- a/node/30499.html +++ b/node/30499.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30500.html b/node/30500.html index fe023248f..8d1868b08 100644 --- a/node/30500.html +++ b/node/30500.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30501.html b/node/30501.html index 68185aa8e..a1421d591 100644 --- a/node/30501.html +++ b/node/30501.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30502.html b/node/30502.html index b8bccd25a..dd35300a1 100644 --- a/node/30502.html +++ b/node/30502.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30503.html b/node/30503.html index 46b2848ef..79f0c450f 100644 --- a/node/30503.html +++ b/node/30503.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30504.html b/node/30504.html index 395538009..b249d60bd 100644 --- a/node/30504.html +++ b/node/30504.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30505.html b/node/30505.html index 8a3e97ae0..2817563a2 100644 --- a/node/30505.html +++ b/node/30505.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30506.html b/node/30506.html index dfc7661f2..780ee96c3 100644 --- a/node/30506.html +++ b/node/30506.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30507.html b/node/30507.html index 30dbd66c7..959a347c4 100644 --- a/node/30507.html +++ b/node/30507.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30508.html b/node/30508.html index e344b26bf..c7a1ea499 100644 --- a/node/30508.html +++ b/node/30508.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30509.html b/node/30509.html index a67b83664..ba7783f94 100644 --- a/node/30509.html +++ b/node/30509.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30510.html b/node/30510.html index 9011dc1ea..41a869c63 100644 --- a/node/30510.html +++ b/node/30510.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30511.html b/node/30511.html index 2a0898051..89c4e9c83 100644 --- a/node/30511.html +++ b/node/30511.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30512.html b/node/30512.html index 829dc43f3..3ea0f62ae 100644 --- a/node/30512.html +++ b/node/30512.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30513.html b/node/30513.html index 230b3f80c..63b4ced75 100644 --- a/node/30513.html +++ b/node/30513.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30514.html b/node/30514.html index 256d25520..ee9bbdf6b 100644 --- a/node/30514.html +++ b/node/30514.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30515.html b/node/30515.html index ee2ba180b..d3b546a55 100644 --- a/node/30515.html +++ b/node/30515.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30516.html b/node/30516.html index 77603e1d7..8cd523f64 100644 --- a/node/30516.html +++ b/node/30516.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30517.html b/node/30517.html index 48f361167..f8b6bfb85 100644 --- a/node/30517.html +++ b/node/30517.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30518.html b/node/30518.html index 4634c831c..c6247fb2d 100644 --- a/node/30518.html +++ b/node/30518.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30519.html b/node/30519.html index 1ffc4c529..7458e2258 100644 --- a/node/30519.html +++ b/node/30519.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30520.html b/node/30520.html index 166fc888c..f4e488bfb 100644 --- a/node/30520.html +++ b/node/30520.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30521.html b/node/30521.html index fdd894f9a..d4f24d2cc 100644 --- a/node/30521.html +++ b/node/30521.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30522.html b/node/30522.html index 83eb40d6c..efe79e8b5 100644 --- a/node/30522.html +++ b/node/30522.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30523.html b/node/30523.html index 0d03e6b31..61908c386 100644 --- a/node/30523.html +++ b/node/30523.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30524.html b/node/30524.html index c93e0f8bf..14f294ce8 100644 --- a/node/30524.html +++ b/node/30524.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30525.html b/node/30525.html index 1b73a1b50..7e395554c 100644 --- a/node/30525.html +++ b/node/30525.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30526.html b/node/30526.html index 82778227e..eb537a09d 100644 --- a/node/30526.html +++ b/node/30526.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30527.html b/node/30527.html index 49b9f4d30..bfe284a82 100644 --- a/node/30527.html +++ b/node/30527.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30528.html b/node/30528.html index 612f65394..625d80e48 100644 --- a/node/30528.html +++ b/node/30528.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30529.html b/node/30529.html index 855e410b5..a2b2fff95 100644 --- a/node/30529.html +++ b/node/30529.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30530.html b/node/30530.html index 193d342ce..a48331d88 100644 --- a/node/30530.html +++ b/node/30530.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30531.html b/node/30531.html index ea26edebb..b745122a4 100644 --- a/node/30531.html +++ b/node/30531.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30532.html b/node/30532.html index 1179bbe8e..e1479268d 100644 --- a/node/30532.html +++ b/node/30532.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30533.html b/node/30533.html index 15f496b7d..52b683f10 100644 --- a/node/30533.html +++ b/node/30533.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30534.html b/node/30534.html index 45e6983b6..6afd9293e 100644 --- a/node/30534.html +++ b/node/30534.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30535.html b/node/30535.html index b010f1c0f..59aac6043 100644 --- a/node/30535.html +++ b/node/30535.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30536.html b/node/30536.html index b71331450..ad5515d99 100644 --- a/node/30536.html +++ b/node/30536.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30537.html b/node/30537.html index 6a7f848a8..2c1eeb1c8 100644 --- a/node/30537.html +++ b/node/30537.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30538.html b/node/30538.html index 631836f3f..bc806ccc8 100644 --- a/node/30538.html +++ b/node/30538.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30539.html b/node/30539.html index a5d53a046..30ae69183 100644 --- a/node/30539.html +++ b/node/30539.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30540.html b/node/30540.html index 9ee4a4728..e52404cf0 100644 --- a/node/30540.html +++ b/node/30540.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30541.html b/node/30541.html index 9a0d5cd0b..874e80a75 100644 --- a/node/30541.html +++ b/node/30541.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30542.html b/node/30542.html index f63faffa8..b45430c04 100644 --- a/node/30542.html +++ b/node/30542.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30543.html b/node/30543.html index 7ce30df1b..9b85f3ac0 100644 --- a/node/30543.html +++ b/node/30543.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30544.html b/node/30544.html index 3bf483e3a..e77826ef4 100644 --- a/node/30544.html +++ b/node/30544.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30545.html b/node/30545.html index 9f9119194..0eb28bf0e 100644 --- a/node/30545.html +++ b/node/30545.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30546.html b/node/30546.html index 6071277d5..7760d8b80 100644 --- a/node/30546.html +++ b/node/30546.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30547.html b/node/30547.html index d2b17ba2a..3fb18ae28 100644 --- a/node/30547.html +++ b/node/30547.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30548.html b/node/30548.html index 08cce490e..068b3a2a0 100644 --- a/node/30548.html +++ b/node/30548.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30549.html b/node/30549.html index 15d5f14c4..2dc8163b0 100644 --- a/node/30549.html +++ b/node/30549.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30550.html b/node/30550.html index 1592fe520..5b38944e3 100644 --- a/node/30550.html +++ b/node/30550.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30551.html b/node/30551.html index 7542aacd5..9228c3d1f 100644 --- a/node/30551.html +++ b/node/30551.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30552.html b/node/30552.html index ddc89a85a..426a40f50 100644 --- a/node/30552.html +++ b/node/30552.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30553.html b/node/30553.html index c7c88c588..7a3d1f6f6 100644 --- a/node/30553.html +++ b/node/30553.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30554.html b/node/30554.html index c149b6121..4ac992253 100644 --- a/node/30554.html +++ b/node/30554.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30555.html b/node/30555.html index 41e7a9005..2e2faa8ca 100644 --- a/node/30555.html +++ b/node/30555.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30556.html b/node/30556.html index edb538fb9..f6c5c9b83 100644 --- a/node/30556.html +++ b/node/30556.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30557.html b/node/30557.html index 8ef473dda..5d16cf483 100644 --- a/node/30557.html +++ b/node/30557.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30558.html b/node/30558.html index 132cc1ebb..eb7d1e582 100644 --- a/node/30558.html +++ b/node/30558.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30559.html b/node/30559.html index f795c69e2..5bf910003 100644 --- a/node/30559.html +++ b/node/30559.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30560.html b/node/30560.html index 904cc416e..2b11d76a6 100644 --- a/node/30560.html +++ b/node/30560.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30561.html b/node/30561.html index dad7c7812..3091394fc 100644 --- a/node/30561.html +++ b/node/30561.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30562.html b/node/30562.html index ee2815b97..2f9e73304 100644 --- a/node/30562.html +++ b/node/30562.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30563.html b/node/30563.html index 9d004779e..cac530cc0 100644 --- a/node/30563.html +++ b/node/30563.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30564.html b/node/30564.html index 4a10c68cc..8ed83f461 100644 --- a/node/30564.html +++ b/node/30564.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30565.html b/node/30565.html index 5ad56104f..ec20397e6 100644 --- a/node/30565.html +++ b/node/30565.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30566.html b/node/30566.html index ef9e6b22b..ccd7f9951 100644 --- a/node/30566.html +++ b/node/30566.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30567.html b/node/30567.html index 14e6080bc..ab6a79952 100644 --- a/node/30567.html +++ b/node/30567.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30568.html b/node/30568.html index 911aac9ae..0d1070e0d 100644 --- a/node/30568.html +++ b/node/30568.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30569.html b/node/30569.html index 33705628d..179b4a5d1 100644 --- a/node/30569.html +++ b/node/30569.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30570.html b/node/30570.html index 048b453a3..4f9893cce 100644 --- a/node/30570.html +++ b/node/30570.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30571.html b/node/30571.html index 6f03fcf9b..406758721 100644 --- a/node/30571.html +++ b/node/30571.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30572.html b/node/30572.html index 0fef34574..5792f3628 100644 --- a/node/30572.html +++ b/node/30572.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30573.html b/node/30573.html index 4aa598505..1f8ae7550 100644 --- a/node/30573.html +++ b/node/30573.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30574.html b/node/30574.html index 5f130c7d5..bd211c4a4 100644 --- a/node/30574.html +++ b/node/30574.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30575.html b/node/30575.html index 87aa67687..a6b132070 100644 --- a/node/30575.html +++ b/node/30575.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30576.html b/node/30576.html index 9c3a5859e..dc36c9cc2 100644 --- a/node/30576.html +++ b/node/30576.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30577.html b/node/30577.html index f506526cb..e05d5c593 100644 --- a/node/30577.html +++ b/node/30577.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30578.html b/node/30578.html index a6bdae121..76e0a02a8 100644 --- a/node/30578.html +++ b/node/30578.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30579.html b/node/30579.html index 553f2393b..f0e72f9b7 100644 --- a/node/30579.html +++ b/node/30579.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30580.html b/node/30580.html index 558aec367..ccbb71174 100644 --- a/node/30580.html +++ b/node/30580.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30581.html b/node/30581.html index 3cbe15036..cdf4e1ede 100644 --- a/node/30581.html +++ b/node/30581.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30582.html b/node/30582.html index 5f6b524ea..fd7e04c1a 100644 --- a/node/30582.html +++ b/node/30582.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30583.html b/node/30583.html index f553e54f9..26d30b8ef 100644 --- a/node/30583.html +++ b/node/30583.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30584.html b/node/30584.html index 69f828a5e..851e0bdf3 100644 --- a/node/30584.html +++ b/node/30584.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30585.html b/node/30585.html index 1074d3e15..8f790941d 100644 --- a/node/30585.html +++ b/node/30585.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30586.html b/node/30586.html index 16af4ae55..ec25aa8ff 100644 --- a/node/30586.html +++ b/node/30586.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30587.html b/node/30587.html index 6d13f7f32..7c2edb1c9 100644 --- a/node/30587.html +++ b/node/30587.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30588.html b/node/30588.html index 38fc4c1eb..d719eeeff 100644 --- a/node/30588.html +++ b/node/30588.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30589.html b/node/30589.html index b4f6d03b8..3f6d2e146 100644 --- a/node/30589.html +++ b/node/30589.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30590.html b/node/30590.html index 047bc8b7f..4635e70f1 100644 --- a/node/30590.html +++ b/node/30590.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30591.html b/node/30591.html index 6608194f7..366245c2b 100644 --- a/node/30591.html +++ b/node/30591.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30592.html b/node/30592.html index 964eea253..37d00fd86 100644 --- a/node/30592.html +++ b/node/30592.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30593.html b/node/30593.html index e5e5cc4e7..519f0e75f 100644 --- a/node/30593.html +++ b/node/30593.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30594.html b/node/30594.html index 5c081b95d..934d30e12 100644 --- a/node/30594.html +++ b/node/30594.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30595.html b/node/30595.html index 259eecce8..a8ea36539 100644 --- a/node/30595.html +++ b/node/30595.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30596.html b/node/30596.html index f8ee14542..57f32d833 100644 --- a/node/30596.html +++ b/node/30596.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30597.html b/node/30597.html index 4cd3ecd4e..4b3e4e03b 100644 --- a/node/30597.html +++ b/node/30597.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30598.html b/node/30598.html index 2d8d4fb0d..f95f06d1f 100644 --- a/node/30598.html +++ b/node/30598.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30599.html b/node/30599.html index 370d417e5..320034b6e 100644 --- a/node/30599.html +++ b/node/30599.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30600.html b/node/30600.html index ab70787ac..aca7a28e7 100644 --- a/node/30600.html +++ b/node/30600.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30601.html b/node/30601.html index 8e458d566..fe2e8c07c 100644 --- a/node/30601.html +++ b/node/30601.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30602.html b/node/30602.html index 3ef9941b6..325e52a0b 100644 --- a/node/30602.html +++ b/node/30602.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30603.html b/node/30603.html index eb9573f5c..c92369f65 100644 --- a/node/30603.html +++ b/node/30603.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30604.html b/node/30604.html index da53431b7..e81cff245 100644 --- a/node/30604.html +++ b/node/30604.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30605.html b/node/30605.html index 5d4015308..68574e34e 100644 --- a/node/30605.html +++ b/node/30605.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30606.html b/node/30606.html index c3e14f0f7..580829bf8 100644 --- a/node/30606.html +++ b/node/30606.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30607.html b/node/30607.html index adc4d2561..04c3e706d 100644 --- a/node/30607.html +++ b/node/30607.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30608.html b/node/30608.html index d9fb1664e..0a3c92863 100644 --- a/node/30608.html +++ b/node/30608.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30609.html b/node/30609.html index 7d3a54f8b..3f6af95b3 100644 --- a/node/30609.html +++ b/node/30609.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30610.html b/node/30610.html index 396248726..c263d8a9e 100644 --- a/node/30610.html +++ b/node/30610.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30611.html b/node/30611.html index 1ce5505ed..cd2ca12a6 100644 --- a/node/30611.html +++ b/node/30611.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30612.html b/node/30612.html index 6d3e84c88..83810b386 100644 --- a/node/30612.html +++ b/node/30612.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30613.html b/node/30613.html index 6ea1f7946..0ed84cc88 100644 --- a/node/30613.html +++ b/node/30613.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30614.html b/node/30614.html index 3a6ef949f..b0177a107 100644 --- a/node/30614.html +++ b/node/30614.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30615.html b/node/30615.html index 200527e4d..16c6b0708 100644 --- a/node/30615.html +++ b/node/30615.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30616.html b/node/30616.html index cb25e1f3b..61b94ac6c 100644 --- a/node/30616.html +++ b/node/30616.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30617.html b/node/30617.html index 52662d7e6..7a1d7dbd5 100644 --- a/node/30617.html +++ b/node/30617.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30618.html b/node/30618.html index 2592a79f0..bbf859f66 100644 --- a/node/30618.html +++ b/node/30618.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30619.html b/node/30619.html index 2bb0bff02..e7369ad83 100644 --- a/node/30619.html +++ b/node/30619.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30620.html b/node/30620.html index c2c6c459b..fdfa1ba91 100644 --- a/node/30620.html +++ b/node/30620.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30621.html b/node/30621.html index c17f2235e..1cb35786d 100644 --- a/node/30621.html +++ b/node/30621.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30622.html b/node/30622.html index 72a6ed137..d9016d7ac 100644 --- a/node/30622.html +++ b/node/30622.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30623.html b/node/30623.html index 0f1e94e04..67af49acc 100644 --- a/node/30623.html +++ b/node/30623.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30624.html b/node/30624.html index a27226c18..a6001bef2 100644 --- a/node/30624.html +++ b/node/30624.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30625.html b/node/30625.html index ba97da5ed..ac7fdcfc7 100644 --- a/node/30625.html +++ b/node/30625.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30626.html b/node/30626.html index 3816a85ba..e9d8e1b13 100644 --- a/node/30626.html +++ b/node/30626.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30627.html b/node/30627.html index 8385e6b22..96cfb5b6b 100644 --- a/node/30627.html +++ b/node/30627.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30628.html b/node/30628.html index e29730a4d..e05926c46 100644 --- a/node/30628.html +++ b/node/30628.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30629.html b/node/30629.html index d0536a748..e138011a3 100644 --- a/node/30629.html +++ b/node/30629.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30630.html b/node/30630.html index a858e716e..0c7648b1b 100644 --- a/node/30630.html +++ b/node/30630.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30631.html b/node/30631.html index 129e1cd22..a46e2deb1 100644 --- a/node/30631.html +++ b/node/30631.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30632.html b/node/30632.html index 0fcb5335c..00e45964a 100644 --- a/node/30632.html +++ b/node/30632.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30633.html b/node/30633.html index 583d2d665..e2d14e81e 100644 --- a/node/30633.html +++ b/node/30633.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30634.html b/node/30634.html index 2bacf11c1..73d7c4048 100644 --- a/node/30634.html +++ b/node/30634.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30635.html b/node/30635.html index 4375a9801..0237998d6 100644 --- a/node/30635.html +++ b/node/30635.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30636.html b/node/30636.html index 113f60ff4..2124af3f4 100644 --- a/node/30636.html +++ b/node/30636.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30637.html b/node/30637.html index 888c5164c..2c586a394 100644 --- a/node/30637.html +++ b/node/30637.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30638.html b/node/30638.html index 0bdefd846..2b3f2f129 100644 --- a/node/30638.html +++ b/node/30638.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30639.html b/node/30639.html index 90c88abb4..75481f482 100644 --- a/node/30639.html +++ b/node/30639.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30640.html b/node/30640.html index 5ee0a625b..0fc1f54be 100644 --- a/node/30640.html +++ b/node/30640.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30641.html b/node/30641.html index ea34dbe12..d915f276f 100644 --- a/node/30641.html +++ b/node/30641.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30642.html b/node/30642.html index 2840e735d..285b616e0 100644 --- a/node/30642.html +++ b/node/30642.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30643.html b/node/30643.html index b253f13f3..00b8063a4 100644 --- a/node/30643.html +++ b/node/30643.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30644.html b/node/30644.html index 3a28f026c..caae94ccc 100644 --- a/node/30644.html +++ b/node/30644.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30645.html b/node/30645.html index dfabbe7d4..df0c2bc25 100644 --- a/node/30645.html +++ b/node/30645.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30646.html b/node/30646.html index 251efef45..e77434808 100644 --- a/node/30646.html +++ b/node/30646.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30647.html b/node/30647.html index ccbecc05c..09e5a25c1 100644 --- a/node/30647.html +++ b/node/30647.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30648.html b/node/30648.html index 537e7ad04..eae8b3899 100644 --- a/node/30648.html +++ b/node/30648.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30649.html b/node/30649.html index 784471a1f..965501d96 100644 --- a/node/30649.html +++ b/node/30649.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30650.html b/node/30650.html index d084556b4..b7bf36ddc 100644 --- a/node/30650.html +++ b/node/30650.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30651.html b/node/30651.html index a0e8871b5..63a78cd48 100644 --- a/node/30651.html +++ b/node/30651.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30652.html b/node/30652.html index f5304a960..4b1e9cd34 100644 --- a/node/30652.html +++ b/node/30652.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30653.html b/node/30653.html index 8b769d95c..a610fae18 100644 --- a/node/30653.html +++ b/node/30653.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30654.html b/node/30654.html index aebc8f9bf..d4ab43ca5 100644 --- a/node/30654.html +++ b/node/30654.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30655.html b/node/30655.html index e7d148aed..6b6e7d6b4 100644 --- a/node/30655.html +++ b/node/30655.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30656.html b/node/30656.html index c2c2dab8f..681290601 100644 --- a/node/30656.html +++ b/node/30656.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30657.html b/node/30657.html index 9069c2ca3..b6ca5b373 100644 --- a/node/30657.html +++ b/node/30657.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30658.html b/node/30658.html index 8e827a107..bca437857 100644 --- a/node/30658.html +++ b/node/30658.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30659.html b/node/30659.html index 5fe623322..8161ec75b 100644 --- a/node/30659.html +++ b/node/30659.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30660.html b/node/30660.html index 1f8b7f5db..a1d1817a9 100644 --- a/node/30660.html +++ b/node/30660.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30661.html b/node/30661.html index c50ce20fb..d02973a85 100644 --- a/node/30661.html +++ b/node/30661.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30662.html b/node/30662.html index 463852104..d773f12c0 100644 --- a/node/30662.html +++ b/node/30662.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30663.html b/node/30663.html index 1f2ec9030..d44bed483 100644 --- a/node/30663.html +++ b/node/30663.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30664.html b/node/30664.html index d70a2be4b..805fb73c2 100644 --- a/node/30664.html +++ b/node/30664.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30665.html b/node/30665.html index 48d8c61ed..f00dcdc84 100644 --- a/node/30665.html +++ b/node/30665.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30666.html b/node/30666.html index 78e6b6ab7..3236755e0 100644 --- a/node/30666.html +++ b/node/30666.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30667.html b/node/30667.html index 450b8a22d..57fcedf7a 100644 --- a/node/30667.html +++ b/node/30667.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30668.html b/node/30668.html index 49f2d39bf..4946cf94c 100644 --- a/node/30668.html +++ b/node/30668.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30669.html b/node/30669.html index 89f7ef4c9..6da330ca3 100644 --- a/node/30669.html +++ b/node/30669.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30670.html b/node/30670.html index ddac4207e..eacc645d0 100644 --- a/node/30670.html +++ b/node/30670.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30671.html b/node/30671.html index a7b67d0a4..28e4e757a 100644 --- a/node/30671.html +++ b/node/30671.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30672.html b/node/30672.html index 1d5ae6fd9..a0b643ffb 100644 --- a/node/30672.html +++ b/node/30672.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30673.html b/node/30673.html index e6b037256..d0b28c37e 100644 --- a/node/30673.html +++ b/node/30673.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30674.html b/node/30674.html index f17ec0a87..f21896d37 100644 --- a/node/30674.html +++ b/node/30674.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30675.html b/node/30675.html index c3e012c35..17c309d66 100644 --- a/node/30675.html +++ b/node/30675.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30676.html b/node/30676.html index 718d92220..b11f2f579 100644 --- a/node/30676.html +++ b/node/30676.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30677.html b/node/30677.html index 7b081f4a3..798e74095 100644 --- a/node/30677.html +++ b/node/30677.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30678.html b/node/30678.html index 46396581c..f14d3694d 100644 --- a/node/30678.html +++ b/node/30678.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30679.html b/node/30679.html index 21c9775ac..c59e983bc 100644 --- a/node/30679.html +++ b/node/30679.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30680.html b/node/30680.html index 1084ed0cd..e35a57a96 100644 --- a/node/30680.html +++ b/node/30680.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30681.html b/node/30681.html index c443a0d12..bcc1206e5 100644 --- a/node/30681.html +++ b/node/30681.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30682.html b/node/30682.html index dc279b9a9..06a3b09cf 100644 --- a/node/30682.html +++ b/node/30682.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30683.html b/node/30683.html index 4f2f1d860..652ef044c 100644 --- a/node/30683.html +++ b/node/30683.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30684.html b/node/30684.html index 178d3d39c..4e31f721a 100644 --- a/node/30684.html +++ b/node/30684.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30685.html b/node/30685.html index 137612a71..e72537f86 100644 --- a/node/30685.html +++ b/node/30685.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30686.html b/node/30686.html index cb37d8dff..ed3a59d5c 100644 --- a/node/30686.html +++ b/node/30686.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30687.html b/node/30687.html index 5cc73a47d..713594e69 100644 --- a/node/30687.html +++ b/node/30687.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30688.html b/node/30688.html index 618984f40..a806d1012 100644 --- a/node/30688.html +++ b/node/30688.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30689.html b/node/30689.html index 55d555e01..68e138454 100644 --- a/node/30689.html +++ b/node/30689.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30690.html b/node/30690.html index 73ed5f09e..e4c310606 100644 --- a/node/30690.html +++ b/node/30690.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30691.html b/node/30691.html index 9eaa211f0..430ba01fc 100644 --- a/node/30691.html +++ b/node/30691.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30692.html b/node/30692.html index 3b174893c..19139fc68 100644 --- a/node/30692.html +++ b/node/30692.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30693.html b/node/30693.html index 9e9d04421..407c3bb79 100644 --- a/node/30693.html +++ b/node/30693.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30694.html b/node/30694.html index 07a14f681..9b36a8924 100644 --- a/node/30694.html +++ b/node/30694.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30695.html b/node/30695.html index bc2bab98f..bb05642ca 100644 --- a/node/30695.html +++ b/node/30695.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30696.html b/node/30696.html index 7eb74016e..ccef44399 100644 --- a/node/30696.html +++ b/node/30696.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30697.html b/node/30697.html index 3214b81eb..76d9748d3 100644 --- a/node/30697.html +++ b/node/30697.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30698.html b/node/30698.html index 3bf7cae8c..bc57d760a 100644 --- a/node/30698.html +++ b/node/30698.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30699.html b/node/30699.html index 3c25d8526..8333b2812 100644 --- a/node/30699.html +++ b/node/30699.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30700.html b/node/30700.html index b04b9de81..3fbe06c30 100644 --- a/node/30700.html +++ b/node/30700.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30701.html b/node/30701.html index ba42dd8cb..0aadef82c 100644 --- a/node/30701.html +++ b/node/30701.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30702.html b/node/30702.html index f28200240..537e606e1 100644 --- a/node/30702.html +++ b/node/30702.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30703.html b/node/30703.html index 692e2b45b..35d923dd3 100644 --- a/node/30703.html +++ b/node/30703.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30704.html b/node/30704.html index 261ae6530..aa89fe9c4 100644 --- a/node/30704.html +++ b/node/30704.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30705.html b/node/30705.html index 145002702..fc52808e7 100644 --- a/node/30705.html +++ b/node/30705.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30706.html b/node/30706.html index 104e858e1..243329950 100644 --- a/node/30706.html +++ b/node/30706.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30707.html b/node/30707.html index 32a696dce..6148c2d0f 100644 --- a/node/30707.html +++ b/node/30707.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30708.html b/node/30708.html index e5d58a0e0..fe2f21ba1 100644 --- a/node/30708.html +++ b/node/30708.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30709.html b/node/30709.html index ada253f52..eafafcc91 100644 --- a/node/30709.html +++ b/node/30709.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30710.html b/node/30710.html index bcbd31281..05134c1a8 100644 --- a/node/30710.html +++ b/node/30710.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30711.html b/node/30711.html index a7ce7cd10..b03d1c712 100644 --- a/node/30711.html +++ b/node/30711.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30712.html b/node/30712.html index b25ed82ec..4a68642d6 100644 --- a/node/30712.html +++ b/node/30712.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30713.html b/node/30713.html index 424922f27..cdfc674e7 100644 --- a/node/30713.html +++ b/node/30713.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30714.html b/node/30714.html index 0a50d23d6..acc919118 100644 --- a/node/30714.html +++ b/node/30714.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30715.html b/node/30715.html index 899684656..aaf28fe0e 100644 --- a/node/30715.html +++ b/node/30715.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30716.html b/node/30716.html index b6f932bcf..18a79fe96 100644 --- a/node/30716.html +++ b/node/30716.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30717.html b/node/30717.html index 5b3f86575..3e5cf2019 100644 --- a/node/30717.html +++ b/node/30717.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30718.html b/node/30718.html index 20c4b3a28..db56a2c9c 100644 --- a/node/30718.html +++ b/node/30718.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30719.html b/node/30719.html index 56cb4fa21..e135550dd 100644 --- a/node/30719.html +++ b/node/30719.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30720.html b/node/30720.html index 072b96518..9c654c05f 100644 --- a/node/30720.html +++ b/node/30720.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30721.html b/node/30721.html index 0a35f9071..81697039a 100644 --- a/node/30721.html +++ b/node/30721.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30722.html b/node/30722.html index 6bf5f5d94..7621145c6 100644 --- a/node/30722.html +++ b/node/30722.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30723.html b/node/30723.html index 2860d8948..b2cd1ceef 100644 --- a/node/30723.html +++ b/node/30723.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30724.html b/node/30724.html index 12087e610..c987d62fa 100644 --- a/node/30724.html +++ b/node/30724.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30725.html b/node/30725.html index ad1fac461..74ce952a9 100644 --- a/node/30725.html +++ b/node/30725.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30726.html b/node/30726.html index 923d24ec3..5772409f4 100644 --- a/node/30726.html +++ b/node/30726.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30727.html b/node/30727.html index 7afae512d..f51ef7da5 100644 --- a/node/30727.html +++ b/node/30727.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30728.html b/node/30728.html index deb2585cd..92b2c442c 100644 --- a/node/30728.html +++ b/node/30728.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30729.html b/node/30729.html index 680c1e9bb..ca5f7453c 100644 --- a/node/30729.html +++ b/node/30729.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30730.html b/node/30730.html index 8d5c2527c..283b7fbb6 100644 --- a/node/30730.html +++ b/node/30730.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30731.html b/node/30731.html index aea282fc0..e51e18ddb 100644 --- a/node/30731.html +++ b/node/30731.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30733.html b/node/30733.html index 12deeb63a..86a7ec6a7 100644 --- a/node/30733.html +++ b/node/30733.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30734.html b/node/30734.html index b91f04d69..3f72bcdbb 100644 --- a/node/30734.html +++ b/node/30734.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30735.html b/node/30735.html index b7d85c427..837267b2d 100644 --- a/node/30735.html +++ b/node/30735.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30736.html b/node/30736.html index 3b2dbb5b2..1be7759b4 100644 --- a/node/30736.html +++ b/node/30736.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30737.html b/node/30737.html index 71cca1a4d..21af062ea 100644 --- a/node/30737.html +++ b/node/30737.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30738.html b/node/30738.html index b7e0f0d1c..697559bbc 100644 --- a/node/30738.html +++ b/node/30738.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30739.html b/node/30739.html index c451f3633..95acdb6f0 100644 --- a/node/30739.html +++ b/node/30739.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30740.html b/node/30740.html index 932acc385..0772fdbba 100644 --- a/node/30740.html +++ b/node/30740.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30741.html b/node/30741.html index 5be918271..7313afdc3 100644 --- a/node/30741.html +++ b/node/30741.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30742.html b/node/30742.html index 6855bea56..ead120bbc 100644 --- a/node/30742.html +++ b/node/30742.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30743.html b/node/30743.html index 94dd47d69..6526c23b3 100644 --- a/node/30743.html +++ b/node/30743.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30744.html b/node/30744.html index 2680aaf49..31ce38cfe 100644 --- a/node/30744.html +++ b/node/30744.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30745.html b/node/30745.html index 661ff0251..8c7b0bd90 100644 --- a/node/30745.html +++ b/node/30745.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30746.html b/node/30746.html index 33e85b514..f28e2d426 100644 --- a/node/30746.html +++ b/node/30746.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30747.html b/node/30747.html index bc247317c..619749330 100644 --- a/node/30747.html +++ b/node/30747.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30749.html b/node/30749.html index a4cf91ea6..1d6e066ab 100644 --- a/node/30749.html +++ b/node/30749.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30750.html b/node/30750.html index 5f0899d49..0ef05af92 100644 --- a/node/30750.html +++ b/node/30750.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30751.html b/node/30751.html index 514c89c4a..535e2277b 100644 --- a/node/30751.html +++ b/node/30751.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30753.html b/node/30753.html index dda552034..8852d1ac7 100644 --- a/node/30753.html +++ b/node/30753.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30754.html b/node/30754.html index bd2d8c342..8d7b36b6f 100644 --- a/node/30754.html +++ b/node/30754.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30755.html b/node/30755.html index 5a4426a59..1aaebd098 100644 --- a/node/30755.html +++ b/node/30755.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30756.html b/node/30756.html index e3e31b2ef..b10c5f616 100644 --- a/node/30756.html +++ b/node/30756.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30757.html b/node/30757.html index 27e3b6423..2cdef774b 100644 --- a/node/30757.html +++ b/node/30757.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30758.html b/node/30758.html index 61acb7cf1..156952967 100644 --- a/node/30758.html +++ b/node/30758.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30759.html b/node/30759.html index fb1aa9b82..69faebcd2 100644 --- a/node/30759.html +++ b/node/30759.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30760.html b/node/30760.html index 3f2c5a46d..8aa1bdff0 100644 --- a/node/30760.html +++ b/node/30760.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30761.html b/node/30761.html index c71414912..f46fa7546 100644 --- a/node/30761.html +++ b/node/30761.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30762.html b/node/30762.html index 353c7c07d..db73b0e60 100644 --- a/node/30762.html +++ b/node/30762.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30763.html b/node/30763.html index c6be83ed2..a983a89ce 100644 --- a/node/30763.html +++ b/node/30763.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30764.html b/node/30764.html index cbf444c6c..86b2ded2a 100644 --- a/node/30764.html +++ b/node/30764.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30765.html b/node/30765.html index 8cebc114a..c61d7f048 100644 --- a/node/30765.html +++ b/node/30765.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30767.html b/node/30767.html index 9d803b41d..e9b309bd3 100644 --- a/node/30767.html +++ b/node/30767.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30769.html b/node/30769.html index 5c20f9cfe..47f0982df 100644 --- a/node/30769.html +++ b/node/30769.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30770.html b/node/30770.html index 68e5bc679..d7d2622fb 100644 --- a/node/30770.html +++ b/node/30770.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30771.html b/node/30771.html index b5cd87c55..bb15ba820 100644 --- a/node/30771.html +++ b/node/30771.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30772.html b/node/30772.html index c34197351..5b786a2f9 100644 --- a/node/30772.html +++ b/node/30772.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30773.html b/node/30773.html index 7b4b53ccd..302636e33 100644 --- a/node/30773.html +++ b/node/30773.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30774.html b/node/30774.html index e24e8635d..a18bb63d1 100644 --- a/node/30774.html +++ b/node/30774.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30775.html b/node/30775.html index 293f956e5..546c49673 100644 --- a/node/30775.html +++ b/node/30775.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30776.html b/node/30776.html index 3803816b9..d93725ea0 100644 --- a/node/30776.html +++ b/node/30776.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30777.html b/node/30777.html index 8004d90ab..ab64150f9 100644 --- a/node/30777.html +++ b/node/30777.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30778.html b/node/30778.html index b48d36cb1..cca394b8c 100644 --- a/node/30778.html +++ b/node/30778.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30779.html b/node/30779.html index 5b1696931..e32cd5360 100644 --- a/node/30779.html +++ b/node/30779.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30780.html b/node/30780.html index b28a15e9e..17fef3467 100644 --- a/node/30780.html +++ b/node/30780.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30781.html b/node/30781.html index 095b4f0a5..c7dfe58b3 100644 --- a/node/30781.html +++ b/node/30781.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30782.html b/node/30782.html index f5e2cd090..0965b11c8 100644 --- a/node/30782.html +++ b/node/30782.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30783.html b/node/30783.html index 7265e66d5..28857c9d7 100644 --- a/node/30783.html +++ b/node/30783.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30784.html b/node/30784.html index 200e260a1..8d00944bd 100644 --- a/node/30784.html +++ b/node/30784.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30785.html b/node/30785.html index 191b44924..17488b661 100644 --- a/node/30785.html +++ b/node/30785.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30786.html b/node/30786.html index 883051c26..09c449ee4 100644 --- a/node/30786.html +++ b/node/30786.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30787.html b/node/30787.html index 5bbbcd778..a8afcd92f 100644 --- a/node/30787.html +++ b/node/30787.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30788.html b/node/30788.html index 1c09757f5..7f5b9ab11 100644 --- a/node/30788.html +++ b/node/30788.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30789.html b/node/30789.html index c83080f7c..a35454b7c 100644 --- a/node/30789.html +++ b/node/30789.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30790.html b/node/30790.html index 9083bc40e..d4b248d42 100644 --- a/node/30790.html +++ b/node/30790.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30791.html b/node/30791.html index 271efc182..14f8fbcd1 100644 --- a/node/30791.html +++ b/node/30791.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30792.html b/node/30792.html index 71c97b5f9..fb3f75241 100644 --- a/node/30792.html +++ b/node/30792.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30793.html b/node/30793.html index 8f9dd9de8..fd06f6ea0 100644 --- a/node/30793.html +++ b/node/30793.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30794.html b/node/30794.html index c47090b79..b8f75e6e7 100644 --- a/node/30794.html +++ b/node/30794.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30795.html b/node/30795.html index c6c087dbb..9b11460de 100644 --- a/node/30795.html +++ b/node/30795.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30796.html b/node/30796.html index db6578633..16d7f6b8a 100644 --- a/node/30796.html +++ b/node/30796.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30797.html b/node/30797.html index 439b6aac7..264f74438 100644 --- a/node/30797.html +++ b/node/30797.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30798.html b/node/30798.html index 3a901cd70..ac09857c2 100644 --- a/node/30798.html +++ b/node/30798.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30799.html b/node/30799.html index ec2141c5e..c5773a77c 100644 --- a/node/30799.html +++ b/node/30799.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30800.html b/node/30800.html index 09a006865..2e94de710 100644 --- a/node/30800.html +++ b/node/30800.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30801.html b/node/30801.html index 2def8a378..3adf2ed58 100644 --- a/node/30801.html +++ b/node/30801.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30802.html b/node/30802.html index c0ba0d92a..3b7ed6747 100644 --- a/node/30802.html +++ b/node/30802.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30803.html b/node/30803.html index 7ecc3d3f5..21f79edc9 100644 --- a/node/30803.html +++ b/node/30803.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30804.html b/node/30804.html index c268fb8be..4999c19cd 100644 --- a/node/30804.html +++ b/node/30804.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30805.html b/node/30805.html index 26a06bf9a..19fadf392 100644 --- a/node/30805.html +++ b/node/30805.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30806.html b/node/30806.html index 4d0ac861a..94503c0cb 100644 --- a/node/30806.html +++ b/node/30806.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30807.html b/node/30807.html index 44ad8d7bf..ad95477f2 100644 --- a/node/30807.html +++ b/node/30807.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30808.html b/node/30808.html index d253d880d..3e7a76964 100644 --- a/node/30808.html +++ b/node/30808.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30809.html b/node/30809.html index 08e0a1c74..7ccbd907e 100644 --- a/node/30809.html +++ b/node/30809.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30810.html b/node/30810.html index 959ef5056..3eb5fc433 100644 --- a/node/30810.html +++ b/node/30810.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30811.html b/node/30811.html index bca605d4e..eff02c108 100644 --- a/node/30811.html +++ b/node/30811.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30812.html b/node/30812.html index 932517507..f3a5ef5cd 100644 --- a/node/30812.html +++ b/node/30812.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30813.html b/node/30813.html index ffee6e380..7d199ffd4 100644 --- a/node/30813.html +++ b/node/30813.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30814.html b/node/30814.html index 814233f14..b51d2050b 100644 --- a/node/30814.html +++ b/node/30814.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30815.html b/node/30815.html index 447e7cfda..007c14d2e 100644 --- a/node/30815.html +++ b/node/30815.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30816.html b/node/30816.html index 6f81a4125..ed0ec9640 100644 --- a/node/30816.html +++ b/node/30816.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30817.html b/node/30817.html index 4b7a19969..1982919f2 100644 --- a/node/30817.html +++ b/node/30817.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30818.html b/node/30818.html index 88e29563f..789571f94 100644 --- a/node/30818.html +++ b/node/30818.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30819.html b/node/30819.html index 6239d243a..d3aaf7fcc 100644 --- a/node/30819.html +++ b/node/30819.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30820.html b/node/30820.html index 379bbc23e..cb02b7235 100644 --- a/node/30820.html +++ b/node/30820.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30821.html b/node/30821.html index cb05ec07d..c7a1fbfbf 100644 --- a/node/30821.html +++ b/node/30821.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30822.html b/node/30822.html index 6dc413455..cc0f85fe4 100644 --- a/node/30822.html +++ b/node/30822.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30823.html b/node/30823.html index fcab69d83..18dcc9141 100644 --- a/node/30823.html +++ b/node/30823.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30824.html b/node/30824.html index a01513c41..d29fbb7ad 100644 --- a/node/30824.html +++ b/node/30824.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30825.html b/node/30825.html index bfa113678..616391cc2 100644 --- a/node/30825.html +++ b/node/30825.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30826.html b/node/30826.html index cc278f936..8120000ba 100644 --- a/node/30826.html +++ b/node/30826.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30827.html b/node/30827.html index 80c0bb618..5e9dccd1e 100644 --- a/node/30827.html +++ b/node/30827.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30828.html b/node/30828.html index c1ed12507..546efbc6f 100644 --- a/node/30828.html +++ b/node/30828.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30829.html b/node/30829.html index a2e27ff47..1afdf76c6 100644 --- a/node/30829.html +++ b/node/30829.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30830.html b/node/30830.html index 2791634f0..aa9fc125d 100644 --- a/node/30830.html +++ b/node/30830.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30831.html b/node/30831.html index 8599ad796..ca2b26924 100644 --- a/node/30831.html +++ b/node/30831.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30832.html b/node/30832.html index f5a2791b9..95b414a42 100644 --- a/node/30832.html +++ b/node/30832.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30833.html b/node/30833.html index cd6a66112..0f96bbddb 100644 --- a/node/30833.html +++ b/node/30833.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30834.html b/node/30834.html index c1694c898..d23cd401f 100644 --- a/node/30834.html +++ b/node/30834.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30835.html b/node/30835.html index 2411a297b..49c38c5d1 100644 --- a/node/30835.html +++ b/node/30835.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30836.html b/node/30836.html index 0c8374601..b86a4f7a0 100644 --- a/node/30836.html +++ b/node/30836.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30837.html b/node/30837.html index d17ef3f4a..418abaafd 100644 --- a/node/30837.html +++ b/node/30837.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30838.html b/node/30838.html index 58e5ac02d..e8aa0ccaa 100644 --- a/node/30838.html +++ b/node/30838.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30839.html b/node/30839.html index b28c1945f..95c7562e4 100644 --- a/node/30839.html +++ b/node/30839.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30840.html b/node/30840.html index 7824c1252..9836b2832 100644 --- a/node/30840.html +++ b/node/30840.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30841.html b/node/30841.html index cdaf7c325..de1a373fe 100644 --- a/node/30841.html +++ b/node/30841.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30842.html b/node/30842.html index 713898ef0..c670f2070 100644 --- a/node/30842.html +++ b/node/30842.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30843.html b/node/30843.html index 22d2e36ac..5de895df7 100644 --- a/node/30843.html +++ b/node/30843.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30844.html b/node/30844.html index 77acff709..ed047299f 100644 --- a/node/30844.html +++ b/node/30844.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30845.html b/node/30845.html index 598eccce2..4f362791c 100644 --- a/node/30845.html +++ b/node/30845.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30846.html b/node/30846.html index dae169c77..b18e061ed 100644 --- a/node/30846.html +++ b/node/30846.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30847.html b/node/30847.html index 773dff055..219404846 100644 --- a/node/30847.html +++ b/node/30847.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30848.html b/node/30848.html index f98cabb52..1898b4619 100644 --- a/node/30848.html +++ b/node/30848.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30849.html b/node/30849.html index a909b1341..22b361b5a 100644 --- a/node/30849.html +++ b/node/30849.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30850.html b/node/30850.html index 27e82663b..8b57e2a55 100644 --- a/node/30850.html +++ b/node/30850.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30851.html b/node/30851.html index aa5de9f66..6325a68a5 100644 --- a/node/30851.html +++ b/node/30851.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30852.html b/node/30852.html index d31d0c64c..89f4647c4 100644 --- a/node/30852.html +++ b/node/30852.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30853.html b/node/30853.html index a673c0945..60f6cd5cc 100644 --- a/node/30853.html +++ b/node/30853.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30854.html b/node/30854.html index 448cb7f1e..b1aeb2ff8 100644 --- a/node/30854.html +++ b/node/30854.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30855.html b/node/30855.html index 8854f12a1..9b426e421 100644 --- a/node/30855.html +++ b/node/30855.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30856.html b/node/30856.html index 029315186..fa4d3399a 100644 --- a/node/30856.html +++ b/node/30856.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30857.html b/node/30857.html index 137c8ed1e..c48a3c4aa 100644 --- a/node/30857.html +++ b/node/30857.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30858.html b/node/30858.html index 0a7152caf..c8d939c63 100644 --- a/node/30858.html +++ b/node/30858.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30859.html b/node/30859.html index 9979a0c7f..4d5302ed2 100644 --- a/node/30859.html +++ b/node/30859.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30860.html b/node/30860.html index 18ee4869e..2456813a5 100644 --- a/node/30860.html +++ b/node/30860.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30861.html b/node/30861.html index d7d661869..b388bdcfe 100644 --- a/node/30861.html +++ b/node/30861.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30862.html b/node/30862.html index 158b056a0..12f660a44 100644 --- a/node/30862.html +++ b/node/30862.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30863.html b/node/30863.html index 9dcf9d34c..77ea927ed 100644 --- a/node/30863.html +++ b/node/30863.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30864.html b/node/30864.html index c45089800..f9955a131 100644 --- a/node/30864.html +++ b/node/30864.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30865.html b/node/30865.html index d50c355c7..f7e20d859 100644 --- a/node/30865.html +++ b/node/30865.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30866.html b/node/30866.html index f8a6bc88c..2615e0d61 100644 --- a/node/30866.html +++ b/node/30866.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30867.html b/node/30867.html index b93b9d878..0a2cc6b04 100644 --- a/node/30867.html +++ b/node/30867.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30868.html b/node/30868.html index 8d2b29abb..d3a43aa39 100644 --- a/node/30868.html +++ b/node/30868.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30869.html b/node/30869.html index 7e175e62d..29db937fd 100644 --- a/node/30869.html +++ b/node/30869.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30870.html b/node/30870.html index d42a79d85..f9e6ce11d 100644 --- a/node/30870.html +++ b/node/30870.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30871.html b/node/30871.html index ff6eafc76..9d92bcba7 100644 --- a/node/30871.html +++ b/node/30871.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30872.html b/node/30872.html index 09ac87422..4773f137d 100644 --- a/node/30872.html +++ b/node/30872.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30873.html b/node/30873.html index fdece6f0a..6c2258cf9 100644 --- a/node/30873.html +++ b/node/30873.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30874.html b/node/30874.html index f9ed761e7..7a84e4b34 100644 --- a/node/30874.html +++ b/node/30874.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30875.html b/node/30875.html index 8aa2ecb65..83af20203 100644 --- a/node/30875.html +++ b/node/30875.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30877.html b/node/30877.html index af011cb0b..890fb34a2 100644 --- a/node/30877.html +++ b/node/30877.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30878.html b/node/30878.html index 2c1adf128..9b36b28cd 100644 --- a/node/30878.html +++ b/node/30878.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30879.html b/node/30879.html index c1a444d22..67f810687 100644 --- a/node/30879.html +++ b/node/30879.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30880.html b/node/30880.html index 9a7ccc3fc..41a925018 100644 --- a/node/30880.html +++ b/node/30880.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30881.html b/node/30881.html index 7a9b4eccf..d9eb26a86 100644 --- a/node/30881.html +++ b/node/30881.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30882.html b/node/30882.html index 313c5f327..8a15d2d0d 100644 --- a/node/30882.html +++ b/node/30882.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30883.html b/node/30883.html index 8e1117a29..1eb296958 100644 --- a/node/30883.html +++ b/node/30883.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30884.html b/node/30884.html index dd67593c7..ffc899a66 100644 --- a/node/30884.html +++ b/node/30884.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30885.html b/node/30885.html index 581f2664a..b06975391 100644 --- a/node/30885.html +++ b/node/30885.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30886.html b/node/30886.html index 738538b9a..7335c05bc 100644 --- a/node/30886.html +++ b/node/30886.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30887.html b/node/30887.html index e143036c1..0d203799c 100644 --- a/node/30887.html +++ b/node/30887.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30888.html b/node/30888.html index b89a8e27d..a4c7c0f58 100644 --- a/node/30888.html +++ b/node/30888.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30889.html b/node/30889.html index ad47ec635..60b510dec 100644 --- a/node/30889.html +++ b/node/30889.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30890.html b/node/30890.html index dd39c74de..9df2e636d 100644 --- a/node/30890.html +++ b/node/30890.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30891.html b/node/30891.html index 4512a36ad..5111cb971 100644 --- a/node/30891.html +++ b/node/30891.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30892.html b/node/30892.html index 9a47175f4..2816e0c0d 100644 --- a/node/30892.html +++ b/node/30892.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30893.html b/node/30893.html index 6cf8cea57..a202af7db 100644 --- a/node/30893.html +++ b/node/30893.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30894.html b/node/30894.html index e2c1e24e7..5bfa02715 100644 --- a/node/30894.html +++ b/node/30894.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30895.html b/node/30895.html index e1ac9edeb..653f560f8 100644 --- a/node/30895.html +++ b/node/30895.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30896.html b/node/30896.html index 57ea0637f..f16d8a688 100644 --- a/node/30896.html +++ b/node/30896.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30897.html b/node/30897.html index 490ad89c5..ea4468c91 100644 --- a/node/30897.html +++ b/node/30897.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30898.html b/node/30898.html index ac4dcc8fd..c70dae300 100644 --- a/node/30898.html +++ b/node/30898.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30899.html b/node/30899.html index 07c516d65..0085460b1 100644 --- a/node/30899.html +++ b/node/30899.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30900.html b/node/30900.html index 8a831ef1e..31ff66ecd 100644 --- a/node/30900.html +++ b/node/30900.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30901.html b/node/30901.html index 970bb91d6..d5da7c9c3 100644 --- a/node/30901.html +++ b/node/30901.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30902.html b/node/30902.html index 43dec19ce..9cb82175b 100644 --- a/node/30902.html +++ b/node/30902.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30903.html b/node/30903.html index 237a258ad..f89933757 100644 --- a/node/30903.html +++ b/node/30903.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30904.html b/node/30904.html index ffb4fee0e..9d3cca55e 100644 --- a/node/30904.html +++ b/node/30904.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30905.html b/node/30905.html index 4a162d90e..f49db2565 100644 --- a/node/30905.html +++ b/node/30905.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30906.html b/node/30906.html index 426cf7614..f8ba52510 100644 --- a/node/30906.html +++ b/node/30906.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30907.html b/node/30907.html index e4afb96b2..2755cd619 100644 --- a/node/30907.html +++ b/node/30907.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30908.html b/node/30908.html index d486f4b32..d3ca3b673 100644 --- a/node/30908.html +++ b/node/30908.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30909.html b/node/30909.html index b2ad0e571..4161acb7b 100644 --- a/node/30909.html +++ b/node/30909.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30910.html b/node/30910.html index f20ee1cb4..8a8825932 100644 --- a/node/30910.html +++ b/node/30910.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30911.html b/node/30911.html index e702c6fa5..db711b885 100644 --- a/node/30911.html +++ b/node/30911.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30912.html b/node/30912.html index 5bacf3468..36304d185 100644 --- a/node/30912.html +++ b/node/30912.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30913.html b/node/30913.html index 43abd7208..f2f132259 100644 --- a/node/30913.html +++ b/node/30913.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30914.html b/node/30914.html index 11452f09f..95ed0203d 100644 --- a/node/30914.html +++ b/node/30914.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30915.html b/node/30915.html index 1feb9ec94..7b35b4649 100644 --- a/node/30915.html +++ b/node/30915.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30916.html b/node/30916.html index 190100c9b..9cff552bb 100644 --- a/node/30916.html +++ b/node/30916.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30917.html b/node/30917.html index 37ba6ebc4..32e93ad24 100644 --- a/node/30917.html +++ b/node/30917.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30918.html b/node/30918.html index 9b580acbd..688058baa 100644 --- a/node/30918.html +++ b/node/30918.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30919.html b/node/30919.html index 4d3389617..e86312fc2 100644 --- a/node/30919.html +++ b/node/30919.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30921.html b/node/30921.html index f62fd5a76..10b6b0810 100644 --- a/node/30921.html +++ b/node/30921.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30922.html b/node/30922.html index 93f656abc..f2be74113 100644 --- a/node/30922.html +++ b/node/30922.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30924.html b/node/30924.html index 124ac15ae..c7092dea9 100644 --- a/node/30924.html +++ b/node/30924.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30925.html b/node/30925.html index de5a289da..6c5c107d1 100644 --- a/node/30925.html +++ b/node/30925.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30926.html b/node/30926.html index 0e61bd7b8..da0332663 100644 --- a/node/30926.html +++ b/node/30926.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30927.html b/node/30927.html index b734e7145..71a1e5041 100644 --- a/node/30927.html +++ b/node/30927.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30928.html b/node/30928.html index c5ca129ed..0a0f37805 100644 --- a/node/30928.html +++ b/node/30928.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30929.html b/node/30929.html index 21cd2ffd1..3f563c378 100644 --- a/node/30929.html +++ b/node/30929.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30930.html b/node/30930.html index bef14252c..8758d542f 100644 --- a/node/30930.html +++ b/node/30930.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30931.html b/node/30931.html index efdfa0fad..4cbed59f3 100644 --- a/node/30931.html +++ b/node/30931.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30932.html b/node/30932.html index afd12a9ba..77e78c8e4 100644 --- a/node/30932.html +++ b/node/30932.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30933.html b/node/30933.html index b6cfc2231..96d6c9f6a 100644 --- a/node/30933.html +++ b/node/30933.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30934.html b/node/30934.html index bf86051f0..9218cecb2 100644 --- a/node/30934.html +++ b/node/30934.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30935.html b/node/30935.html index b356691d4..f2caa317b 100644 --- a/node/30935.html +++ b/node/30935.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30936.html b/node/30936.html index a30acfac8..a5a2ecf7c 100644 --- a/node/30936.html +++ b/node/30936.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30937.html b/node/30937.html index 0756c07fb..35410e2c0 100644 --- a/node/30937.html +++ b/node/30937.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30938.html b/node/30938.html index 3bb593a13..b0281401d 100644 --- a/node/30938.html +++ b/node/30938.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30939.html b/node/30939.html index c07221be3..9e3d0a374 100644 --- a/node/30939.html +++ b/node/30939.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30940.html b/node/30940.html index 7a55fa41f..8aa055d97 100644 --- a/node/30940.html +++ b/node/30940.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30941.html b/node/30941.html index 4719d8471..6d3b35c88 100644 --- a/node/30941.html +++ b/node/30941.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30942.html b/node/30942.html index 98c85dc74..bcc37aae4 100644 --- a/node/30942.html +++ b/node/30942.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30943.html b/node/30943.html index b44e08ffa..af80f0ffd 100644 --- a/node/30943.html +++ b/node/30943.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30944.html b/node/30944.html index 3a4fd6a5f..7b79bf0e2 100644 --- a/node/30944.html +++ b/node/30944.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30945.html b/node/30945.html index 3e29347e8..a11604cea 100644 --- a/node/30945.html +++ b/node/30945.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30946.html b/node/30946.html index aa2eadcfc..adbc9cb25 100644 --- a/node/30946.html +++ b/node/30946.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30947.html b/node/30947.html index 044e4fffb..d473b874f 100644 --- a/node/30947.html +++ b/node/30947.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30948.html b/node/30948.html index 9976c8112..0eedd7a1c 100644 --- a/node/30948.html +++ b/node/30948.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30949.html b/node/30949.html index c1c61506f..00d15672f 100644 --- a/node/30949.html +++ b/node/30949.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30950.html b/node/30950.html index 07b979e3c..af8f9614c 100644 --- a/node/30950.html +++ b/node/30950.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30951.html b/node/30951.html index 7681746fc..4dd634f45 100644 --- a/node/30951.html +++ b/node/30951.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30952.html b/node/30952.html index d6cb31972..a70000672 100644 --- a/node/30952.html +++ b/node/30952.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30953.html b/node/30953.html index 993a97e7a..9f137756b 100644 --- a/node/30953.html +++ b/node/30953.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30954.html b/node/30954.html index 178d3ab0c..c3010209c 100644 --- a/node/30954.html +++ b/node/30954.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30955.html b/node/30955.html index fe5915bc5..8331ebe69 100644 --- a/node/30955.html +++ b/node/30955.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30956.html b/node/30956.html index 9d27d4f6e..86a21a172 100644 --- a/node/30956.html +++ b/node/30956.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30957.html b/node/30957.html index 702e4072f..3a7fbed51 100644 --- a/node/30957.html +++ b/node/30957.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30958.html b/node/30958.html index 198e8cc0a..bd981fc3f 100644 --- a/node/30958.html +++ b/node/30958.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30959.html b/node/30959.html index d3f3178b5..7b272b82f 100644 --- a/node/30959.html +++ b/node/30959.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30960.html b/node/30960.html index 59838b455..691520bee 100644 --- a/node/30960.html +++ b/node/30960.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30961.html b/node/30961.html index a78eea226..66457a495 100644 --- a/node/30961.html +++ b/node/30961.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30962.html b/node/30962.html index b835260c7..9c429ab36 100644 --- a/node/30962.html +++ b/node/30962.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30963.html b/node/30963.html index 7ab1d1aac..d2d5184a2 100644 --- a/node/30963.html +++ b/node/30963.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30964.html b/node/30964.html index 5ebc2f785..18659c579 100644 --- a/node/30964.html +++ b/node/30964.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30965.html b/node/30965.html index 7e744bd54..b2fec7294 100644 --- a/node/30965.html +++ b/node/30965.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30966.html b/node/30966.html index 28b65a733..ace954c7d 100644 --- a/node/30966.html +++ b/node/30966.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30967.html b/node/30967.html index 1cd634daf..d7900a0cc 100644 --- a/node/30967.html +++ b/node/30967.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30968.html b/node/30968.html index df74921c8..2f580a3ad 100644 --- a/node/30968.html +++ b/node/30968.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30969.html b/node/30969.html index 9ad77b357..c25e4a8e3 100644 --- a/node/30969.html +++ b/node/30969.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30970.html b/node/30970.html index 74902d461..97d8bd808 100644 --- a/node/30970.html +++ b/node/30970.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30971.html b/node/30971.html index 2b4652fe8..533f7857b 100644 --- a/node/30971.html +++ b/node/30971.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30972.html b/node/30972.html index b5eeadce1..a3fd39841 100644 --- a/node/30972.html +++ b/node/30972.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30973.html b/node/30973.html index e22cbafcf..d921f9e69 100644 --- a/node/30973.html +++ b/node/30973.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30974.html b/node/30974.html index 7a825d5e8..2877f0225 100644 --- a/node/30974.html +++ b/node/30974.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30975.html b/node/30975.html index 67b59b9c1..96d386835 100644 --- a/node/30975.html +++ b/node/30975.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30976.html b/node/30976.html index ea290f8c7..fbc35dc5c 100644 --- a/node/30976.html +++ b/node/30976.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30977.html b/node/30977.html index d2ed01fd7..26cc5247b 100644 --- a/node/30977.html +++ b/node/30977.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30978.html b/node/30978.html index 22a89bc03..f35aa5b3d 100644 --- a/node/30978.html +++ b/node/30978.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30979.html b/node/30979.html index 8d4b9e97f..daf5daf38 100644 --- a/node/30979.html +++ b/node/30979.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30980.html b/node/30980.html index 3ea7e50e9..1a93d66fd 100644 --- a/node/30980.html +++ b/node/30980.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30981.html b/node/30981.html index 8b66a415b..45698b5c0 100644 --- a/node/30981.html +++ b/node/30981.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30982.html b/node/30982.html index 14b511731..2de92c1b8 100644 --- a/node/30982.html +++ b/node/30982.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30983.html b/node/30983.html index 2632a13d6..8ef75c067 100644 --- a/node/30983.html +++ b/node/30983.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30984.html b/node/30984.html index de86af2c5..96b6f2984 100644 --- a/node/30984.html +++ b/node/30984.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30985.html b/node/30985.html index 0ebb7e4d0..e8f1eb710 100644 --- a/node/30985.html +++ b/node/30985.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30986.html b/node/30986.html index 96b7792f8..99806b94b 100644 --- a/node/30986.html +++ b/node/30986.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30987.html b/node/30987.html index 74ead791c..fcbd48a24 100644 --- a/node/30987.html +++ b/node/30987.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30988.html b/node/30988.html index bf5e2c285..3dacd8a36 100644 --- a/node/30988.html +++ b/node/30988.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30989.html b/node/30989.html index b9de10cc3..c8d4115de 100644 --- a/node/30989.html +++ b/node/30989.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30990.html b/node/30990.html index 3b15003be..90b509e05 100644 --- a/node/30990.html +++ b/node/30990.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30991.html b/node/30991.html index b13e5b05a..0b98fbb70 100644 --- a/node/30991.html +++ b/node/30991.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30992.html b/node/30992.html index fd9e0ed7a..bc46358ad 100644 --- a/node/30992.html +++ b/node/30992.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30993.html b/node/30993.html index 6085b45d3..f3d2a999f 100644 --- a/node/30993.html +++ b/node/30993.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30994.html b/node/30994.html index 7b8faa35f..755ac9aa5 100644 --- a/node/30994.html +++ b/node/30994.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30995.html b/node/30995.html index 5c7bc305c..85942bf49 100644 --- a/node/30995.html +++ b/node/30995.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30997.html b/node/30997.html index 5bdae4f48..8ac330e65 100644 --- a/node/30997.html +++ b/node/30997.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30998.html b/node/30998.html index da04a3352..efa8bca39 100644 --- a/node/30998.html +++ b/node/30998.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/30999.html b/node/30999.html index b3f47bcd1..358721b8b 100644 --- a/node/30999.html +++ b/node/30999.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31000.html b/node/31000.html index a5506dd98..f7f10f1e7 100644 --- a/node/31000.html +++ b/node/31000.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31001.html b/node/31001.html index 248a973f2..62d59fa5d 100644 --- a/node/31001.html +++ b/node/31001.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31002.html b/node/31002.html index 1fd071c78..f75b817c5 100644 --- a/node/31002.html +++ b/node/31002.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31003.html b/node/31003.html index 69963927e..39c565bb9 100644 --- a/node/31003.html +++ b/node/31003.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31004.html b/node/31004.html index 55e376f34..46fcd8040 100644 --- a/node/31004.html +++ b/node/31004.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31005.html b/node/31005.html index 2009d2925..96837223d 100644 --- a/node/31005.html +++ b/node/31005.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31006.html b/node/31006.html index 5e945db5c..d51d0ffcc 100644 --- a/node/31006.html +++ b/node/31006.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31007.html b/node/31007.html index 9919c9ebb..28354ba5a 100644 --- a/node/31007.html +++ b/node/31007.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31008.html b/node/31008.html index 4d199eb75..7e9ade141 100644 --- a/node/31008.html +++ b/node/31008.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31009.html b/node/31009.html index 6a750e6a9..c3703ae9b 100644 --- a/node/31009.html +++ b/node/31009.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31010.html b/node/31010.html index 64767e326..3fbe6e5c4 100644 --- a/node/31010.html +++ b/node/31010.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31011.html b/node/31011.html index dacf9c832..c3217f83b 100644 --- a/node/31011.html +++ b/node/31011.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31012.html b/node/31012.html index 96ca82481..eb5194ab0 100644 --- a/node/31012.html +++ b/node/31012.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31013.html b/node/31013.html index f04d5a7b3..78f3d564d 100644 --- a/node/31013.html +++ b/node/31013.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31014.html b/node/31014.html index 5ce7bc52f..560310cba 100644 --- a/node/31014.html +++ b/node/31014.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31015.html b/node/31015.html index 5bd54cd0d..193c0e688 100644 --- a/node/31015.html +++ b/node/31015.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31016.html b/node/31016.html index 7ae98810c..96bd3e67a 100644 --- a/node/31016.html +++ b/node/31016.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31017.html b/node/31017.html index 1738c6bf4..7864d6074 100644 --- a/node/31017.html +++ b/node/31017.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31018.html b/node/31018.html index 19c12916e..c05a63ed9 100644 --- a/node/31018.html +++ b/node/31018.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31019.html b/node/31019.html index 2e52e7d40..620ba5317 100644 --- a/node/31019.html +++ b/node/31019.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31020.html b/node/31020.html index 1cbd8e9c1..d7f4896bc 100644 --- a/node/31020.html +++ b/node/31020.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31021.html b/node/31021.html index 413f4d980..9d3266500 100644 --- a/node/31021.html +++ b/node/31021.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31022.html b/node/31022.html index fb6802052..392ee4995 100644 --- a/node/31022.html +++ b/node/31022.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31023.html b/node/31023.html index 605d1a6e9..f26a690f5 100644 --- a/node/31023.html +++ b/node/31023.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31024.html b/node/31024.html index 5bc781587..e60e3e568 100644 --- a/node/31024.html +++ b/node/31024.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31026.html b/node/31026.html index 85e398bb8..6b5efa227 100644 --- a/node/31026.html +++ b/node/31026.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31027.html b/node/31027.html index 4802b811c..469aff930 100644 --- a/node/31027.html +++ b/node/31027.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31028.html b/node/31028.html index 39ebb2fc2..51b639003 100644 --- a/node/31028.html +++ b/node/31028.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31029.html b/node/31029.html index 29dea29e1..8ad793662 100644 --- a/node/31029.html +++ b/node/31029.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31030.html b/node/31030.html index 75540f8ea..2c79b6643 100644 --- a/node/31030.html +++ b/node/31030.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31031.html b/node/31031.html index 3a6e4adb9..a334e2724 100644 --- a/node/31031.html +++ b/node/31031.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31032.html b/node/31032.html index fd4d6c08d..9997224cb 100644 --- a/node/31032.html +++ b/node/31032.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31033.html b/node/31033.html index 8d35e5afe..0b6ccb6ec 100644 --- a/node/31033.html +++ b/node/31033.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31034.html b/node/31034.html index 50add591d..90878b611 100644 --- a/node/31034.html +++ b/node/31034.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31035.html b/node/31035.html index fcda8709e..998eec1a2 100644 --- a/node/31035.html +++ b/node/31035.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31036.html b/node/31036.html index c1630dd48..15289de57 100644 --- a/node/31036.html +++ b/node/31036.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31038.html b/node/31038.html index add8817c1..89018a9d2 100644 --- a/node/31038.html +++ b/node/31038.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31039.html b/node/31039.html index 0978b73cb..9f8778160 100644 --- a/node/31039.html +++ b/node/31039.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31040.html b/node/31040.html index 57f007fe4..776700a6f 100644 --- a/node/31040.html +++ b/node/31040.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31041.html b/node/31041.html index c07230ae3..6bda7cba9 100644 --- a/node/31041.html +++ b/node/31041.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31042.html b/node/31042.html index be071c6cf..4503fe10f 100644 --- a/node/31042.html +++ b/node/31042.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31043.html b/node/31043.html index aa67dbf6f..2502fa07e 100644 --- a/node/31043.html +++ b/node/31043.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31044.html b/node/31044.html index 848425663..110cacb46 100644 --- a/node/31044.html +++ b/node/31044.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31045.html b/node/31045.html index f4767e9a4..8fef47453 100644 --- a/node/31045.html +++ b/node/31045.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31046.html b/node/31046.html index 265de92db..22e119a9a 100644 --- a/node/31046.html +++ b/node/31046.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31047.html b/node/31047.html index fb1f96b23..9fd38e09e 100644 --- a/node/31047.html +++ b/node/31047.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31048.html b/node/31048.html index 01ebcd973..df8e63389 100644 --- a/node/31048.html +++ b/node/31048.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31049.html b/node/31049.html index ff97ab99d..13295ff19 100644 --- a/node/31049.html +++ b/node/31049.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mixer
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31050.html b/node/31050.html index 0fe257480..bdbd7cb31 100644 --- a/node/31050.html +++ b/node/31050.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mariadb
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31051.html b/node/31051.html index dddad83c9..8417eab14 100644 --- a/node/31051.html +++ b/node/31051.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/clr-installer-ci
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31052.html b/node/31052.html index e93d8aa63..8e501b7e5 100644 --- a/node/31052.html +++ b/node/31052.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mixer-ci
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31053.html b/node/31053.html index 85ea4d315..44b8b8618 100644 --- a/node/31053.html +++ b/node/31053.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/clr-sdk
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31055.html b/node/31055.html index e94ce2fea..395f5f4bb 100644 --- a/node/31055.html +++ b/node/31055.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/machine-learning-ui
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31056.html b/node/31056.html index c64e1178c..0218c3a2a 100644 --- a/node/31056.html +++ b/node/31056.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31057.html b/node/31057.html index edfc0c4d7..b3eab2941 100644 --- a/node/31057.html +++ b/node/31057.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-oss
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31058.html b/node/31058.html index 481d3561c..269596988 100644 --- a/node/31058.html +++ b/node/31058.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/httpd
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31059.html b/node/31059.html index 614862dec..781d65bb4 100644 --- a/node/31059.html +++ b/node/31059.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/postgres
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31060.html b/node/31060.html index ba1677e70..64a082646 100644 --- a/node/31060.html +++ b/node/31060.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-pytorch-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31061.html b/node/31061.html index 68a09f063..ad94c055c 100644 --- a/node/31061.html +++ b/node/31061.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/redis
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31062.html b/node/31062.html index 6c9d50435..c7b0fe863 100644 --- a/node/31062.html +++ b/node/31062.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/nginx
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31064.html b/node/31064.html index 99f41bbc1..54de683d3 100644 --- a/node/31064.html +++ b/node/31064.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/python
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31065.html b/node/31065.html index 281b7112b..965f61803 100644 --- a/node/31065.html +++ b/node/31065.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/memcached
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31066.html b/node/31066.html index eeafef73e..cabee290b 100644 --- a/node/31066.html +++ b/node/31066.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/cgit
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31067.html b/node/31067.html index d1eddc49b..242c52816 100644 --- a/node/31067.html +++ b/node/31067.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-pytorch-oss
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31068.html b/node/31068.html index c599469ac..86229c19d 100644 --- a/node/31068.html +++ b/node/31068.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/php
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31069.html b/node/31069.html index d1e39f3de..20317bb65 100644 --- a/node/31069.html +++ b/node/31069.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/node
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31070.html b/node/31070.html index 5367040b5..2a4ca78ec 100644 --- a/node/31070.html +++ b/node/31070.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/haproxy
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31071.html b/node/31071.html index 6d5407a24..37ae41315 100644 --- a/node/31071.html +++ b/node/31071.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/golang
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31072.html b/node/31072.html index 455b04dd1..72c5f7d48 100644 --- a/node/31072.html +++ b/node/31072.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/iperf
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31073.html b/node/31073.html index 82c6d925b..5dc120618 100644 --- a/node/31073.html +++ b/node/31073.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-mkl-vnni
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31074.html b/node/31074.html index 2e0591148..f4aa92b53 100644 --- a/node/31074.html +++ b/node/31074.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31079.html b/node/31079.html index 69db5c856..729940435 100644 --- a/node/31079.html +++ b/node/31079.html @@ -328,8 +328,8 @@3:00 Check in, refreshments, networking
3:30 Clear Linux Project Overview
3:45 Clear Linux OS Architecture
-4:45 Demo: Deep Learning Reference Stack using Clear Linux OS
-5:15 Demo: Swupd
+4:45 Demo: Deep Learning Reference Stack using Clear Linux OS
+5:15 Demo: Swupd
5:45 Dinner Break
6:15 Hands on workshop
8:15 Panel
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31087.html b/node/31087.html index a96418e53..80b6a5987 100644 --- a/node/31087.html +++ b/node/31087.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31088.html b/node/31088.html index cd32335b9..825af11de 100644 --- a/node/31088.html +++ b/node/31088.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31089.html b/node/31089.html index cef0ecb53..c94e50934 100644 --- a/node/31089.html +++ b/node/31089.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31092.html b/node/31092.html index c78a9937c..275f0218e 100644 --- a/node/31092.html +++ b/node/31092.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31093.html b/node/31093.html index 09ffc972d..f62cbc596 100644 --- a/node/31093.html +++ b/node/31093.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31094.html b/node/31094.html index 969f678b8..9e2ca1f4d 100644 --- a/node/31094.html +++ b/node/31094.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dars-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31095.html b/node/31095.html index 07388be08..c8ba9d7be 100644 --- a/node/31095.html +++ b/node/31095.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dars-openblas
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31100.html b/node/31100.html index 20a81e58f..6cd772c1d 100644 --- a/node/31100.html +++ b/node/31100.html @@ -1532,7 +1532,7 @@ Documentation diff --git a/node/31103.html b/node/31103.html index f24e6bb14..a86d7a7b2 100644 --- a/node/31103.html +++ b/node/31103.html @@ -158,7 +158,7 @@ CommunityTo get this Docker image, enter: sudo docker pull clearlinux/openjdk
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31119.html b/node/31119.html index 177efc1ed..4791535ae 100644 --- a/node/31119.html +++ b/node/31119.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/ruby
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31120.html b/node/31120.html index 3a34f588c..dec0b4e5f 100644 --- a/node/31120.html +++ b/node/31120.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tensorflow
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31121.html b/node/31121.html index f6de1aeba..9df644a4d 100644 --- a/node/31121.html +++ b/node/31121.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/rabbitmq
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31122.html b/node/31122.html index 880104ea5..059994d33 100644 --- a/node/31122.html +++ b/node/31122.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/perl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31123.html b/node/31123.html index 2cc0b6f58..30e5a7863 100644 --- a/node/31123.html +++ b/node/31123.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31124.html b/node/31124.html index fcdc0feb1..0df82a1cf 100644 --- a/node/31124.html +++ b/node/31124.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31125.html b/node/31125.html index f19b1f5a1..f0251d1fb 100644 --- a/node/31125.html +++ b/node/31125.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31126.html b/node/31126.html index 1912399b2..4f058daa6 100644 --- a/node/31126.html +++ b/node/31126.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31127.html b/node/31127.html index f83479a1f..b35e664a6 100644 --- a/node/31127.html +++ b/node/31127.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31128.html b/node/31128.html index c995b4d08..1ab879b6a 100644 --- a/node/31128.html +++ b/node/31128.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31129.html b/node/31129.html index 1623f4ed1..09c1353a0 100644 --- a/node/31129.html +++ b/node/31129.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31130.html b/node/31130.html index 64e409a24..d2a0224f4 100644 --- a/node/31130.html +++ b/node/31130.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31131.html b/node/31131.html index afadbb554..8bc1fccd1 100644 --- a/node/31131.html +++ b/node/31131.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31132.html b/node/31132.html index 4e2519e37..51dd8ca14 100644 --- a/node/31132.html +++ b/node/31132.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31133.html b/node/31133.html index 2a1d096a8..550a0e5c7 100644 --- a/node/31133.html +++ b/node/31133.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31134.html b/node/31134.html index 32f6285cb..e163590a2 100644 --- a/node/31134.html +++ b/node/31134.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31135.html b/node/31135.html index 2c848e2ae..b4a7f2fd3 100644 --- a/node/31135.html +++ b/node/31135.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31136.html b/node/31136.html index 5094f7536..7071f45c4 100644 --- a/node/31136.html +++ b/node/31136.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31137.html b/node/31137.html index 6d46a0517..65204766b 100644 --- a/node/31137.html +++ b/node/31137.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31138.html b/node/31138.html index 19db9d86f..be60278b4 100644 --- a/node/31138.html +++ b/node/31138.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31139.html b/node/31139.html index ba8cf33c1..ce31c2b1b 100644 --- a/node/31139.html +++ b/node/31139.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31140.html b/node/31140.html index 60a139c2b..f357a0243 100644 --- a/node/31140.html +++ b/node/31140.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31141.html b/node/31141.html index a804cacb7..3b891431e 100644 --- a/node/31141.html +++ b/node/31141.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31159.html b/node/31159.html index 3158d456d..7fc31dfd5 100644 --- a/node/31159.html +++ b/node/31159.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31160.html b/node/31160.html index a680ad62c..1f4d9a3ea 100644 --- a/node/31160.html +++ b/node/31160.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31161.html b/node/31161.html index e94ec3d2c..b1e3095f6 100644 --- a/node/31161.html +++ b/node/31161.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31162.html b/node/31162.html index 74bb29164..80fc89bae 100644 --- a/node/31162.html +++ b/node/31162.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31163.html b/node/31163.html index 1010983f0..cc58b3d57 100644 --- a/node/31163.html +++ b/node/31163.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31164.html b/node/31164.html index 0873963b0..2156dc69e 100644 --- a/node/31164.html +++ b/node/31164.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31165.html b/node/31165.html index 39b761f05..fa28c5c61 100644 --- a/node/31165.html +++ b/node/31165.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31167.html b/node/31167.html index f9fcedd28..58f93e753 100644 --- a/node/31167.html +++ b/node/31167.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31168.html b/node/31168.html index 00d079f25..f33cfc514 100644 --- a/node/31168.html +++ b/node/31168.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31169.html b/node/31169.html index c52cdbea3..df7ab044a 100644 --- a/node/31169.html +++ b/node/31169.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31170.html b/node/31170.html index c36538dfd..d24867252 100644 --- a/node/31170.html +++ b/node/31170.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31171.html b/node/31171.html index 27c1eaab4..a7a6f9d08 100644 --- a/node/31171.html +++ b/node/31171.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31172.html b/node/31172.html index ab5156dd4..068a35a18 100644 --- a/node/31172.html +++ b/node/31172.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31173.html b/node/31173.html index 0aca10c66..daf07b5be 100644 --- a/node/31173.html +++ b/node/31173.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31174.html b/node/31174.html index 45be2a839..ba5ae7b69 100644 --- a/node/31174.html +++ b/node/31174.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31175.html b/node/31175.html index 5aa6f30bb..483759712 100644 --- a/node/31175.html +++ b/node/31175.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31176.html b/node/31176.html index a66ef5ddf..23bf16aec 100644 --- a/node/31176.html +++ b/node/31176.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31177.html b/node/31177.html index 813bf4444..8ed1bbe49 100644 --- a/node/31177.html +++ b/node/31177.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31178.html b/node/31178.html index 15cc254d9..fcfce2116 100644 --- a/node/31178.html +++ b/node/31178.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31179.html b/node/31179.html index 86425d8e1..d8431bc3d 100644 --- a/node/31179.html +++ b/node/31179.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31180.html b/node/31180.html index 48aadcf27..cd11325cc 100644 --- a/node/31180.html +++ b/node/31180.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31181.html b/node/31181.html index 2560aacd2..c7ada5d62 100644 --- a/node/31181.html +++ b/node/31181.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31182.html b/node/31182.html index d7596d5fe..c6326a834 100644 --- a/node/31182.html +++ b/node/31182.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31183.html b/node/31183.html index 061370ea4..8b357d0a5 100644 --- a/node/31183.html +++ b/node/31183.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31184.html b/node/31184.html index 60a55092d..a79a73f0e 100644 --- a/node/31184.html +++ b/node/31184.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31185.html b/node/31185.html index c6ab09208..7099620a1 100644 --- a/node/31185.html +++ b/node/31185.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31206.html b/node/31206.html index 2b94b4669..6814dadee 100644 --- a/node/31206.html +++ b/node/31206.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/os-core
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31208.html b/node/31208.html index e31ca8543..87390a16d 100644 --- a/node/31208.html +++ b/node/31208.html @@ -868,7 +868,7 @@To get this Docker image, enter: sudo docker pull clearlinux/php-fpm
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31210.html b/node/31210.html index be6b6cd73..70d1e2846 100644 --- a/node/31210.html +++ b/node/31210.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-clearlinux
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31212.html b/node/31212.html index f4c03c5a3..6cb03004e 100644 --- a/node/31212.html +++ b/node/31212.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31213.html b/node/31213.html index bd7f8e67a..5130f5fa7 100644 --- a/node/31213.html +++ b/node/31213.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31214.html b/node/31214.html index 463411f0a..ae69bc382 100644 --- a/node/31214.html +++ b/node/31214.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31217.html b/node/31217.html index b0f710919..027153732 100644 --- a/node/31217.html +++ b/node/31217.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31218.html b/node/31218.html index cebe40500..fcb615a34 100644 --- a/node/31218.html +++ b/node/31218.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31219.html b/node/31219.html index 7fc4d72ce..c0be0b323 100644 --- a/node/31219.html +++ b/node/31219.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31220.html b/node/31220.html index 0499ff91e..464dc8f76 100644 --- a/node/31220.html +++ b/node/31220.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31222.html b/node/31222.html index 98fa94dfb..084d6804d 100644 --- a/node/31222.html +++ b/node/31222.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31223.html b/node/31223.html index 4b867e85f..8cac34f1d 100644 --- a/node/31223.html +++ b/node/31223.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31224.html b/node/31224.html index d14f5aad6..7da6cd67e 100644 --- a/node/31224.html +++ b/node/31224.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31225.html b/node/31225.html index b3e594494..c29fe0bf0 100644 --- a/node/31225.html +++ b/node/31225.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/wordpress
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31226.html b/node/31226.html index ba2761bca..a1835938c 100644 --- a/node/31226.html +++ b/node/31226.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31227.html b/node/31227.html index 084023b61..f5a2ffc95 100644 --- a/node/31227.html +++ b/node/31227.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31228.html b/node/31228.html index 3508225c4..826ccd8e8 100644 --- a/node/31228.html +++ b/node/31228.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31236.html b/node/31236.html index 756adf52a..c236a459d 100644 --- a/node/31236.html +++ b/node/31236.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31336.html b/node/31336.html index 91cde21b8..97b6542af 100644 --- a/node/31336.html +++ b/node/31336.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31337.html b/node/31337.html index 30ad6c926..979242fa3 100644 --- a/node/31337.html +++ b/node/31337.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31338.html b/node/31338.html index 86704631e..2589c1b02 100644 --- a/node/31338.html +++ b/node/31338.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31339.html b/node/31339.html index f9b151f2a..c235eb511 100644 --- a/node/31339.html +++ b/node/31339.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31340.html b/node/31340.html index 1acbce5c2..b8484652c 100644 --- a/node/31340.html +++ b/node/31340.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31344.html b/node/31344.html index 6f49cff06..92440067a 100644 --- a/node/31344.html +++ b/node/31344.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31345.html b/node/31345.html index c4bf1e844..38bc9cc9c 100644 --- a/node/31345.html +++ b/node/31345.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31346.html b/node/31346.html index 44e23da7d..8ab4bc565 100644 --- a/node/31346.html +++ b/node/31346.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31347.html b/node/31347.html index 7715f2ff6..51428161b 100644 --- a/node/31347.html +++ b/node/31347.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31348.html b/node/31348.html index 2465a2533..ff09afa62 100644 --- a/node/31348.html +++ b/node/31348.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31351.html b/node/31351.html index 8db76f929..ee6ee329c 100644 --- a/node/31351.html +++ b/node/31351.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31352.html b/node/31352.html index 5f5daaffb..36178e272 100644 --- a/node/31352.html +++ b/node/31352.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31358.html b/node/31358.html index a3a836df8..0b4e12d0f 100644 --- a/node/31358.html +++ b/node/31358.html @@ -300,7 +300,7 @@The Clear Linux OS Docs team is happy to announce that our documentation site for the Clear Linux Project has moved to a Sphinx/reST site with the ubiquitous Read-The-Docs theme, consistent with many open source documentation projects.
+The Clear Linux OS Docs team is happy to announce that our documentation site for the Clear Linux Project has moved to a Sphinx/reST site with the ubiquitous Read-The-Docs theme, consistent with many open source documentation projects.
The new documentation site allows for a huge improvement in documentation features and functionality for our end users. Some of the new features include:
@@ -312,14 +312,14 @@4. Simplified content presentation in Get Started, Guides, and Tutorials
+4. Simplified content presentation in Get Started, Guides, and Tutorials
5. Multiple language and version support
On the bottom left of the new site navigation pane, you will notice navigation to various versions of Clear Linux OS as well multiple languages. Translations of the Clear Linux OS documentation are underway and we are looking forward to adding them to the documentation soon!
This site move was a massive undertaking spearheaded by the Clear Linux Documentation team. They helped ensure that every detail of the move was tracked accordingly and ensured no details were missed. Kudos to them!
-We highly encourage you to explore the new documentation site, provide feedback, and log any issues you find, or even collaborate directly as we continue to make improvements on the new documentation site.
+We highly encourage you to explore the new documentation site, provide feedback, and log any issues you find, or even collaborate directly as we continue to make improvements on the new documentation site.
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31371.html b/node/31371.html index 2badc5210..501c71830 100644 --- a/node/31371.html +++ b/node/31371.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31372.html b/node/31372.html index c51197a94..8c510e124 100644 --- a/node/31372.html +++ b/node/31372.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31373.html b/node/31373.html index f490f6568..8691d143d 100644 --- a/node/31373.html +++ b/node/31373.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31374.html b/node/31374.html index ab35856b0..bf06adfe4 100644 --- a/node/31374.html +++ b/node/31374.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31375.html b/node/31375.html index 6edbd702f..455b27432 100644 --- a/node/31375.html +++ b/node/31375.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31376.html b/node/31376.html index 21c257e5a..7cf60bf2a 100644 --- a/node/31376.html +++ b/node/31376.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31377.html b/node/31377.html index bea00f904..11550ef97 100644 --- a/node/31377.html +++ b/node/31377.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31378.html b/node/31378.html index b0667cbee..93f3fba76 100644 --- a/node/31378.html +++ b/node/31378.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31380.html b/node/31380.html index bf8432792..e1b1c8e23 100644 --- a/node/31380.html +++ b/node/31380.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-ml-compiler
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31381.html b/node/31381.html index 7d5a8a17b..6fa06c2ed 100644 --- a/node/31381.html +++ b/node/31381.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31382.html b/node/31382.html index 5f0626383..434720f59 100644 --- a/node/31382.html +++ b/node/31382.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31386.html b/node/31386.html index b3b381edd..40bcd8678 100644 --- a/node/31386.html +++ b/node/31386.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31387.html b/node/31387.html index 0408da245..ac288f4d5 100644 --- a/node/31387.html +++ b/node/31387.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31388.html b/node/31388.html index 058c1391d..ca29d3bb8 100644 --- a/node/31388.html +++ b/node/31388.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31394.html b/node/31394.html index 9175b0465..dad6d6448 100644 --- a/node/31394.html +++ b/node/31394.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31398.html b/node/31398.html index b5d2cdf33..7e3ed3cd7 100644 --- a/node/31398.html +++ b/node/31398.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31399.html b/node/31399.html index b3cf597c7..5c348442f 100644 --- a/node/31399.html +++ b/node/31399.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31400.html b/node/31400.html index 28cb68435..d01bbc489 100644 --- a/node/31400.html +++ b/node/31400.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31401.html b/node/31401.html index c342d32be..3a64d5a8b 100644 --- a/node/31401.html +++ b/node/31401.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31408.html b/node/31408.html index 45e4bbc99..4fe4ef2ab 100644 --- a/node/31408.html +++ b/node/31408.html @@ -849,7 +849,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dbrs-redis
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31409.html b/node/31409.html index c95148f55..154e5190d 100644 --- a/node/31409.html +++ b/node/31409.html @@ -850,7 +850,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dbrs-cassandra
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31411.html b/node/31411.html index c59b42f1c..eb3b7491b 100644 --- a/node/31411.html +++ b/node/31411.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31412.html b/node/31412.html index 3c2050bf1..d6d3948a3 100644 --- a/node/31412.html +++ b/node/31412.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31413.html b/node/31413.html index fccc0e8b5..ec1965405 100644 --- a/node/31413.html +++ b/node/31413.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31414.html b/node/31414.html index f644adade..0cedf573e 100644 --- a/node/31414.html +++ b/node/31414.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31415.html b/node/31415.html index 92413ed0f..42bb55804 100644 --- a/node/31415.html +++ b/node/31415.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31416.html b/node/31416.html index 41219e575..7116840e0 100644 --- a/node/31416.html +++ b/node/31416.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31417.html b/node/31417.html index cb276aede..f972fb5c7 100644 --- a/node/31417.html +++ b/node/31417.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31419.html b/node/31419.html index 6be7f3e15..1b27321a0 100644 --- a/node/31419.html +++ b/node/31419.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tensorflow-serving
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31421.html b/node/31421.html index 978f91dd6..e6c513905 100644 --- a/node/31421.html +++ b/node/31421.html @@ -913,7 +913,7 @@ Learn more diff --git a/node/31422.html b/node/31422.html index 1da1ef482..9ae2fd6fa 100644 --- a/node/31422.html +++ b/node/31422.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31423.html b/node/31423.html index dd60e377a..cc0528759 100644 --- a/node/31423.html +++ b/node/31423.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31424.html b/node/31424.html index fd973541c..e43872621 100644 --- a/node/31424.html +++ b/node/31424.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31425.html b/node/31425.html index 2e868f5bc..623872642 100644 --- a/node/31425.html +++ b/node/31425.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31426.html b/node/31426.html index 78e45d7cd..7fa900a35 100644 --- a/node/31426.html +++ b/node/31426.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31427.html b/node/31427.html index fefa6542e..6dfb9ec2b 100644 --- a/node/31427.html +++ b/node/31427.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31428.html b/node/31428.html index 023349501..83771a01f 100644 --- a/node/31428.html +++ b/node/31428.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31429.html b/node/31429.html index 5fca3fc7d..b4ff25dda 100644 --- a/node/31429.html +++ b/node/31429.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31430.html b/node/31430.html index 2e212b74e..0f5d55465 100644 --- a/node/31430.html +++ b/node/31430.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31431.html b/node/31431.html index 68c477907..a87eed56f 100644 --- a/node/31431.html +++ b/node/31431.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31432.html b/node/31432.html index 32240996f..5729af8e3 100644 --- a/node/31432.html +++ b/node/31432.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31433.html b/node/31433.html index e39bb314b..7644b2f96 100644 --- a/node/31433.html +++ b/node/31433.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31434.html b/node/31434.html index 155fa985a..46f536bc6 100644 --- a/node/31434.html +++ b/node/31434.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31435.html b/node/31435.html index 4f7116746..2440f9c10 100644 --- a/node/31435.html +++ b/node/31435.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31436.html b/node/31436.html index 54bc73718..4074b3d63 100644 --- a/node/31436.html +++ b/node/31436.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31437.html b/node/31437.html index 5d1e02d07..399e7ae83 100644 --- a/node/31437.html +++ b/node/31437.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31456.html b/node/31456.html index b8b47d1a8..07c7d11c8 100644 --- a/node/31456.html +++ b/node/31456.html @@ -865,7 +865,7 @@To get this Docker image, enter: sudo docker pull clearlinux/openvino
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31462.html b/node/31462.html index ef13df4a4..96105a39f 100644 --- a/node/31462.html +++ b/node/31462.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31463.html b/node/31463.html index 35c31fae2..17a2bea2c 100644 --- a/node/31463.html +++ b/node/31463.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31464.html b/node/31464.html index 914005c5c..981a09576 100644 --- a/node/31464.html +++ b/node/31464.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31465.html b/node/31465.html index e98340b7e..49261dccd 100644 --- a/node/31465.html +++ b/node/31465.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31466.html b/node/31466.html index 1149a8083..989bd92df 100644 --- a/node/31466.html +++ b/node/31466.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31467.html b/node/31467.html index 39457c7e8..bbfa200e9 100644 --- a/node/31467.html +++ b/node/31467.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31468.html b/node/31468.html index 62d87f072..6acf5bba0 100644 --- a/node/31468.html +++ b/node/31468.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31469.html b/node/31469.html index 8401f348a..84fc8c13d 100644 --- a/node/31469.html +++ b/node/31469.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31470.html b/node/31470.html index b22149058..770f5226d 100644 --- a/node/31470.html +++ b/node/31470.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31475.html b/node/31475.html index c5a7574f5..44ef0efb5 100644 --- a/node/31475.html +++ b/node/31475.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31476.html b/node/31476.html index 9415e39c2..7317aef9b 100644 --- a/node/31476.html +++ b/node/31476.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31477.html b/node/31477.html index 62d61ac44..804ac4a90 100644 --- a/node/31477.html +++ b/node/31477.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31478.html b/node/31478.html index c7ee6c787..7d74030bc 100644 --- a/node/31478.html +++ b/node/31478.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31479.html b/node/31479.html index 401683646..f04826a15 100644 --- a/node/31479.html +++ b/node/31479.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31480.html b/node/31480.html index aea25292b..1254d3b64 100644 --- a/node/31480.html +++ b/node/31480.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31488.html b/node/31488.html index 874d7eecd..abbe891c1 100644 --- a/node/31488.html +++ b/node/31488.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31489.html b/node/31489.html index b4627bbe1..0b3bfba9c 100644 --- a/node/31489.html +++ b/node/31489.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31490.html b/node/31490.html index 7d6745a5d..56c2048f4 100644 --- a/node/31490.html +++ b/node/31490.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31492.html b/node/31492.html index b815e80e0..1319ae2a1 100644 --- a/node/31492.html +++ b/node/31492.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31493.html b/node/31493.html index 4999da922..c6f4fa38f 100644 --- a/node/31493.html +++ b/node/31493.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31494.html b/node/31494.html index 73c436153..d5716d2c7 100644 --- a/node/31494.html +++ b/node/31494.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31495.html b/node/31495.html index f34a68419..eab63ec0c 100644 --- a/node/31495.html +++ b/node/31495.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31496.html b/node/31496.html index 49c10cd31..395f4bdab 100644 --- a/node/31496.html +++ b/node/31496.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31504.html b/node/31504.html index 90876e9a5..aff8b9e59 100644 --- a/node/31504.html +++ b/node/31504.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31506.html b/node/31506.html index 246d220ec..338f1f8d0 100644 --- a/node/31506.html +++ b/node/31506.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31507.html b/node/31507.html index 87dd48de0..f076eb8a2 100644 --- a/node/31507.html +++ b/node/31507.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31508.html b/node/31508.html index 22a92b9a4..01f4a7ebd 100644 --- a/node/31508.html +++ b/node/31508.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31509.html b/node/31509.html index b75146b5a..8ac785e41 100644 --- a/node/31509.html +++ b/node/31509.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31510.html b/node/31510.html index 5cb68db9c..464764084 100644 --- a/node/31510.html +++ b/node/31510.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31511.html b/node/31511.html index 9ae230f2f..2828da2fa 100644 --- a/node/31511.html +++ b/node/31511.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31512.html b/node/31512.html index e4bd34094..0e5948da5 100644 --- a/node/31512.html +++ b/node/31512.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31513.html b/node/31513.html index 7dfb26ae6..55c39a5b8 100644 --- a/node/31513.html +++ b/node/31513.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31514.html b/node/31514.html index 572f0c745..5a84c8c6c 100644 --- a/node/31514.html +++ b/node/31514.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31515.html b/node/31515.html index b44a7d671..f0e1f54a8 100644 --- a/node/31515.html +++ b/node/31515.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31516.html b/node/31516.html index a11c0ee80..084ebe676 100644 --- a/node/31516.html +++ b/node/31516.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31517.html b/node/31517.html index 218819129..74ebf130b 100644 --- a/node/31517.html +++ b/node/31517.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31518.html b/node/31518.html index 124ef6ad7..74a6d2481 100644 --- a/node/31518.html +++ b/node/31518.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31519.html b/node/31519.html index 8d4673524..22c27d754 100644 --- a/node/31519.html +++ b/node/31519.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31520.html b/node/31520.html index b24a4fc5b..8d010596f 100644 --- a/node/31520.html +++ b/node/31520.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31521.html b/node/31521.html index b36b1450b..07e0b50fe 100644 --- a/node/31521.html +++ b/node/31521.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31522.html b/node/31522.html index 133e9e13e..49742fd90 100644 --- a/node/31522.html +++ b/node/31522.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31523.html b/node/31523.html index 2ddd199dd..381d59bae 100644 --- a/node/31523.html +++ b/node/31523.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31524.html b/node/31524.html index 9d1afabac..c0b41efe8 100644 --- a/node/31524.html +++ b/node/31524.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31525.html b/node/31525.html index 310fd6311..eccf53528 100644 --- a/node/31525.html +++ b/node/31525.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31526.html b/node/31526.html index 7a478bc43..d077193c7 100644 --- a/node/31526.html +++ b/node/31526.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31527.html b/node/31527.html index 62f5f7271..5fe785e91 100644 --- a/node/31527.html +++ b/node/31527.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31528.html b/node/31528.html index f24e6a5f9..4c14b9183 100644 --- a/node/31528.html +++ b/node/31528.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31529.html b/node/31529.html index 32b6205c1..f0a3046ac 100644 --- a/node/31529.html +++ b/node/31529.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31530.html b/node/31530.html index 85c6d380f..52dc044ca 100644 --- a/node/31530.html +++ b/node/31530.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31532.html b/node/31532.html index d286e1274..7d4a39cce 100644 --- a/node/31532.html +++ b/node/31532.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31539.html b/node/31539.html index ecab4edd9..879dc8839 100644 --- a/node/31539.html +++ b/node/31539.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31540.html b/node/31540.html index 0823b6f95..8702b5f5b 100644 --- a/node/31540.html +++ b/node/31540.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31541.html b/node/31541.html index e2eebbe24..8647c1828 100644 --- a/node/31541.html +++ b/node/31541.html @@ -365,8 +365,8 @@This tutorial assumes you have a Kubernetes cluster with three nodes running Clear Linux OS, which can be bare metal or virtual machines. One functions as the master node and the other two function as worker nodes in the Kubernetes cluster.
-Shared storage, such as NFS, is required to enable scalability across the Kubernetes cluster. Install NFS support on each node by installing the nfs-utils bundle.
@@ -685,8 +685,8 @@ $ kubectl scale deployments/wordpress --replicas=1
To get this Docker image, enter: sudo docker pull clearlinux/stacks-mers
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31546.html b/node/31546.html index 8fb6df117..dae316b34 100644 --- a/node/31546.html +++ b/node/31546.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31547.html b/node/31547.html index 3a41f6af1..5c27a4d7f 100644 --- a/node/31547.html +++ b/node/31547.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31548.html b/node/31548.html index 7cad7a002..514f2dc6e 100644 --- a/node/31548.html +++ b/node/31548.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31551.html b/node/31551.html index b22f38b01..81c0b5944 100644 --- a/node/31551.html +++ b/node/31551.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31556.html b/node/31556.html index 3c2d3afc4..9a2cba61b 100644 --- a/node/31556.html +++ b/node/31556.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31565.html b/node/31565.html index 136667b37..64c832a69 100644 --- a/node/31565.html +++ b/node/31565.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31566.html b/node/31566.html index a2249f8dc..ec5286280 100644 --- a/node/31566.html +++ b/node/31566.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31567.html b/node/31567.html index 16bdbc7d4..5cbff723d 100644 --- a/node/31567.html +++ b/node/31567.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31568.html b/node/31568.html index baa99d397..b7c927068 100644 --- a/node/31568.html +++ b/node/31568.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31574.html b/node/31574.html index 8aa50bf4c..a5b96a785 100644 --- a/node/31574.html +++ b/node/31574.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31575.html b/node/31575.html index 57e4c43ce..750ea7989 100644 --- a/node/31575.html +++ b/node/31575.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31576.html b/node/31576.html index 1cdbc1763..53f640592 100644 --- a/node/31576.html +++ b/node/31576.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31577.html b/node/31577.html index e1d677dbd..07573d76b 100644 --- a/node/31577.html +++ b/node/31577.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31578.html b/node/31578.html index 08d87be7e..f2f9e3a23 100644 --- a/node/31578.html +++ b/node/31578.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tesseract-ocr
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31579.html b/node/31579.html index dff9bdddd..e33393b83 100644 --- a/node/31579.html +++ b/node/31579.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/numpy-mp
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31583.html b/node/31583.html index 5fdc1e3dc..903dba485 100644 --- a/node/31583.html +++ b/node/31583.html @@ -866,7 +866,7 @@To get this Docker image, enter: sudo docker pull clearlinux/gonum
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31584.html b/node/31584.html index aaf10d1d9..3f5909f60 100644 --- a/node/31584.html +++ b/node/31584.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31586.html b/node/31586.html index 19a794732..c8f24ae60 100644 --- a/node/31586.html +++ b/node/31586.html @@ -868,7 +868,7 @@To get this Docker image, enter: sudo docker pull clearlinux/r-base
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31591.html b/node/31591.html index d055a6110..68a6d25c1 100644 --- a/node/31591.html +++ b/node/31591.html @@ -867,7 +867,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs_2-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/node/31598.html b/node/31598.html index 1f9bb1251..7bce56f5c 100644 --- a/node/31598.html +++ b/node/31598.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31611.html b/node/31611.html index 76f213fd4..af20228bb 100644 --- a/node/31611.html +++ b/node/31611.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31612.html b/node/31612.html index 4b5b77e6a..974abcd60 100644 --- a/node/31612.html +++ b/node/31612.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31613.html b/node/31613.html index a9beacb73..d4e3b4b30 100644 --- a/node/31613.html +++ b/node/31613.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31614.html b/node/31614.html index 5ed807ac4..87a8c6d97 100644 --- a/node/31614.html +++ b/node/31614.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31618.html b/node/31618.html index 8ad9b5ab0..b56ed159d 100644 --- a/node/31618.html +++ b/node/31618.html @@ -313,15 +313,15 @@Manageability
- In contrast to other Linux distros, Clear Linux OS is lean and can host multiple containers without requiring many unnecessary packages. Default installation is minimal, so there’s no need to strip the OS of extra services or software. Check out the recommended system requirements.
Security
- Clear Linux OS employs the principle of lightweight installation, reducing risk and addressing a basic security concern: “The more software you have installed, the larger the attack surface.” Because Clear Linux OS offers at least two releases per week, your version of Clear Linux OS will always carry the latest updates from the Linux kernel, as well as our developers’ security fixes.
Software updates
- Clear Linux OS allows you to run the exact same software for all container hosts in a cluster. Clear Linux OS manages software using swupd. This means administrators need only check a single version number to track all software on the system.
Performance
@@ -338,10 +338,10 @@
Learn more about Kubernetes on Clear Linux OS:
Cloud Native Setup: Kubernetes on Clear Linux OS examples
diff --git a/node/31619.html b/node/31619.html index 266d1bddd..3c188302e 100644 --- a/node/31619.html +++ b/node/31619.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31620.html b/node/31620.html index 6a2105d99..c670c4d06 100644 --- a/node/31620.html +++ b/node/31620.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31621.html b/node/31621.html index d2f1036bc..29b448cb7 100644 --- a/node/31621.html +++ b/node/31621.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31622.html b/node/31622.html index b0eb0108c..0c68c57e7 100644 --- a/node/31622.html +++ b/node/31622.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31627.html b/node/31627.html index 0b3250133..5c69531c3 100644 --- a/node/31627.html +++ b/node/31627.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31628.html b/node/31628.html index da8177750..803dfd55a 100644 --- a/node/31628.html +++ b/node/31628.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31629.html b/node/31629.html index 8233caec4..581aa96fd 100644 --- a/node/31629.html +++ b/node/31629.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31630.html b/node/31630.html index dc2ab5eea..d61b74519 100644 --- a/node/31630.html +++ b/node/31630.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31635.html b/node/31635.html index 8f01b1980..cfe2b08fd 100644 --- a/node/31635.html +++ b/node/31635.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31640.html b/node/31640.html index ecd3fda0c..5c0926211 100644 --- a/node/31640.html +++ b/node/31640.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31645.html b/node/31645.html index 881db787b..4de28e18c 100644 --- a/node/31645.html +++ b/node/31645.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31646.html b/node/31646.html index 48040ec14..704634a3d 100644 --- a/node/31646.html +++ b/node/31646.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31647.html b/node/31647.html index d67a90817..62c8688cf 100644 --- a/node/31647.html +++ b/node/31647.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31648.html b/node/31648.html index e21966e2f..247a202c4 100644 --- a/node/31648.html +++ b/node/31648.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31649.html b/node/31649.html index dea0cd8d8..1d729329b 100644 --- a/node/31649.html +++ b/node/31649.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31655.html b/node/31655.html index 52741ed6b..ebdad4377 100644 --- a/node/31655.html +++ b/node/31655.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31656.html b/node/31656.html index 59c798ee0..06a2d39b8 100644 --- a/node/31656.html +++ b/node/31656.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31657.html b/node/31657.html index 2d526961a..1c24ae8e8 100644 --- a/node/31657.html +++ b/node/31657.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31658.html b/node/31658.html index 056caeb86..49bd10350 100644 --- a/node/31658.html +++ b/node/31658.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31659.html b/node/31659.html index 0c4b1dcc1..3b1672708 100644 --- a/node/31659.html +++ b/node/31659.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31660.html b/node/31660.html index e4417eae6..5d6b066da 100644 --- a/node/31660.html +++ b/node/31660.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31661.html b/node/31661.html index a3da1ba78..86bc6522a 100644 --- a/node/31661.html +++ b/node/31661.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31662.html b/node/31662.html index 410b4d1cb..603d6dcc1 100644 --- a/node/31662.html +++ b/node/31662.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31663.html b/node/31663.html index 985bdd6bb..30da0c21e 100644 --- a/node/31663.html +++ b/node/31663.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31665.html b/node/31665.html index 098cb3d9b..b859b40b7 100644 --- a/node/31665.html +++ b/node/31665.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31669.html b/node/31669.html index 719c2134d..ebaf1c331 100644 --- a/node/31669.html +++ b/node/31669.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31670.html b/node/31670.html index f6c52c71d..00624c284 100644 --- a/node/31670.html +++ b/node/31670.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31671.html b/node/31671.html index e426f22b9..3c87d155a 100644 --- a/node/31671.html +++ b/node/31671.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31672.html b/node/31672.html index 37f5dc1e6..d86ffa8c2 100644 --- a/node/31672.html +++ b/node/31672.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31673.html b/node/31673.html index 7a2dc4d56..32f861739 100644 --- a/node/31673.html +++ b/node/31673.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31674.html b/node/31674.html index fd34b2c03..8ddf1733e 100644 --- a/node/31674.html +++ b/node/31674.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31679.html b/node/31679.html index 6d8ce744a..04cc84be2 100644 --- a/node/31679.html +++ b/node/31679.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31680.html b/node/31680.html index ceba3381b..c7cdb81f7 100644 --- a/node/31680.html +++ b/node/31680.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31681.html b/node/31681.html index eac9bf70b..6bcd2a10e 100644 --- a/node/31681.html +++ b/node/31681.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31682.html b/node/31682.html index 005e6752d..f77ec0915 100644 --- a/node/31682.html +++ b/node/31682.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31684.html b/node/31684.html index ce4e836c0..3c342649c 100644 --- a/node/31684.html +++ b/node/31684.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31685.html b/node/31685.html index 0cffd64e3..cd8b890fa 100644 --- a/node/31685.html +++ b/node/31685.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31691.html b/node/31691.html index df5b8a131..44d0d9750 100644 --- a/node/31691.html +++ b/node/31691.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31692.html b/node/31692.html index 429b8c5d9..0dddd3718 100644 --- a/node/31692.html +++ b/node/31692.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31693.html b/node/31693.html index d74746d93..7511566f1 100644 --- a/node/31693.html +++ b/node/31693.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31694.html b/node/31694.html index 9920583cf..7c4327196 100644 --- a/node/31694.html +++ b/node/31694.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31697.html b/node/31697.html index 10e0be802..753f1bf92 100644 --- a/node/31697.html +++ b/node/31697.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31699.html b/node/31699.html index 2b24f2990..0571d7572 100644 --- a/node/31699.html +++ b/node/31699.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31706.html b/node/31706.html index 04b34cdff..1d53def03 100644 --- a/node/31706.html +++ b/node/31706.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31708.html b/node/31708.html index 9fe2de21c..29130d124 100644 --- a/node/31708.html +++ b/node/31708.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31713.html b/node/31713.html index d71024952..98c8aab50 100644 --- a/node/31713.html +++ b/node/31713.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31717.html b/node/31717.html index b5f5df23d..d4a3bb842 100644 --- a/node/31717.html +++ b/node/31717.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31725.html b/node/31725.html index bf2e46384..5a62a217f 100644 --- a/node/31725.html +++ b/node/31725.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31726.html b/node/31726.html index 33c36900a..a115fb90d 100644 --- a/node/31726.html +++ b/node/31726.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31735.html b/node/31735.html index 4b729d4d3..eee53f94e 100644 --- a/node/31735.html +++ b/node/31735.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31736.html b/node/31736.html index 46b8c7bdf..60fda65ef 100644 --- a/node/31736.html +++ b/node/31736.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31737.html b/node/31737.html index bd2a659d9..6c757898d 100644 --- a/node/31737.html +++ b/node/31737.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31738.html b/node/31738.html index f6f3398c3..a57621c57 100644 --- a/node/31738.html +++ b/node/31738.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31739.html b/node/31739.html index 05a703de4..e04761c09 100644 --- a/node/31739.html +++ b/node/31739.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31742.html b/node/31742.html index deb0a021d..b532ed843 100644 --- a/node/31742.html +++ b/node/31742.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31744.html b/node/31744.html index 91c96a8cd..ea9597817 100644 --- a/node/31744.html +++ b/node/31744.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31746.html b/node/31746.html index f10a96cdf..260094f13 100644 --- a/node/31746.html +++ b/node/31746.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31747.html b/node/31747.html index aa51867ed..d7f98caa8 100644 --- a/node/31747.html +++ b/node/31747.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31750.html b/node/31750.html index 04e7a06be..6d4f0c817 100644 --- a/node/31750.html +++ b/node/31750.html @@ -407,7 +407,7 @@[2] https://ruder.io/nlp-imagenet/
-[3] https://docs.01.org/clearlinux/latest/guides/stacks/dlrs.html#using-transformers-for-natural-language-processing
+[3] https://www.clearlinux.org/clear-linux-documentation/guides/stacks/dlrs.html#using-transformers-for-natural-language-processing
[4] https://github.com/flairNLP/flair
diff --git a/node/31751.html b/node/31751.html index 3b2af3dcb..255be107e 100644 --- a/node/31751.html +++ b/node/31751.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31753.html b/node/31753.html index 3236590cf..919148431 100644 --- a/node/31753.html +++ b/node/31753.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31754.html b/node/31754.html index 512852f82..7aae9bbbd 100644 --- a/node/31754.html +++ b/node/31754.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31766.html b/node/31766.html index a921f684c..5d82838e3 100644 --- a/node/31766.html +++ b/node/31766.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31767.html b/node/31767.html index 67366753e..14ea36a98 100644 --- a/node/31767.html +++ b/node/31767.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31768.html b/node/31768.html index 11d991575..eea649c41 100644 --- a/node/31768.html +++ b/node/31768.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31769.html b/node/31769.html index 8afa1b800..e5512b8e4 100644 --- a/node/31769.html +++ b/node/31769.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31770.html b/node/31770.html index 7e7a4794c..01ee541d1 100644 --- a/node/31770.html +++ b/node/31770.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31779.html b/node/31779.html index 9b79dab9a..923a4f71a 100644 --- a/node/31779.html +++ b/node/31779.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31788.html b/node/31788.html index 340955aef..b3fdfe4a3 100644 --- a/node/31788.html +++ b/node/31788.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31804.html b/node/31804.html index faca81f96..e3d9c70fd 100644 --- a/node/31804.html +++ b/node/31804.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31805.html b/node/31805.html index 75cf4cb98..468fc531e 100644 --- a/node/31805.html +++ b/node/31805.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31806.html b/node/31806.html index 40bf6dae2..e69dc85c7 100644 --- a/node/31806.html +++ b/node/31806.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31807.html b/node/31807.html index ea03503eb..7e8d7ef24 100644 --- a/node/31807.html +++ b/node/31807.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31808.html b/node/31808.html index 1fdd0ee35..d5dff225a 100644 --- a/node/31808.html +++ b/node/31808.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31809.html b/node/31809.html index 3c5f9a5d2..0a09d9e23 100644 --- a/node/31809.html +++ b/node/31809.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31810.html b/node/31810.html index 5a6b0dfac..261c07d3b 100644 --- a/node/31810.html +++ b/node/31810.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31811.html b/node/31811.html index 8c56ac9b3..77b7e7be7 100644 --- a/node/31811.html +++ b/node/31811.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31814.html b/node/31814.html index 2567b1260..0d230dc27 100644 --- a/node/31814.html +++ b/node/31814.html @@ -330,7 +330,7 @@ Intel CorporationOpenBLAS uses OpenMP* as the mechanism for parallelism. The OpenMP API provides support for parallel programming with shared-memory processors across multiple platforms. It provides a threading layer with configurable environment variables to balance maximum performance and resource scheduling.
-Clear Linux OS is optimized for performance. It uses the latest compiler optimized for Intel® architecture with the latest features and compiler flags to optimize builds. The Clear Linux OS uses a multiple library build approach and will link the library most optimized for the capabilities of the processor in the running system. Clear Linux OS provides optimized software components across the software stack that support Go development, such as Intel AVX-512 optimized glibc and OpenBLAS.
+Clear Linux OS is optimized for performance. It uses the latest compiler optimized for Intel® architecture with the latest features and compiler flags to optimize builds. The Clear Linux OS uses a multiple library build approach and will link the library most optimized for the capabilities of the processor in the running system. Clear Linux OS provides optimized software components across the software stack that support Go development, such as Intel AVX-512 optimized glibc and OpenBLAS.
@@ -365,7 +365,7 @@ WORKDIR $GOPATH/src/app
OpenBLAS and OpenMP expose configuration variables that influence performance of shared-memory multiprocessing applications. The clearlinux/golang container is based on Clear Linux OS which uses compiler options that are optimized for Intel architecture. Clear Linux OS patches the default values for the OpenBLAS and OpenMP configuration variables as follows:
+OpenBLAS and OpenMP expose configuration variables that influence performance of shared-memory multiprocessing applications. The clearlinux/golang container is based on Clear Linux OS which uses compiler options that are optimized for Intel architecture. Clear Linux OS patches the default values for the OpenBLAS and OpenMP configuration variables as follows:
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31816.html b/node/31816.html index 70db3815b..6862ccada 100644 --- a/node/31816.html +++ b/node/31816.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31833.html b/node/31833.html index 52fc9ea80..dbf31caab 100644 --- a/node/31833.html +++ b/node/31833.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31834.html b/node/31834.html index 3cc29cfc6..e89538f71 100644 --- a/node/31834.html +++ b/node/31834.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31835.html b/node/31835.html index 85a765de3..3c0c06c19 100644 --- a/node/31835.html +++ b/node/31835.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31836.html b/node/31836.html index 87de0c685..db86d69fc 100644 --- a/node/31836.html +++ b/node/31836.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31837.html b/node/31837.html index 36c5b065a..c819429bc 100644 --- a/node/31837.html +++ b/node/31837.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31838.html b/node/31838.html index 5d4162b7a..e34b3747c 100644 --- a/node/31838.html +++ b/node/31838.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31843.html b/node/31843.html index 9e1038ac2..6e6b07785 100644 --- a/node/31843.html +++ b/node/31843.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31897.html b/node/31897.html index 08b485974..0a1c6f91c 100644 --- a/node/31897.html +++ b/node/31897.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/31966.html b/node/31966.html index 833db41bc..da72e9a5e 100644 --- a/node/31966.html +++ b/node/31966.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/node/59.html b/node/59.html index 8def349d3..1cbdaccb1 100644 --- a/node/59.html +++ b/node/59.html @@ -302,7 +302,7 @@When learning computer programming languages, the first example tutorial given is usually ‘hello world’. Similarly, to learn about machine learning, the first example is often image recognition of handwritten numbers based on the MNIST dataset. If you've ever wondered how to get started with machine learning, our tutorial offers an easy step by step guide to begin to explore this exciting new field of computer science.
-The machine learning tutorial walks users through the process of installing and configuring a Clear Linux Host OS on bare metal, although a virtual machine or even a Microsoft* Azure cloud instance could also be used, and installing the packages used with machine learning, easily added with the machine learning bundles. It also walks users through setting up a Jupyter notebook, an open-source web application used to create and share documents with live code, equations, visualizations, and explanatory text, and running the machine learning example code.
+The machine learning tutorial walks users through the process of installing and configuring a Clear Linux Host OS on bare metal, although a virtual machine or even a Microsoft* Azure cloud instance could also be used, and installing the packages used with machine learning, easily added with the machine learning bundles. It also walks users through setting up a Jupyter notebook, an open-source web application used to create and share documents with live code, equations, visualizations, and explanatory text, and running the machine learning example code.
We included additional resources to allow you to learn more about the MNIST example, TensorFlow, Jupyter, and machine learning in general.
diff --git a/node/650.html b/node/650.html index c4c64eeaf..6188a1fb6 100644 --- a/node/650.html +++ b/node/650.html @@ -189,7 +189,7 @@ CommunityA recurring theme throughout the Clear Linux* project is the use of sane defaults. This philosophy is so enshrined that the Operating System is entirely stateless. We also extended this to the visuals of the desktop, using the beautiful Arc GTK+ Theme, and the elementary Xfce icon theme (an adaptation of elementary OS’s default icon theme.
+A recurring theme throughout the Clear Linux* project is the use of sane defaults. This philosophy is so enshrined that the Operating System is entirely stateless. We also extended this to the visuals of the desktop, using the beautiful Arc GTK+ Theme, and the elementary Xfce icon theme (an adaptation of elementary OS’s default icon theme.
-
For a reference of the current bundles, check out the Available bundles.
+For a reference of the current bundles, check out the Available bundles.
If you’re looking for more information on how to choose the correct image for your purpose, please visit our Getting Started page explaining the purpose of the various images that Clear Linux* provides:
- +-
Software Update provides fast upgrades with the implementation of binary deltas calculation; this means that only the binary differences that changed for your specific software components are downloaded.
+Software Update provides fast upgrades with the implementation of binary deltas calculation; this means that only the binary differences that changed for your specific software components are downloaded.
@@ -330,7 +330,7 @@
-
Zero regression testing on OpenStack's upgrade was possible with the use of the Mixer, which provided a development software update server where developers put the latest changes. Then development machines performed software update against that server.
+Zero regression testing on OpenStack's upgrade was possible with the use of the Mixer, which provided a development software update server where developers put the latest changes. Then development machines performed software update against that server.
diff --git a/node/676.html b/node/676.html index fb36e101a..ccc515c66 100644 --- a/node/676.html +++ b/node/676.html @@ -318,7 +318,7 @@
$ wget https://download.clearlinux.org/current/clear-linux-check-config.sh
$ chmod +x clear-linux-check-config.sh
$ ./clear-linux-check-config.sh host
For further details, see the Getting Started page.
For further details, see the Getting Started page.
Over the last month, project activity has been pretty busy, with 91 commits from 44 pull requests having been submitted by 10 authors. My email inbox is definitely feeling the pressure.
-If you are interested in the underpinnings of how Intel Clear Containers are architected, then have a look at the recently published page here.
+If you are interested in the underpinnings of how Intel Clear Containers are architected, then have a look at the recently published page here.
diff --git a/node/690.html b/node/690.html index 79680e9e8..e8667bb8e 100644 --- a/node/690.html +++ b/node/690.html @@ -290,10 +290,10 @@ Clear Linux OS is a performance-driven Linux distro for running workloads in the cloud. Clear Linux OS ranks faster on several benchmarks when tested on Intel® Core i9 and Intel® Xeon® processors. Software and libraries in Clear Linux OS are compiled with the latest optimizations, including Intel® Advanced Vector Extensions AVX-512 (Intel® AVX2-512).Up-to-date software
Clear Linux OS is a rolling release that bundles software which follows upstream source closely and updates frequently.
Up-to-date software
Clear Linux OS is a rolling release that bundles software which follows upstream source closely and updates frequently.
Security
Clear Linux OS follows an aggressive security model and best practices for CVE patching. See our security page for more information.
Security
Clear Linux OS follows an aggressive security model and best practices for CVE patching. See our security page for more information.
Small size
As a host, Clear Linux OS is lean and can host multiple containers without requiring many unnecessary packages. For containers, images are built using a multi-staged build approach to produce reduced container image size.
@@ -303,7 +303,7 @@
Clear Linux offers an official Docker* build of Clear Linux OS as well as images of popular application based on Clear Linux OS. Clear Linux OS container images are designed to have familiar syntax by using the same container run syntax as the official versions images. With over 1M downloads and counting, getting started is easy!
-Visit the documentation about container images to learn more.
+
Visit the documentation about container images to learn more.
Getting started to run containers with Docker is as simple as adding the containers-basic bundle.
-Visit the documentation about Docker on Clear Linux OS to learn more.
+
Getting started to run containers with Docker is as simple as adding the containers-basic bundle.
+Visit the documentation about Docker on Clear Linux OS to learn more.
Kata Containers provide a dedicated kernel, enabling isolation of network, I/O, and memory, as well as support for industry standards such as OCI container format, Kubernetes* CRI, and legacy virtualization.
-Visit the documentation about Kata on Clear Linux OS to learn more.
+
Visit the documentation about Kata on Clear Linux OS to learn more.
As an open source container orchestration system, Kubernetes* automates deployment, scaling, maintenance, and scheduling of application containers across clusters of nodes. Nodes in a cluster can run your applications or workloads. Installing Kubernetes on a Clear Linux node is simple and can be done automatically with Clear Linux cloud-native-setup scripts. To get started, you need only add one bundle: cloud-native-basic.
Kubernetes offers integration with various container runtimes (CRI) including runc and CRI+O. Kubernetes on Clear Linux makes it easy to configure integrations with Kata as a container runtime.
-Learn how to install, configure, and deploy Kubernetes on Clear Linux OS.
+Learn how to install, configure, and deploy Kubernetes on Clear Linux OS.
Users can easily leverage the benefits of Kata Containers in the Clear Linux OS by adding a bundle and optionally setting Kata Containers as their default containers option. Kata Containers provides workload isolation by utilizing Intel VT-x and VT-d technologies, enabling the security advantages of VMs, all while working seamlessly in the existing container ecosystem. The benefit for Clear Linux users is that they now have an easier option to use Kata with Docker. There are already detailed step by step instructions available in the two tutorials at the Clear Linux* project website to get started using Kata Containers:
-As previously mentioned, Clear Containers and Kata Containers can co-exist in the same system, however, we recommend that users migrate to Kata Containers because Clear Containers is no longer maintained and will soon be deprecated on the Clear Linux* OS.
For any issues or questions regarding Kata Containers in Clear Linux*, please contact the Clear Linux* project team through the mailing list: https://lists.clearlinux.org/mailman/listinfo/dev or the IRC channel: https://clearlinux.org/community/irc-channel.
diff --git a/node/776.html b/node/776.html index 738e50314..dd32b607b 100644 --- a/node/776.html +++ b/node/776.html @@ -314,7 +314,7 @@
-In Clear Linux OS, the /etc/fstab file is non-existent by design. Clear Linux OS segregates user configuration from the OS distributed configuration. By avoiding placing anything in the /etc folder, Clear Linux OS enables a stateless OS architecture, which offers several benefits.
For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/acpica-unix2.html b/software/bundle/acpica-unix2.html index f34326f9a..a2fd79f80 100644 --- a/software/bundle/acpica-unix2.html +++ b/software/bundle/acpica-unix2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/akonadi.html b/software/bundle/akonadi.html index 260af8b7f..8f53ad9e0 100644 --- a/software/bundle/akonadi.html +++ b/software/bundle/akonadi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/alsa-tools.html b/software/bundle/alsa-tools.html index 773f9ad32..7439dbe2b 100644 --- a/software/bundle/alsa-tools.html +++ b/software/bundle/alsa-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/alsa-utils.html b/software/bundle/alsa-utils.html index 02b99e32b..08f3bff9d 100644 --- a/software/bundle/alsa-utils.html +++ b/software/bundle/alsa-utils.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/amateur-radio.html b/software/bundle/amateur-radio.html index f2dd6936b..3d3a4ad82 100644 --- a/software/bundle/amateur-radio.html +++ b/software/bundle/amateur-radio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/analitza.html b/software/bundle/analitza.html index 0747ff742..f4db39f80 100644 --- a/software/bundle/analitza.html +++ b/software/bundle/analitza.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ansible.html b/software/bundle/ansible.html index 8d5665fe5..62363d80d 100644 --- a/software/bundle/ansible.html +++ b/software/bundle/ansible.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aosp-dev.html b/software/bundle/aosp-dev.html index ced490c04..f1fc0ff69 100644 --- a/software/bundle/aosp-dev.html +++ b/software/bundle/aosp-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/apache-flink.html b/software/bundle/apache-flink.html index 328546c96..51f2901b1 100644 --- a/software/bundle/apache-flink.html +++ b/software/bundle/apache-flink.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/apache-tomcat.html b/software/bundle/apache-tomcat.html index 059fa9c78..68855a127 100644 --- a/software/bundle/apache-tomcat.html +++ b/software/bundle/apache-tomcat.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/application-server.html b/software/bundle/application-server.html index f870acec4..a2f7f0be6 100644 --- a/software/bundle/application-server.html +++ b/software/bundle/application-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/arandr.html b/software/bundle/arandr.html index 7c757085a..671995d5a 100644 --- a/software/bundle/arandr.html +++ b/software/bundle/arandr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aria2.html b/software/bundle/aria2.html index 59457b79e..660cfb536 100644 --- a/software/bundle/aria2.html +++ b/software/bundle/aria2.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ark.html b/software/bundle/ark.html index 4cab6f0ca..2d6c2d628 100644 --- a/software/bundle/ark.html +++ b/software/bundle/ark.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/artikulate.html b/software/bundle/artikulate.html index d6909e2a3..45a3e46fb 100644 --- a/software/bundle/artikulate.html +++ b/software/bundle/artikulate.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aspell-de.html b/software/bundle/aspell-de.html index da9f9e5be..7cd60ce1a 100644 --- a/software/bundle/aspell-de.html +++ b/software/bundle/aspell-de.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aspell-es.html b/software/bundle/aspell-es.html index 6ceed0256..a84c1891c 100644 --- a/software/bundle/aspell-es.html +++ b/software/bundle/aspell-es.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aspell-fr.html b/software/bundle/aspell-fr.html index cf68f093b..3d0b326cc 100644 --- a/software/bundle/aspell-fr.html +++ b/software/bundle/aspell-fr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aspell.html b/software/bundle/aspell.html index bb76ac488..8a51c76db 100644 --- a/software/bundle/aspell.html +++ b/software/bundle/aspell.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/asunder.html b/software/bundle/asunder.html index 7c3328f41..f3b39f453 100644 --- a/software/bundle/asunder.html +++ b/software/bundle/asunder.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/atom.html b/software/bundle/atom.html index a860de826..a4c51aa23 100644 --- a/software/bundle/atom.html +++ b/software/bundle/atom.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/audacious.html b/software/bundle/audacious.html index aa4da47f9..dca50ab26 100644 --- a/software/bundle/audacious.html +++ b/software/bundle/audacious.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/audit.html b/software/bundle/audit.html index 1fdec2bbf..0cfc104ff 100644 --- a/software/bundle/audit.html +++ b/software/bundle/audit.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/automotive-tools.html b/software/bundle/automotive-tools.html index a32c9daa8..a38bd2387 100644 --- a/software/bundle/automotive-tools.html +++ b/software/bundle/automotive-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/avahi-daemon.html b/software/bundle/avahi-daemon.html index c3b893924..f728055c7 100644 --- a/software/bundle/avahi-daemon.html +++ b/software/bundle/avahi-daemon.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/aws-greengrass-iot.html b/software/bundle/aws-greengrass-iot.html index 1a95b814c..2f0c3f3db 100644 --- a/software/bundle/aws-greengrass-iot.html +++ b/software/bundle/aws-greengrass-iot.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/axel.html b/software/bundle/axel.html index b60f07269..ddbcee4b3 100644 --- a/software/bundle/axel.html +++ b/software/bundle/axel.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/azure-cli.html b/software/bundle/azure-cli.html index c54b66b79..c61dcef69 100644 --- a/software/bundle/azure-cli.html +++ b/software/bundle/azure-cli.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/azure-iot-sdk.html b/software/bundle/azure-iot-sdk.html index 838f11cc9..ba6d70373 100644 --- a/software/bundle/azure-iot-sdk.html +++ b/software/bundle/azure-iot-sdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/babel.html b/software/bundle/babel.html index 2dd5fd22b..085cd60ed 100644 --- a/software/bundle/babel.html +++ b/software/bundle/babel.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/baobab.html b/software/bundle/baobab.html index 64d3e7e15..79ac9f57b 100644 --- a/software/bundle/baobab.html +++ b/software/bundle/baobab.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bc.html b/software/bundle/bc.html index 8cfd21f15..0a02991ba 100644 --- a/software/bundle/bc.html +++ b/software/bundle/bc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bcache-tools.html b/software/bundle/bcache-tools.html index 6d9a763ab..7fc64f42a 100644 --- a/software/bundle/bcache-tools.html +++ b/software/bundle/bcache-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bcc.html b/software/bundle/bcc.html index 0020e15c4..8c990b41b 100644 --- a/software/bundle/bcc.html +++ b/software/bundle/bcc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/big-data-basic.html b/software/bundle/big-data-basic.html index 582b87158..898e46548 100644 --- a/software/bundle/big-data-basic.html +++ b/software/bundle/big-data-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bijiben.html b/software/bundle/bijiben.html index 0de72e085..34f7ac7ea 100644 --- a/software/bundle/bijiben.html +++ b/software/bundle/bijiben.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/binutils.html b/software/bundle/binutils.html index 61924dc6c..d13a0c02d 100644 --- a/software/bundle/binutils.html +++ b/software/bundle/binutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bison.html b/software/bundle/bison.html index 8561bfd53..31dadda21 100644 --- a/software/bundle/bison.html +++ b/software/bundle/bison.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/blender.html b/software/bundle/blender.html index bdf0e1e6f..84daa58f8 100644 --- a/software/bundle/blender.html +++ b/software/bundle/blender.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bmap-tools.html b/software/bundle/bmap-tools.html index 5ce0b74e1..ccda47338 100644 --- a/software/bundle/bmap-tools.html +++ b/software/bundle/bmap-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/boinc-client.html b/software/bundle/boinc-client.html index 307af3a72..20a9ab239 100644 --- a/software/bundle/boinc-client.html +++ b/software/bundle/boinc-client.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/boot-encrypted.html b/software/bundle/boot-encrypted.html index 2f3c68c44..eb306ee8b 100644 --- a/software/bundle/boot-encrypted.html +++ b/software/bundle/boot-encrypted.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bootloader-extras.html b/software/bundle/bootloader-extras.html index 5d0818584..a5c499555 100644 --- a/software/bundle/bootloader-extras.html +++ b/software/bundle/bootloader-extras.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bootloader.html b/software/bundle/bootloader.html index 5fcd6967c..7e0145bd3 100644 --- a/software/bundle/bootloader.html +++ b/software/bundle/bootloader.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/borgbackup.html b/software/bundle/borgbackup.html index 55a625671..6b9af5630 100644 --- a/software/bundle/borgbackup.html +++ b/software/bundle/borgbackup.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/bpftrace.html b/software/bundle/bpftrace.html index cb021d579..b1e7d474f 100644 --- a/software/bundle/bpftrace.html +++ b/software/bundle/bpftrace.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/buildreq-spark.html b/software/bundle/buildreq-spark.html index 1c1154dce..ca938ad9a 100644 --- a/software/bundle/buildreq-spark.html +++ b/software/bundle/buildreq-spark.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/byobu.html b/software/bundle/byobu.html index 979ac39c1..b2a063c02 100644 --- a/software/bundle/byobu.html +++ b/software/bundle/byobu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-basic-legacy.html b/software/bundle/c-basic-legacy.html index 5d9768d0e..152af1f5b 100644 --- a/software/bundle/c-basic-legacy.html +++ b/software/bundle/c-basic-legacy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-basic-mingw.html b/software/bundle/c-basic-mingw.html index 3d6824216..c6ed2ed9c 100644 --- a/software/bundle/c-basic-mingw.html +++ b/software/bundle/c-basic-mingw.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-basic-static.html b/software/bundle/c-basic-static.html index 02297d024..3ce53e66d 100644 --- a/software/bundle/c-basic-static.html +++ b/software/bundle/c-basic-static.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-basic.html b/software/bundle/c-basic.html index cca920b0f..d38ae4abf 100644 --- a/software/bundle/c-basic.html +++ b/software/bundle/c-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-extras-gcc7.html b/software/bundle/c-extras-gcc7.html index 019e21724..816846d9f 100644 --- a/software/bundle/c-extras-gcc7.html +++ b/software/bundle/c-extras-gcc7.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-extras-gcc8.html b/software/bundle/c-extras-gcc8.html index 0304c1b55..8ed2590c5 100644 --- a/software/bundle/c-extras-gcc8.html +++ b/software/bundle/c-extras-gcc8.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/c-extras-gcc9.html b/software/bundle/c-extras-gcc9.html index c6bb1af7b..62282e23c 100644 --- a/software/bundle/c-extras-gcc9.html +++ b/software/bundle/c-extras-gcc9.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cabextract.html b/software/bundle/cabextract.html index 614d48159..893710d54 100644 --- a/software/bundle/cabextract.html +++ b/software/bundle/cabextract.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/calc.html b/software/bundle/calc.html index 6e8a3e5a7..8faae1231 100644 --- a/software/bundle/calc.html +++ b/software/bundle/calc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/capstone.html b/software/bundle/capstone.html index 6237f83fb..ef62e0815 100644 --- a/software/bundle/capstone.html +++ b/software/bundle/capstone.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cassandra.html b/software/bundle/cassandra.html index 80e8d7ae0..16c29ffd6 100644 --- a/software/bundle/cassandra.html +++ b/software/bundle/cassandra.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/casync.html b/software/bundle/casync.html index c35e5b0da..2c8ec1cd9 100644 --- a/software/bundle/casync.html +++ b/software/bundle/casync.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ccache.html b/software/bundle/ccache.html index 9540c9d83..c06464154 100644 --- a/software/bundle/ccache.html +++ b/software/bundle/ccache.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ceph.html b/software/bundle/ceph.html index 76e9b9001..b7ef11779 100644 --- a/software/bundle/ceph.html +++ b/software/bundle/ceph.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cheese.html b/software/bundle/cheese.html index 76ab68bf4..6800f79f7 100644 --- a/software/bundle/cheese.html +++ b/software/bundle/cheese.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clamav.html b/software/bundle/clamav.html index 34236d6cf..fc1e582a2 100644 --- a/software/bundle/clamav.html +++ b/software/bundle/clamav.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cloc.html b/software/bundle/cloc.html index e3414bdb3..6e0198c30 100644 --- a/software/bundle/cloc.html +++ b/software/bundle/cloc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cloud-api.html b/software/bundle/cloud-api.html index 12fd56ee6..465da4617 100644 --- a/software/bundle/cloud-api.html +++ b/software/bundle/cloud-api.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cloud-control.html b/software/bundle/cloud-control.html index 764e86eed..75ab1096b 100644 --- a/software/bundle/cloud-control.html +++ b/software/bundle/cloud-control.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cloud-native-basic.html b/software/bundle/cloud-native-basic.html index 5ae68d67a..c00fa7662 100644 --- a/software/bundle/cloud-native-basic.html +++ b/software/bundle/cloud-native-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-devops.html b/software/bundle/clr-devops.html index ffc79e20a..21d604006 100644 --- a/software/bundle/clr-devops.html +++ b/software/bundle/clr-devops.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-installer-dev.html b/software/bundle/clr-installer-dev.html index 654d5a6e2..334b10542 100644 --- a/software/bundle/clr-installer-dev.html +++ b/software/bundle/clr-installer-dev.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-installer-gui.html b/software/bundle/clr-installer-gui.html index 279e59638..9e146949f 100644 --- a/software/bundle/clr-installer-gui.html +++ b/software/bundle/clr-installer-gui.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-installer-iso-init.html b/software/bundle/clr-installer-iso-init.html index f3345b0e3..3c9af3f1b 100644 --- a/software/bundle/clr-installer-iso-init.html +++ b/software/bundle/clr-installer-iso-init.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-installer.html b/software/bundle/clr-installer.html index f5137c5ba..304a0d758 100644 --- a/software/bundle/clr-installer.html +++ b/software/bundle/clr-installer.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-network-troubleshooter.html b/software/bundle/clr-network-troubleshooter.html index 38988b237..d4589ce11 100644 --- a/software/bundle/clr-network-troubleshooter.html +++ b/software/bundle/clr-network-troubleshooter.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/clr-user-bundles.html b/software/bundle/clr-user-bundles.html index 67783d6f3..f5af3929a 100644 --- a/software/bundle/clr-user-bundles.html +++ b/software/bundle/clr-user-bundles.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cluster-tools.html b/software/bundle/cluster-tools.html index d9bd115ad..783ad8cbd 100644 --- a/software/bundle/cluster-tools.html +++ b/software/bundle/cluster-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cmus.html b/software/bundle/cmus.html index 55bbd4464..d3936ae5b 100644 --- a/software/bundle/cmus.html +++ b/software/bundle/cmus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cockpit.html b/software/bundle/cockpit.html index 0ce446d89..f82d12dcc 100644 --- a/software/bundle/cockpit.html +++ b/software/bundle/cockpit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/collectd.html b/software/bundle/collectd.html index eeead2858..81fb2771a 100644 --- a/software/bundle/collectd.html +++ b/software/bundle/collectd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/columbiad.html b/software/bundle/columbiad.html index e118a40ee..77cd18782 100644 --- a/software/bundle/columbiad.html +++ b/software/bundle/columbiad.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/compat-common.html b/software/bundle/compat-common.html index bb91ea1b4..a635d0243 100644 --- a/software/bundle/compat-common.html +++ b/software/bundle/compat-common.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/computer-vision-basic.html b/software/bundle/computer-vision-basic.html index 2bfd2f96f..9a1e4a2e1 100644 --- a/software/bundle/computer-vision-basic.html +++ b/software/bundle/computer-vision-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/computer-vision-models.html b/software/bundle/computer-vision-models.html index 338a4291e..d86bd88ad 100644 --- a/software/bundle/computer-vision-models.html +++ b/software/bundle/computer-vision-models.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/computer-vision-openvino.html b/software/bundle/computer-vision-openvino.html index 51e63305b..2a7f06cee 100644 --- a/software/bundle/computer-vision-openvino.html +++ b/software/bundle/computer-vision-openvino.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/conda.html b/software/bundle/conda.html index ae4b07408..ddd89d175 100644 --- a/software/bundle/conda.html +++ b/software/bundle/conda.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/conky.html b/software/bundle/conky.html index 2201ede03..231a8b7e3 100644 --- a/software/bundle/conky.html +++ b/software/bundle/conky.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/containers-basic-dev.html b/software/bundle/containers-basic-dev.html index edc209fae..1866ed1c1 100644 --- a/software/bundle/containers-basic-dev.html +++ b/software/bundle/containers-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/containers-basic.html b/software/bundle/containers-basic.html index 3053354d6..2642ec171 100644 --- a/software/bundle/containers-basic.html +++ b/software/bundle/containers-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/containers-virt-dev.html b/software/bundle/containers-virt-dev.html index 5cb1e751d..ee4225868 100644 --- a/software/bundle/containers-virt-dev.html +++ b/software/bundle/containers-virt-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/containers-virt.html b/software/bundle/containers-virt.html index add1357e0..a3c1ac734 100644 --- a/software/bundle/containers-virt.html +++ b/software/bundle/containers-virt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/copyq.html b/software/bundle/copyq.html index 63d121f5e..d7b808fe8 100644 --- a/software/bundle/copyq.html +++ b/software/bundle/copyq.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/coturn.html b/software/bundle/coturn.html index 642ebc1fa..336f65ec7 100644 --- a/software/bundle/coturn.html +++ b/software/bundle/coturn.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cpio.html b/software/bundle/cpio.html index d29ed9b19..f8df697f8 100644 --- a/software/bundle/cpio.html +++ b/software/bundle/cpio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cronie.html b/software/bundle/cronie.html index df20dcf1c..a0078571b 100644 --- a/software/bundle/cronie.html +++ b/software/bundle/cronie.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cryptography.html b/software/bundle/cryptography.html index 783326fee..11316a71c 100644 --- a/software/bundle/cryptography.html +++ b/software/bundle/cryptography.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cryptoprocessor-management-dev.html b/software/bundle/cryptoprocessor-management-dev.html index d8d45001c..73dbfc849 100644 --- a/software/bundle/cryptoprocessor-management-dev.html +++ b/software/bundle/cryptoprocessor-management-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cryptoprocessor-management.html b/software/bundle/cryptoprocessor-management.html index 8a3b5f4f0..8ca6f3490 100644 --- a/software/bundle/cryptoprocessor-management.html +++ b/software/bundle/cryptoprocessor-management.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/curl.html b/software/bundle/curl.html index 2ff440c02..91160abaf 100644 --- a/software/bundle/curl.html +++ b/software/bundle/curl.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/cve-bin-tool.html b/software/bundle/cve-bin-tool.html index 912616c8f..abae8d633 100644 --- a/software/bundle/cve-bin-tool.html +++ b/software/bundle/cve-bin-tool.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/d-basic.html b/software/bundle/d-basic.html index e48ca7331..984ec8ac2 100644 --- a/software/bundle/d-basic.html +++ b/software/bundle/d-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/darktable.html b/software/bundle/darktable.html index 519051873..465554dc6 100644 --- a/software/bundle/darktable.html +++ b/software/bundle/darktable.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ddd.html b/software/bundle/ddd.html index b74772330..92d131910 100644 --- a/software/bundle/ddd.html +++ b/software/bundle/ddd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/deprecated-python2.html b/software/bundle/deprecated-python2.html index 21a028e7b..806bdcc1a 100644 --- a/software/bundle/deprecated-python2.html +++ b/software/bundle/deprecated-python2.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-apps-extras.html b/software/bundle/desktop-apps-extras.html index dfec0684e..ed0b56e70 100644 --- a/software/bundle/desktop-apps-extras.html +++ b/software/bundle/desktop-apps-extras.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-apps.html b/software/bundle/desktop-apps.html index 58aa7f115..9f27b5332 100644 --- a/software/bundle/desktop-apps.html +++ b/software/bundle/desktop-apps.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-assets-extras.html b/software/bundle/desktop-assets-extras.html index 1a50fe84c..dde6d6ce6 100644 --- a/software/bundle/desktop-assets-extras.html +++ b/software/bundle/desktop-assets-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-assets.html b/software/bundle/desktop-assets.html index e321406de..21de5857d 100644 --- a/software/bundle/desktop-assets.html +++ b/software/bundle/desktop-assets.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-autostart.html b/software/bundle/desktop-autostart.html index 3cbdad558..d360ba109 100644 --- a/software/bundle/desktop-autostart.html +++ b/software/bundle/desktop-autostart.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-awesome.html b/software/bundle/desktop-awesome.html index ace3637ea..88617e225 100644 --- a/software/bundle/desktop-awesome.html +++ b/software/bundle/desktop-awesome.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-dev.html b/software/bundle/desktop-dev.html index 7777ee0f5..1e9d94e34 100644 --- a/software/bundle/desktop-dev.html +++ b/software/bundle/desktop-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-enlightenment.html b/software/bundle/desktop-enlightenment.html index 2a0abc513..136c1d291 100644 --- a/software/bundle/desktop-enlightenment.html +++ b/software/bundle/desktop-enlightenment.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-gnomelibs.html b/software/bundle/desktop-gnomelibs.html index a00abdbae..fd7d436d5 100644 --- a/software/bundle/desktop-gnomelibs.html +++ b/software/bundle/desktop-gnomelibs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-i3.html b/software/bundle/desktop-i3.html index c7f0d0a32..fc337dadb 100644 --- a/software/bundle/desktop-i3.html +++ b/software/bundle/desktop-i3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-kde-apps.html b/software/bundle/desktop-kde-apps.html index a5f7c9cd3..2cbb7decf 100644 --- a/software/bundle/desktop-kde-apps.html +++ b/software/bundle/desktop-kde-apps.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-kde-games.html b/software/bundle/desktop-kde-games.html index 9ed42c908..ff61e0595 100644 --- a/software/bundle/desktop-kde-games.html +++ b/software/bundle/desktop-kde-games.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-kde-libs.html b/software/bundle/desktop-kde-libs.html index 5f906e4c9..867313e33 100644 --- a/software/bundle/desktop-kde-libs.html +++ b/software/bundle/desktop-kde-libs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-kde.html b/software/bundle/desktop-kde.html index 1fcb2e874..81c87b515 100644 --- a/software/bundle/desktop-kde.html +++ b/software/bundle/desktop-kde.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-locales.html b/software/bundle/desktop-locales.html index 5fb6c848a..a84aaa337 100644 --- a/software/bundle/desktop-locales.html +++ b/software/bundle/desktop-locales.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop-lxqt.html b/software/bundle/desktop-lxqt.html index 84eefc33b..1c274e41b 100644 --- a/software/bundle/desktop-lxqt.html +++ b/software/bundle/desktop-lxqt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/desktop.html b/software/bundle/desktop.html index c942583e2..dfc5d35e3 100644 --- a/software/bundle/desktop.html +++ b/software/bundle/desktop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dev-utils-dev.html b/software/bundle/dev-utils-dev.html index 09e65df26..e5e782e1a 100644 --- a/software/bundle/dev-utils-dev.html +++ b/software/bundle/dev-utils-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dev-utils-gui.html b/software/bundle/dev-utils-gui.html index 3b9d2b579..bb535e486 100644 --- a/software/bundle/dev-utils-gui.html +++ b/software/bundle/dev-utils-gui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dev-utils.html b/software/bundle/dev-utils.html index 69d6d3c99..177518797 100644 --- a/software/bundle/dev-utils.html +++ b/software/bundle/dev-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/developer-gpu.html b/software/bundle/developer-gpu.html index 86313894b..26a5a8332 100644 --- a/software/bundle/developer-gpu.html +++ b/software/bundle/developer-gpu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devhelp.html b/software/bundle/devhelp.html index e21014d82..ae59e8674 100644 --- a/software/bundle/devhelp.html +++ b/software/bundle/devhelp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-acl.html b/software/bundle/devpkg-acl.html index dacba881c..31ecb5212 100644 --- a/software/bundle/devpkg-acl.html +++ b/software/bundle/devpkg-acl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-alsa-lib.html b/software/bundle/devpkg-alsa-lib.html index 397a58c6e..d6ea236b2 100644 --- a/software/bundle/devpkg-alsa-lib.html +++ b/software/bundle/devpkg-alsa-lib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-appstream-glib.html b/software/bundle/devpkg-appstream-glib.html index e64108ef1..cb5d793cb 100644 --- a/software/bundle/devpkg-appstream-glib.html +++ b/software/bundle/devpkg-appstream-glib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-apr-util.html b/software/bundle/devpkg-apr-util.html index a933a86ed..1051cf8c3 100644 --- a/software/bundle/devpkg-apr-util.html +++ b/software/bundle/devpkg-apr-util.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-apr.html b/software/bundle/devpkg-apr.html index 15eb86f4b..08b1836e9 100644 --- a/software/bundle/devpkg-apr.html +++ b/software/bundle/devpkg-apr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-atk.html b/software/bundle/devpkg-atk.html index dbf6350c5..ffcebec96 100644 --- a/software/bundle/devpkg-atk.html +++ b/software/bundle/devpkg-atk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-atkmm.html b/software/bundle/devpkg-atkmm.html index 0f30f6bb1..4c66755bb 100644 --- a/software/bundle/devpkg-atkmm.html +++ b/software/bundle/devpkg-atkmm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-attica.html b/software/bundle/devpkg-attica.html index d1e53997b..3e18e7bee 100644 --- a/software/bundle/devpkg-attica.html +++ b/software/bundle/devpkg-attica.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-attr.html b/software/bundle/devpkg-attr.html index cc5259330..d942ba262 100644 --- a/software/bundle/devpkg-attr.html +++ b/software/bundle/devpkg-attr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-audit.html b/software/bundle/devpkg-audit.html index de708077b..a67a2d300 100644 --- a/software/bundle/devpkg-audit.html +++ b/software/bundle/devpkg-audit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-avahi.html b/software/bundle/devpkg-avahi.html index 49ef904c9..38daebd8f 100644 --- a/software/bundle/devpkg-avahi.html +++ b/software/bundle/devpkg-avahi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-babl.html b/software/bundle/devpkg-babl.html index 7c9c3b9cf..7478c309b 100644 --- a/software/bundle/devpkg-babl.html +++ b/software/bundle/devpkg-babl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-base.html b/software/bundle/devpkg-base.html index acb3fbb7b..955ce236a 100644 --- a/software/bundle/devpkg-base.html +++ b/software/bundle/devpkg-base.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-bluez.html b/software/bundle/devpkg-bluez.html index 93e47d296..8c729b25b 100644 --- a/software/bundle/devpkg-bluez.html +++ b/software/bundle/devpkg-bluez.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-boost.html b/software/bundle/devpkg-boost.html index efab293da..ca0b2df74 100644 --- a/software/bundle/devpkg-boost.html +++ b/software/bundle/devpkg-boost.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-brotli.html b/software/bundle/devpkg-brotli.html index af5b73d9a..d38590b9f 100644 --- a/software/bundle/devpkg-brotli.html +++ b/software/bundle/devpkg-brotli.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-bzip2.html b/software/bundle/devpkg-bzip2.html index 7145af761..9175b5fe7 100644 --- a/software/bundle/devpkg-bzip2.html +++ b/software/bundle/devpkg-bzip2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cairo.html b/software/bundle/devpkg-cairo.html index 9b5a3bfca..ad3062645 100644 --- a/software/bundle/devpkg-cairo.html +++ b/software/bundle/devpkg-cairo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cairomm.html b/software/bundle/devpkg-cairomm.html index 5e7732e39..1331d49f9 100644 --- a/software/bundle/devpkg-cairomm.html +++ b/software/bundle/devpkg-cairomm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cheese.html b/software/bundle/devpkg-cheese.html index 062bf9049..355ee084e 100644 --- a/software/bundle/devpkg-cheese.html +++ b/software/bundle/devpkg-cheese.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-clutter-gst.html b/software/bundle/devpkg-clutter-gst.html index b31a40d70..fa71cc270 100644 --- a/software/bundle/devpkg-clutter-gst.html +++ b/software/bundle/devpkg-clutter-gst.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-clutter.html b/software/bundle/devpkg-clutter.html index 3288b49d3..8ac48aa26 100644 --- a/software/bundle/devpkg-clutter.html +++ b/software/bundle/devpkg-clutter.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cmrt.html b/software/bundle/devpkg-cmrt.html index b1b466270..514d7410c 100644 --- a/software/bundle/devpkg-cmrt.html +++ b/software/bundle/devpkg-cmrt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cogl.html b/software/bundle/devpkg-cogl.html index b84b2eb48..8a01c463c 100644 --- a/software/bundle/devpkg-cogl.html +++ b/software/bundle/devpkg-cogl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-colord.html b/software/bundle/devpkg-colord.html index c97bf60ce..42aa73ba7 100644 --- a/software/bundle/devpkg-colord.html +++ b/software/bundle/devpkg-colord.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-compat-enchant-soname1.html b/software/bundle/devpkg-compat-enchant-soname1.html index f7ead7cb2..65a2e7983 100644 --- a/software/bundle/devpkg-compat-enchant-soname1.html +++ b/software/bundle/devpkg-compat-enchant-soname1.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-compat-fuse-soname2.html b/software/bundle/devpkg-compat-fuse-soname2.html index 4a0b54ecb..92dd34a17 100644 --- a/software/bundle/devpkg-compat-fuse-soname2.html +++ b/software/bundle/devpkg-compat-fuse-soname2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-compat-gegl.html b/software/bundle/devpkg-compat-gegl.html index 9ee9800f6..e07e4989f 100644 --- a/software/bundle/devpkg-compat-gegl.html +++ b/software/bundle/devpkg-compat-gegl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-compat-gtksourceview-soname3.html b/software/bundle/devpkg-compat-gtksourceview-soname3.html index 0b5aac90a..1fa4c7323 100644 --- a/software/bundle/devpkg-compat-gtksourceview-soname3.html +++ b/software/bundle/devpkg-compat-gtksourceview-soname3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cryptsetup.html b/software/bundle/devpkg-cryptsetup.html index 963d9e521..9bf746b5c 100644 --- a/software/bundle/devpkg-cryptsetup.html +++ b/software/bundle/devpkg-cryptsetup.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cups-filters.html b/software/bundle/devpkg-cups-filters.html index dbefec1a4..4c4f202e1 100644 --- a/software/bundle/devpkg-cups-filters.html +++ b/software/bundle/devpkg-cups-filters.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cups.html b/software/bundle/devpkg-cups.html index 605312dc6..2b154fe21 100644 --- a/software/bundle/devpkg-cups.html +++ b/software/bundle/devpkg-cups.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-curl.html b/software/bundle/devpkg-curl.html index 9732ad2fd..d59bbed82 100644 --- a/software/bundle/devpkg-curl.html +++ b/software/bundle/devpkg-curl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-cyrus-sasl.html b/software/bundle/devpkg-cyrus-sasl.html index 319bbe9c8..b87262bb0 100644 --- a/software/bundle/devpkg-cyrus-sasl.html +++ b/software/bundle/devpkg-cyrus-sasl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-dbus-glib.html b/software/bundle/devpkg-dbus-glib.html index bd8b63509..b706b45ab 100644 --- a/software/bundle/devpkg-dbus-glib.html +++ b/software/bundle/devpkg-dbus-glib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-dbus.html b/software/bundle/devpkg-dbus.html index c22d6e2ca..829e010c6 100644 --- a/software/bundle/devpkg-dbus.html +++ b/software/bundle/devpkg-dbus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-dpdk.html b/software/bundle/devpkg-dpdk.html index 70d493c8d..22c797fdc 100644 --- a/software/bundle/devpkg-dpdk.html +++ b/software/bundle/devpkg-dpdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-dtc.html b/software/bundle/devpkg-dtc.html index 3a5d44bcd..bc694671f 100644 --- a/software/bundle/devpkg-dtc.html +++ b/software/bundle/devpkg-dtc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-e2fsprogs.html b/software/bundle/devpkg-e2fsprogs.html index 923e045cf..a94444c38 100644 --- a/software/bundle/devpkg-e2fsprogs.html +++ b/software/bundle/devpkg-e2fsprogs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-eigen.html b/software/bundle/devpkg-eigen.html index cbb66dd06..d35087682 100644 --- a/software/bundle/devpkg-eigen.html +++ b/software/bundle/devpkg-eigen.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-elfutils.html b/software/bundle/devpkg-elfutils.html index ec5cdd608..914f71ce8 100644 --- a/software/bundle/devpkg-elfutils.html +++ b/software/bundle/devpkg-elfutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-enchant.html b/software/bundle/devpkg-enchant.html index ebf1f5b22..bfd81d864 100644 --- a/software/bundle/devpkg-enchant.html +++ b/software/bundle/devpkg-enchant.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-evolution-data-server.html b/software/bundle/devpkg-evolution-data-server.html index 718fe1bcb..e44fa8bf0 100644 --- a/software/bundle/devpkg-evolution-data-server.html +++ b/software/bundle/devpkg-evolution-data-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-evolution.html b/software/bundle/devpkg-evolution.html index eeb8efb64..6fc6b7c93 100644 --- a/software/bundle/devpkg-evolution.html +++ b/software/bundle/devpkg-evolution.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-exiv2.html b/software/bundle/devpkg-exiv2.html index e1c4b0e8e..aede7fca8 100644 --- a/software/bundle/devpkg-exiv2.html +++ b/software/bundle/devpkg-exiv2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-expat.html b/software/bundle/devpkg-expat.html index 88834a11c..1b8e377e2 100644 --- a/software/bundle/devpkg-expat.html +++ b/software/bundle/devpkg-expat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fann.html b/software/bundle/devpkg-fann.html index 3ba8f4197..a4a1dfa83 100644 --- a/software/bundle/devpkg-fann.html +++ b/software/bundle/devpkg-fann.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fftw.html b/software/bundle/devpkg-fftw.html index 94fdd8f9b..f44839c72 100644 --- a/software/bundle/devpkg-fftw.html +++ b/software/bundle/devpkg-fftw.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-flac.html b/software/bundle/devpkg-flac.html index eab7ad84c..c4be321fb 100644 --- a/software/bundle/devpkg-flac.html +++ b/software/bundle/devpkg-flac.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-flatpak.html b/software/bundle/devpkg-flatpak.html index 215014502..e70991fa3 100644 --- a/software/bundle/devpkg-flatpak.html +++ b/software/bundle/devpkg-flatpak.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fmt.html b/software/bundle/devpkg-fmt.html index 9b8eaecb4..5cb1ce7f4 100644 --- a/software/bundle/devpkg-fmt.html +++ b/software/bundle/devpkg-fmt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-font-util.html b/software/bundle/devpkg-font-util.html index 83ccd8177..ce55df64e 100644 --- a/software/bundle/devpkg-font-util.html +++ b/software/bundle/devpkg-font-util.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fontconfig.html b/software/bundle/devpkg-fontconfig.html index 6aa30b2c9..aeeb9be05 100644 --- a/software/bundle/devpkg-fontconfig.html +++ b/software/bundle/devpkg-fontconfig.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-freeglut.html b/software/bundle/devpkg-freeglut.html index 6d192d6ac..27f0ccca0 100644 --- a/software/bundle/devpkg-freeglut.html +++ b/software/bundle/devpkg-freeglut.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-freetype.html b/software/bundle/devpkg-freetype.html index 481b81fef..d95d5c3b1 100644 --- a/software/bundle/devpkg-freetype.html +++ b/software/bundle/devpkg-freetype.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fribidi.html b/software/bundle/devpkg-fribidi.html index f18d8fcc6..63e8ed97d 100644 --- a/software/bundle/devpkg-fribidi.html +++ b/software/bundle/devpkg-fribidi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fuse.html b/software/bundle/devpkg-fuse.html index 464f571a7..d4060cf53 100644 --- a/software/bundle/devpkg-fuse.html +++ b/software/bundle/devpkg-fuse.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-fwupd.html b/software/bundle/devpkg-fwupd.html index 295c0549b..97e9cddee 100644 --- a/software/bundle/devpkg-fwupd.html +++ b/software/bundle/devpkg-fwupd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gcab.html b/software/bundle/devpkg-gcab.html index 869857245..d0d9a7005 100644 --- a/software/bundle/devpkg-gcab.html +++ b/software/bundle/devpkg-gcab.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gconf.html b/software/bundle/devpkg-gconf.html index 95a4a4f06..f5d3d5be4 100644 --- a/software/bundle/devpkg-gconf.html +++ b/software/bundle/devpkg-gconf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gcr.html b/software/bundle/devpkg-gcr.html index b6eeb3578..e00221751 100644 --- a/software/bundle/devpkg-gcr.html +++ b/software/bundle/devpkg-gcr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gdk-pixbuf.html b/software/bundle/devpkg-gdk-pixbuf.html index 757d3aac2..c4854221e 100644 --- a/software/bundle/devpkg-gdk-pixbuf.html +++ b/software/bundle/devpkg-gdk-pixbuf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gdm.html b/software/bundle/devpkg-gdm.html index 710df17bf..33049040e 100644 --- a/software/bundle/devpkg-gdm.html +++ b/software/bundle/devpkg-gdm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gegl.html b/software/bundle/devpkg-gegl.html index 1ce83ebd9..aed9a1d83 100644 --- a/software/bundle/devpkg-gegl.html +++ b/software/bundle/devpkg-gegl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-geoclue.html b/software/bundle/devpkg-geoclue.html index fd33d0922..b38328dff 100644 --- a/software/bundle/devpkg-geoclue.html +++ b/software/bundle/devpkg-geoclue.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-geocode-glib.html b/software/bundle/devpkg-geocode-glib.html index 640ee80e5..e7e2cddbc 100644 --- a/software/bundle/devpkg-geocode-glib.html +++ b/software/bundle/devpkg-geocode-glib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gexiv2.html b/software/bundle/devpkg-gexiv2.html index d3701e8c3..0039671fb 100644 --- a/software/bundle/devpkg-gexiv2.html +++ b/software/bundle/devpkg-gexiv2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gfbgraph.html b/software/bundle/devpkg-gfbgraph.html index fc27daaa9..6f26cb928 100644 --- a/software/bundle/devpkg-gfbgraph.html +++ b/software/bundle/devpkg-gfbgraph.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gflags.html b/software/bundle/devpkg-gflags.html index f0aab75c2..de024b90d 100644 --- a/software/bundle/devpkg-gflags.html +++ b/software/bundle/devpkg-gflags.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gimp.html b/software/bundle/devpkg-gimp.html index cad7af8fb..ab56d6392 100644 --- a/software/bundle/devpkg-gimp.html +++ b/software/bundle/devpkg-gimp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gjs.html b/software/bundle/devpkg-gjs.html index cc14ef340..9b1c85cbb 100644 --- a/software/bundle/devpkg-gjs.html +++ b/software/bundle/devpkg-gjs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glew.html b/software/bundle/devpkg-glew.html index 0cbfba7a9..7d0b2e0cf 100644 --- a/software/bundle/devpkg-glew.html +++ b/software/bundle/devpkg-glew.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glfw.html b/software/bundle/devpkg-glfw.html index 6f25904d1..d10d6313c 100644 --- a/software/bundle/devpkg-glfw.html +++ b/software/bundle/devpkg-glfw.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glfw3.html b/software/bundle/devpkg-glfw3.html index ba4a26635..413365694 100644 --- a/software/bundle/devpkg-glfw3.html +++ b/software/bundle/devpkg-glfw3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glib.html b/software/bundle/devpkg-glib.html index 0f2f29c1d..3b317b2a1 100644 --- a/software/bundle/devpkg-glib.html +++ b/software/bundle/devpkg-glib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glibmm.html b/software/bundle/devpkg-glibmm.html index 16ad92aec..c97c40912 100644 --- a/software/bundle/devpkg-glibmm.html +++ b/software/bundle/devpkg-glibmm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glm.html b/software/bundle/devpkg-glm.html index 3276a1296..32da9640c 100644 --- a/software/bundle/devpkg-glm.html +++ b/software/bundle/devpkg-glm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glog.html b/software/bundle/devpkg-glog.html index 13dd77f4c..f59afb55a 100644 --- a/software/bundle/devpkg-glog.html +++ b/software/bundle/devpkg-glog.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-glu.html b/software/bundle/devpkg-glu.html index 0db69e2b2..d2d461987 100644 --- a/software/bundle/devpkg-glu.html +++ b/software/bundle/devpkg-glu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gmime.html b/software/bundle/devpkg-gmime.html index 357de8ab4..b6ac180ee 100644 --- a/software/bundle/devpkg-gmime.html +++ b/software/bundle/devpkg-gmime.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-autoar.html b/software/bundle/devpkg-gnome-autoar.html index dd5380d95..7b6be4c92 100644 --- a/software/bundle/devpkg-gnome-autoar.html +++ b/software/bundle/devpkg-gnome-autoar.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-bluetooth.html b/software/bundle/devpkg-gnome-bluetooth.html index deeac1e31..af96b8c76 100644 --- a/software/bundle/devpkg-gnome-bluetooth.html +++ b/software/bundle/devpkg-gnome-bluetooth.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-desktop.html b/software/bundle/devpkg-gnome-desktop.html index 6e0a240da..e97932b27 100644 --- a/software/bundle/devpkg-gnome-desktop.html +++ b/software/bundle/devpkg-gnome-desktop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-menus.html b/software/bundle/devpkg-gnome-menus.html index a141fd33b..00a1308dc 100644 --- a/software/bundle/devpkg-gnome-menus.html +++ b/software/bundle/devpkg-gnome-menus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-online-accounts.html b/software/bundle/devpkg-gnome-online-accounts.html index 283d12452..3b34b1e9f 100644 --- a/software/bundle/devpkg-gnome-online-accounts.html +++ b/software/bundle/devpkg-gnome-online-accounts.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-panel.html b/software/bundle/devpkg-gnome-panel.html index 74184dde5..db4bacc2a 100644 --- a/software/bundle/devpkg-gnome-panel.html +++ b/software/bundle/devpkg-gnome-panel.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-settings-daemon.html b/software/bundle/devpkg-gnome-settings-daemon.html index 3aa29ff30..739c0239a 100644 --- a/software/bundle/devpkg-gnome-settings-daemon.html +++ b/software/bundle/devpkg-gnome-settings-daemon.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-software.html b/software/bundle/devpkg-gnome-software.html index 435ae4f9c..0325331fb 100644 --- a/software/bundle/devpkg-gnome-software.html +++ b/software/bundle/devpkg-gnome-software.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnome-video-effects.html b/software/bundle/devpkg-gnome-video-effects.html index 07d27065f..9921912f4 100644 --- a/software/bundle/devpkg-gnome-video-effects.html +++ b/software/bundle/devpkg-gnome-video-effects.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnu-efi.html b/software/bundle/devpkg-gnu-efi.html index b35f374ba..07efe41d8 100644 --- a/software/bundle/devpkg-gnu-efi.html +++ b/software/bundle/devpkg-gnu-efi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gnutls.html b/software/bundle/devpkg-gnutls.html index 26082555a..f7860980c 100644 --- a/software/bundle/devpkg-gnutls.html +++ b/software/bundle/devpkg-gnutls.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gobject-introspection.html b/software/bundle/devpkg-gobject-introspection.html index 825a1b2d2..327de1e5c 100644 --- a/software/bundle/devpkg-gobject-introspection.html +++ b/software/bundle/devpkg-gobject-introspection.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-googletest.html b/software/bundle/devpkg-googletest.html index 6122d23f0..8b15dd803 100644 --- a/software/bundle/devpkg-googletest.html +++ b/software/bundle/devpkg-googletest.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gperftools.html b/software/bundle/devpkg-gperftools.html index 4840003e4..c4a2332d6 100644 --- a/software/bundle/devpkg-gperftools.html +++ b/software/bundle/devpkg-gperftools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-graphite.html b/software/bundle/devpkg-graphite.html index fe174ad2e..3b81045c7 100644 --- a/software/bundle/devpkg-graphite.html +++ b/software/bundle/devpkg-graphite.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-graphviz.html b/software/bundle/devpkg-graphviz.html index f358daa8d..094c50433 100644 --- a/software/bundle/devpkg-graphviz.html +++ b/software/bundle/devpkg-graphviz.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-grilo-plugins.html b/software/bundle/devpkg-grilo-plugins.html index 1608d089d..31cd79127 100644 --- a/software/bundle/devpkg-grilo-plugins.html +++ b/software/bundle/devpkg-grilo-plugins.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-grilo.html b/software/bundle/devpkg-grilo.html index 04e982b7f..a95fa2dc7 100644 --- a/software/bundle/devpkg-grilo.html +++ b/software/bundle/devpkg-grilo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gsettings-desktop-schemas.html b/software/bundle/devpkg-gsettings-desktop-schemas.html index 27ad91d19..9c15828de 100644 --- a/software/bundle/devpkg-gsettings-desktop-schemas.html +++ b/software/bundle/devpkg-gsettings-desktop-schemas.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gsl.html b/software/bundle/devpkg-gsl.html index 61ebb3393..45c95c16f 100644 --- a/software/bundle/devpkg-gsl.html +++ b/software/bundle/devpkg-gsl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gsound.html b/software/bundle/devpkg-gsound.html index c22a781a6..701be37c2 100644 --- a/software/bundle/devpkg-gsound.html +++ b/software/bundle/devpkg-gsound.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gspell.html b/software/bundle/devpkg-gspell.html index fc76a1036..dde4e0379 100644 --- a/software/bundle/devpkg-gspell.html +++ b/software/bundle/devpkg-gspell.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gst-plugins-bad.html b/software/bundle/devpkg-gst-plugins-bad.html index 2a0d232ee..893aba9d4 100644 --- a/software/bundle/devpkg-gst-plugins-bad.html +++ b/software/bundle/devpkg-gst-plugins-bad.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gst-plugins-base.html b/software/bundle/devpkg-gst-plugins-base.html index 26c90bec8..f7230f905 100644 --- a/software/bundle/devpkg-gst-plugins-base.html +++ b/software/bundle/devpkg-gst-plugins-base.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gstreamer.html b/software/bundle/devpkg-gstreamer.html index fc51c79a1..0eb4724f0 100644 --- a/software/bundle/devpkg-gstreamer.html +++ b/software/bundle/devpkg-gstreamer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtk-doc.html b/software/bundle/devpkg-gtk-doc.html index 019548d50..6c633aa66 100644 --- a/software/bundle/devpkg-gtk-doc.html +++ b/software/bundle/devpkg-gtk-doc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtk.html b/software/bundle/devpkg-gtk.html index c9f38e2df..aaa67bee9 100644 --- a/software/bundle/devpkg-gtk.html +++ b/software/bundle/devpkg-gtk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtk3.html b/software/bundle/devpkg-gtk3.html index a653d9f5e..b61454d03 100644 --- a/software/bundle/devpkg-gtk3.html +++ b/software/bundle/devpkg-gtk3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtkmm3.html b/software/bundle/devpkg-gtkmm3.html index 97f1bba76..0a15dd24f 100644 --- a/software/bundle/devpkg-gtkmm3.html +++ b/software/bundle/devpkg-gtkmm3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtkplus.html b/software/bundle/devpkg-gtkplus.html index 21451987f..4afb0c29f 100644 --- a/software/bundle/devpkg-gtkplus.html +++ b/software/bundle/devpkg-gtkplus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gtkspell3.html b/software/bundle/devpkg-gtkspell3.html index 33ff8d827..9a37cab29 100644 --- a/software/bundle/devpkg-gtkspell3.html +++ b/software/bundle/devpkg-gtkspell3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-guile.html b/software/bundle/devpkg-guile.html index 5449b031b..b37ae341c 100644 --- a/software/bundle/devpkg-guile.html +++ b/software/bundle/devpkg-guile.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-gutenprint.html b/software/bundle/devpkg-gutenprint.html index 015b0eb79..d89668c22 100644 --- a/software/bundle/devpkg-gutenprint.html +++ b/software/bundle/devpkg-gutenprint.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-harfbuzz.html b/software/bundle/devpkg-harfbuzz.html index 9d2b37035..cdfd9f962 100644 --- a/software/bundle/devpkg-harfbuzz.html +++ b/software/bundle/devpkg-harfbuzz.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-hwloc.html b/software/bundle/devpkg-hwloc.html index 013e034fd..c6cdd4338 100644 --- a/software/bundle/devpkg-hwloc.html +++ b/software/bundle/devpkg-hwloc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-icu4c.html b/software/bundle/devpkg-icu4c.html index cda03c423..63ebc980c 100644 --- a/software/bundle/devpkg-icu4c.html +++ b/software/bundle/devpkg-icu4c.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-imagemagick.html b/software/bundle/devpkg-imagemagick.html index 3956b98b5..521731216 100644 --- a/software/bundle/devpkg-imagemagick.html +++ b/software/bundle/devpkg-imagemagick.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ipmctl.html b/software/bundle/devpkg-ipmctl.html index 9b6abe239..a109cd133 100644 --- a/software/bundle/devpkg-ipmctl.html +++ b/software/bundle/devpkg-ipmctl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ipset.html b/software/bundle/devpkg-ipset.html index 4a4da87ae..fc7b457c2 100644 --- a/software/bundle/devpkg-ipset.html +++ b/software/bundle/devpkg-ipset.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-iptables.html b/software/bundle/devpkg-iptables.html index cfba26f4a..0a15cd8a3 100644 --- a/software/bundle/devpkg-iptables.html +++ b/software/bundle/devpkg-iptables.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-iso-codes.html b/software/bundle/devpkg-iso-codes.html index 0e8040e13..556712181 100644 --- a/software/bundle/devpkg-iso-codes.html +++ b/software/bundle/devpkg-iso-codes.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-jack2.html b/software/bundle/devpkg-jack2.html index 548f16cb1..016a1e3b0 100644 --- a/software/bundle/devpkg-jack2.html +++ b/software/bundle/devpkg-jack2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-jansson.html b/software/bundle/devpkg-jansson.html index c7502a215..5b712eb36 100644 --- a/software/bundle/devpkg-jansson.html +++ b/software/bundle/devpkg-jansson.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-json-c.html b/software/bundle/devpkg-json-c.html index 0ea6eb212..d272cd2a2 100644 --- a/software/bundle/devpkg-json-c.html +++ b/software/bundle/devpkg-json-c.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-json-glib.html b/software/bundle/devpkg-json-glib.html index 6cbfd6227..d350935be 100644 --- a/software/bundle/devpkg-json-glib.html +++ b/software/bundle/devpkg-json-glib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-judy.html b/software/bundle/devpkg-judy.html index b79afd86e..5cfa1586b 100644 --- a/software/bundle/devpkg-judy.html +++ b/software/bundle/devpkg-judy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-kmod.html b/software/bundle/devpkg-kmod.html index 58468d360..ed10098e5 100644 --- a/software/bundle/devpkg-kmod.html +++ b/software/bundle/devpkg-kmod.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-krb5.html b/software/bundle/devpkg-krb5.html index 17260717a..3449c230c 100644 --- a/software/bundle/devpkg-krb5.html +++ b/software/bundle/devpkg-krb5.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lcms2.html b/software/bundle/devpkg-lcms2.html index dd6f8e3e9..78462d2a0 100644 --- a/software/bundle/devpkg-lcms2.html +++ b/software/bundle/devpkg-lcms2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-leptonica.html b/software/bundle/devpkg-leptonica.html index 89ab2cbd9..5d79c1ba7 100644 --- a/software/bundle/devpkg-leptonica.html +++ b/software/bundle/devpkg-leptonica.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libabigail.html b/software/bundle/devpkg-libabigail.html index 5876579d8..153aed782 100644 --- a/software/bundle/devpkg-libabigail.html +++ b/software/bundle/devpkg-libabigail.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libarchive.html b/software/bundle/devpkg-libarchive.html index dc03c6437..f49f1bb73 100644 --- a/software/bundle/devpkg-libarchive.html +++ b/software/bundle/devpkg-libarchive.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libass.html b/software/bundle/devpkg-libass.html index 92b814202..e53466054 100644 --- a/software/bundle/devpkg-libass.html +++ b/software/bundle/devpkg-libass.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libassuan.html b/software/bundle/devpkg-libassuan.html index c2520f170..31281c094 100644 --- a/software/bundle/devpkg-libassuan.html +++ b/software/bundle/devpkg-libassuan.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libatasmart.html b/software/bundle/devpkg-libatasmart.html index a3e2d8837..1ba10765e 100644 --- a/software/bundle/devpkg-libatasmart.html +++ b/software/bundle/devpkg-libatasmart.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libbsd.html b/software/bundle/devpkg-libbsd.html index ad9450b93..c61422f0a 100644 --- a/software/bundle/devpkg-libbsd.html +++ b/software/bundle/devpkg-libbsd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcanberra.html b/software/bundle/devpkg-libcanberra.html index b83b75268..f1e03c37c 100644 --- a/software/bundle/devpkg-libcanberra.html +++ b/software/bundle/devpkg-libcanberra.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcap-ng.html b/software/bundle/devpkg-libcap-ng.html index 9611ec36d..6d7072b1d 100644 --- a/software/bundle/devpkg-libcap-ng.html +++ b/software/bundle/devpkg-libcap-ng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcap.html b/software/bundle/devpkg-libcap.html index 3ee3c8d1e..a8edfd306 100644 --- a/software/bundle/devpkg-libcap.html +++ b/software/bundle/devpkg-libcap.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcgroup.html b/software/bundle/devpkg-libcgroup.html index ea317ab03..c5c93602a 100644 --- a/software/bundle/devpkg-libcgroup.html +++ b/software/bundle/devpkg-libcgroup.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libconfig.html b/software/bundle/devpkg-libconfig.html index a9e62be60..cdd6974ae 100644 --- a/software/bundle/devpkg-libconfig.html +++ b/software/bundle/devpkg-libconfig.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcroco.html b/software/bundle/devpkg-libcroco.html index eebac9664..e749d35c7 100644 --- a/software/bundle/devpkg-libcroco.html +++ b/software/bundle/devpkg-libcroco.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libcxx.html b/software/bundle/devpkg-libcxx.html index 01ced2f3b..67c09c6ee 100644 --- a/software/bundle/devpkg-libcxx.html +++ b/software/bundle/devpkg-libcxx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libdatrie.html b/software/bundle/devpkg-libdatrie.html index 005e03c17..884f83ddd 100644 --- a/software/bundle/devpkg-libdatrie.html +++ b/software/bundle/devpkg-libdatrie.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libdazzle.html b/software/bundle/devpkg-libdazzle.html index aff8a8801..ffa84e2a3 100644 --- a/software/bundle/devpkg-libdazzle.html +++ b/software/bundle/devpkg-libdazzle.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libdrm.html b/software/bundle/devpkg-libdrm.html index 7f0a6841a..fe0ca792f 100644 --- a/software/bundle/devpkg-libdrm.html +++ b/software/bundle/devpkg-libdrm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libedit.html b/software/bundle/devpkg-libedit.html index ff1324771..815dd7ce7 100644 --- a/software/bundle/devpkg-libedit.html +++ b/software/bundle/devpkg-libedit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libepoxy.html b/software/bundle/devpkg-libepoxy.html index c137faf14..723a8172b 100644 --- a/software/bundle/devpkg-libepoxy.html +++ b/software/bundle/devpkg-libepoxy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libevdev.html b/software/bundle/devpkg-libevdev.html index 9aecfef8b..78ccf6d9e 100644 --- a/software/bundle/devpkg-libevdev.html +++ b/software/bundle/devpkg-libevdev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libevent.html b/software/bundle/devpkg-libevent.html index 4af15be22..cfd6fb63f 100644 --- a/software/bundle/devpkg-libevent.html +++ b/software/bundle/devpkg-libevent.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libexif.html b/software/bundle/devpkg-libexif.html index 1213c60fa..f8e9f8939 100644 --- a/software/bundle/devpkg-libexif.html +++ b/software/bundle/devpkg-libexif.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libffi.html b/software/bundle/devpkg-libffi.html index 505bba99b..90add1088 100644 --- a/software/bundle/devpkg-libffi.html +++ b/software/bundle/devpkg-libffi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libfontenc.html b/software/bundle/devpkg-libfontenc.html index e0f27b5fb..2f9fb830a 100644 --- a/software/bundle/devpkg-libfontenc.html +++ b/software/bundle/devpkg-libfontenc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgcrypt.html b/software/bundle/devpkg-libgcrypt.html index 5f4ba0605..29454b45f 100644 --- a/software/bundle/devpkg-libgcrypt.html +++ b/software/bundle/devpkg-libgcrypt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgd.html b/software/bundle/devpkg-libgd.html index 0219d56b7..d57d5bc03 100644 --- a/software/bundle/devpkg-libgd.html +++ b/software/bundle/devpkg-libgd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgdata.html b/software/bundle/devpkg-libgdata.html index d262bb25b..ccda5848f 100644 --- a/software/bundle/devpkg-libgdata.html +++ b/software/bundle/devpkg-libgdata.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgee.html b/software/bundle/devpkg-libgee.html index ce10b2162..e6b22fbf3 100644 --- a/software/bundle/devpkg-libgee.html +++ b/software/bundle/devpkg-libgee.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgnomekbd.html b/software/bundle/devpkg-libgnomekbd.html index 6dad04e95..74d5c1d68 100644 --- a/software/bundle/devpkg-libgnomekbd.html +++ b/software/bundle/devpkg-libgnomekbd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgpg-error.html b/software/bundle/devpkg-libgpg-error.html index de3f54632..2a654381d 100644 --- a/software/bundle/devpkg-libgpg-error.html +++ b/software/bundle/devpkg-libgpg-error.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgphoto2.html b/software/bundle/devpkg-libgphoto2.html index f7dab8386..375042d36 100644 --- a/software/bundle/devpkg-libgphoto2.html +++ b/software/bundle/devpkg-libgphoto2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgsystem.html b/software/bundle/devpkg-libgsystem.html index 91d384d10..cd132073f 100644 --- a/software/bundle/devpkg-libgsystem.html +++ b/software/bundle/devpkg-libgsystem.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgtop.html b/software/bundle/devpkg-libgtop.html index 0a8e41065..378482c8e 100644 --- a/software/bundle/devpkg-libgtop.html +++ b/software/bundle/devpkg-libgtop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgudev.html b/software/bundle/devpkg-libgudev.html index 1635b1ace..ae720072c 100644 --- a/software/bundle/devpkg-libgudev.html +++ b/software/bundle/devpkg-libgudev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgusb.html b/software/bundle/devpkg-libgusb.html index 53ca0d070..c106ee030 100644 --- a/software/bundle/devpkg-libgusb.html +++ b/software/bundle/devpkg-libgusb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libgweather.html b/software/bundle/devpkg-libgweather.html index c7c5859a3..ee3858337 100644 --- a/software/bundle/devpkg-libgweather.html +++ b/software/bundle/devpkg-libgweather.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libical.html b/software/bundle/devpkg-libical.html index 3eeac2c6e..14490ac87 100644 --- a/software/bundle/devpkg-libical.html +++ b/software/bundle/devpkg-libical.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libidn.html b/software/bundle/devpkg-libidn.html index 5830f65ba..31804255e 100644 --- a/software/bundle/devpkg-libidn.html +++ b/software/bundle/devpkg-libidn.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libidn2.html b/software/bundle/devpkg-libidn2.html index e119dd9f3..22adb6b75 100644 --- a/software/bundle/devpkg-libidn2.html +++ b/software/bundle/devpkg-libidn2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libinput.html b/software/bundle/devpkg-libinput.html index 0890399e9..7705e2353 100644 --- a/software/bundle/devpkg-libinput.html +++ b/software/bundle/devpkg-libinput.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libiscsi.html b/software/bundle/devpkg-libiscsi.html index 1974c761c..efeec2ee1 100644 --- a/software/bundle/devpkg-libiscsi.html +++ b/software/bundle/devpkg-libiscsi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libjpeg-turbo.html b/software/bundle/devpkg-libjpeg-turbo.html index 705c8981a..70e76cdc0 100644 --- a/software/bundle/devpkg-libjpeg-turbo.html +++ b/software/bundle/devpkg-libjpeg-turbo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmediaart.html b/software/bundle/devpkg-libmediaart.html index 49c7a0d65..0ec8b24a5 100644 --- a/software/bundle/devpkg-libmediaart.html +++ b/software/bundle/devpkg-libmediaart.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmicrohttpd.html b/software/bundle/devpkg-libmicrohttpd.html index 70c348122..04bcc8e69 100644 --- a/software/bundle/devpkg-libmicrohttpd.html +++ b/software/bundle/devpkg-libmicrohttpd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmnl.html b/software/bundle/devpkg-libmnl.html index 0ab3fd69d..fb1c47827 100644 --- a/software/bundle/devpkg-libmnl.html +++ b/software/bundle/devpkg-libmnl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmspack.html b/software/bundle/devpkg-libmspack.html index 2a7a4a20b..ba0a99e28 100644 --- a/software/bundle/devpkg-libmspack.html +++ b/software/bundle/devpkg-libmspack.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmtp.html b/software/bundle/devpkg-libmtp.html index 9530108f8..9ffbf3747 100644 --- a/software/bundle/devpkg-libmtp.html +++ b/software/bundle/devpkg-libmtp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libmypaint.html b/software/bundle/devpkg-libmypaint.html index 2a0e1d0c8..822b2a0bf 100644 --- a/software/bundle/devpkg-libmypaint.html +++ b/software/bundle/devpkg-libmypaint.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libndp.html b/software/bundle/devpkg-libndp.html index 51231c1f7..b8bd2cf30 100644 --- a/software/bundle/devpkg-libndp.html +++ b/software/bundle/devpkg-libndp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnetfilterconntrack.html b/software/bundle/devpkg-libnetfilterconntrack.html index 5414ecb94..0525f8fdc 100644 --- a/software/bundle/devpkg-libnetfilterconntrack.html +++ b/software/bundle/devpkg-libnetfilterconntrack.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnetfiltercthelper.html b/software/bundle/devpkg-libnetfiltercthelper.html index 5221ba2e6..05b730e07 100644 --- a/software/bundle/devpkg-libnetfiltercthelper.html +++ b/software/bundle/devpkg-libnetfiltercthelper.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnetfiltercttimeout.html b/software/bundle/devpkg-libnetfiltercttimeout.html index 111e5b287..658032ae6 100644 --- a/software/bundle/devpkg-libnetfiltercttimeout.html +++ b/software/bundle/devpkg-libnetfiltercttimeout.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnetfilterqueue.html b/software/bundle/devpkg-libnetfilterqueue.html index 00d1b6d35..d3399465b 100644 --- a/software/bundle/devpkg-libnetfilterqueue.html +++ b/software/bundle/devpkg-libnetfilterqueue.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnfnetlink.html b/software/bundle/devpkg-libnfnetlink.html index 3a0a668c7..a15ef3d66 100644 --- a/software/bundle/devpkg-libnfnetlink.html +++ b/software/bundle/devpkg-libnfnetlink.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnftnl.html b/software/bundle/devpkg-libnftnl.html index b6a97f9e9..8857279c4 100644 --- a/software/bundle/devpkg-libnftnl.html +++ b/software/bundle/devpkg-libnftnl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnl.html b/software/bundle/devpkg-libnl.html index 62566c49f..702f84155 100644 --- a/software/bundle/devpkg-libnl.html +++ b/software/bundle/devpkg-libnl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnma.html b/software/bundle/devpkg-libnma.html index 2d4ba5dd3..189678e02 100644 --- a/software/bundle/devpkg-libnma.html +++ b/software/bundle/devpkg-libnma.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libnotify.html b/software/bundle/devpkg-libnotify.html index 9e24997fb..12a518650 100644 --- a/software/bundle/devpkg-libnotify.html +++ b/software/bundle/devpkg-libnotify.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-liboauth.html b/software/bundle/devpkg-liboauth.html index 6bc3dfb44..c8061feed 100644 --- a/software/bundle/devpkg-liboauth.html +++ b/software/bundle/devpkg-liboauth.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libogg.html b/software/bundle/devpkg-libogg.html index a474de2da..5d1a21484 100644 --- a/software/bundle/devpkg-libogg.html +++ b/software/bundle/devpkg-libogg.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libosinfo.html b/software/bundle/devpkg-libosinfo.html index 05389ccfa..9bf931327 100644 --- a/software/bundle/devpkg-libosinfo.html +++ b/software/bundle/devpkg-libosinfo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpcap.html b/software/bundle/devpkg-libpcap.html index 797d6dc92..9c6333c68 100644 --- a/software/bundle/devpkg-libpcap.html +++ b/software/bundle/devpkg-libpcap.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpciaccess.html b/software/bundle/devpkg-libpciaccess.html index 6d71a5e6e..b9dc21958 100644 --- a/software/bundle/devpkg-libpciaccess.html +++ b/software/bundle/devpkg-libpciaccess.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpeas.html b/software/bundle/devpkg-libpeas.html index 3a4a1d980..b618cd457 100644 --- a/software/bundle/devpkg-libpeas.html +++ b/software/bundle/devpkg-libpeas.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpinyin.html b/software/bundle/devpkg-libpinyin.html index e4d709047..770f0506a 100644 --- a/software/bundle/devpkg-libpinyin.html +++ b/software/bundle/devpkg-libpinyin.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpipeline.html b/software/bundle/devpkg-libpipeline.html index 7ccb85d85..3e60320ef 100644 --- a/software/bundle/devpkg-libpipeline.html +++ b/software/bundle/devpkg-libpipeline.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpng.html b/software/bundle/devpkg-libpng.html index bf1446315..9d17e7b0d 100644 --- a/software/bundle/devpkg-libpng.html +++ b/software/bundle/devpkg-libpng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpsl.html b/software/bundle/devpkg-libpsl.html index 19f6d6fe8..9bf04d7f7 100644 --- a/software/bundle/devpkg-libpsl.html +++ b/software/bundle/devpkg-libpsl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libpthread-stubs.html b/software/bundle/devpkg-libpthread-stubs.html index b4290deeb..942dd4735 100644 --- a/software/bundle/devpkg-libpthread-stubs.html +++ b/software/bundle/devpkg-libpthread-stubs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libraw.html b/software/bundle/devpkg-libraw.html index 362b2a519..32c8e362b 100644 --- a/software/bundle/devpkg-libraw.html +++ b/software/bundle/devpkg-libraw.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-librepo.html b/software/bundle/devpkg-librepo.html index 135473d7d..7d2eff5f7 100644 --- a/software/bundle/devpkg-librepo.html +++ b/software/bundle/devpkg-librepo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-librsvg.html b/software/bundle/devpkg-librsvg.html index 86d2a2b3c..97bcb70df 100644 --- a/software/bundle/devpkg-librsvg.html +++ b/software/bundle/devpkg-librsvg.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsamplerate.html b/software/bundle/devpkg-libsamplerate.html index aeec3328c..594d28fd7 100644 --- a/software/bundle/devpkg-libsamplerate.html +++ b/software/bundle/devpkg-libsamplerate.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsass.html b/software/bundle/devpkg-libsass.html index 02087f6e2..7d2674171 100644 --- a/software/bundle/devpkg-libsass.html +++ b/software/bundle/devpkg-libsass.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsctp.html b/software/bundle/devpkg-libsctp.html index fddb0fcd3..81ff5f9d8 100644 --- a/software/bundle/devpkg-libsctp.html +++ b/software/bundle/devpkg-libsctp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libseccomp.html b/software/bundle/devpkg-libseccomp.html index 1d53aec3f..af6ce9d20 100644 --- a/software/bundle/devpkg-libseccomp.html +++ b/software/bundle/devpkg-libseccomp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsecret.html b/software/bundle/devpkg-libsecret.html index 3c88faf7d..d092df08d 100644 --- a/software/bundle/devpkg-libsecret.html +++ b/software/bundle/devpkg-libsecret.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsigcplusplus.html b/software/bundle/devpkg-libsigcplusplus.html index 2862d6519..54ec4bfeb 100644 --- a/software/bundle/devpkg-libsigcplusplus.html +++ b/software/bundle/devpkg-libsigcplusplus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsmbios.html b/software/bundle/devpkg-libsmbios.html index 31036f8bd..9780058c7 100644 --- a/software/bundle/devpkg-libsmbios.html +++ b/software/bundle/devpkg-libsmbios.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsodium.html b/software/bundle/devpkg-libsodium.html index 4d2fe67ac..d151edae4 100644 --- a/software/bundle/devpkg-libsodium.html +++ b/software/bundle/devpkg-libsodium.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsolv.html b/software/bundle/devpkg-libsolv.html index 6e09a60f9..5b1a4816a 100644 --- a/software/bundle/devpkg-libsolv.html +++ b/software/bundle/devpkg-libsolv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsoup.html b/software/bundle/devpkg-libsoup.html index 83e6af768..dec7d88c5 100644 --- a/software/bundle/devpkg-libsoup.html +++ b/software/bundle/devpkg-libsoup.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libspectre.html b/software/bundle/devpkg-libspectre.html index a25ad35dc..a273b36c9 100644 --- a/software/bundle/devpkg-libspectre.html +++ b/software/bundle/devpkg-libspectre.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libsrtp.html b/software/bundle/devpkg-libsrtp.html index 26d286559..8bf857414 100644 --- a/software/bundle/devpkg-libsrtp.html +++ b/software/bundle/devpkg-libsrtp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libssh2.html b/software/bundle/devpkg-libssh2.html index af3283751..eca5d8443 100644 --- a/software/bundle/devpkg-libssh2.html +++ b/software/bundle/devpkg-libssh2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libstoragemgmt.html b/software/bundle/devpkg-libstoragemgmt.html index 50a19e77c..4f9a77b18 100644 --- a/software/bundle/devpkg-libstoragemgmt.html +++ b/software/bundle/devpkg-libstoragemgmt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libtasn1.html b/software/bundle/devpkg-libtasn1.html index a98525920..5400fde35 100644 --- a/software/bundle/devpkg-libtasn1.html +++ b/software/bundle/devpkg-libtasn1.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libthai.html b/software/bundle/devpkg-libthai.html index 3d3ae631c..1d3b6af6b 100644 --- a/software/bundle/devpkg-libthai.html +++ b/software/bundle/devpkg-libthai.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libtheora.html b/software/bundle/devpkg-libtheora.html index 074d86291..ebeb638c2 100644 --- a/software/bundle/devpkg-libtheora.html +++ b/software/bundle/devpkg-libtheora.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libtirpc.html b/software/bundle/devpkg-libtirpc.html index 20a1ac30d..bc2fe8bc9 100644 --- a/software/bundle/devpkg-libtirpc.html +++ b/software/bundle/devpkg-libtirpc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libunwind.html b/software/bundle/devpkg-libunwind.html index b4d8e3608..bc0734192 100644 --- a/software/bundle/devpkg-libunwind.html +++ b/software/bundle/devpkg-libunwind.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libusb.html b/software/bundle/devpkg-libusb.html index 898a82c37..b11268614 100644 --- a/software/bundle/devpkg-libusb.html +++ b/software/bundle/devpkg-libusb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libuser.html b/software/bundle/devpkg-libuser.html index 73d2a7ea7..cc35e044b 100644 --- a/software/bundle/devpkg-libuser.html +++ b/software/bundle/devpkg-libuser.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libuv.html b/software/bundle/devpkg-libuv.html index 2ffafe03e..930746f4b 100644 --- a/software/bundle/devpkg-libuv.html +++ b/software/bundle/devpkg-libuv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libva.html b/software/bundle/devpkg-libva.html index 76e04eee5..e96cf1da3 100644 --- a/software/bundle/devpkg-libva.html +++ b/software/bundle/devpkg-libva.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libvirt.html b/software/bundle/devpkg-libvirt.html index c2ae76943..0bab0ee52 100644 --- a/software/bundle/devpkg-libvirt.html +++ b/software/bundle/devpkg-libvirt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libvorbis.html b/software/bundle/devpkg-libvorbis.html index 0c5cae1a0..483c64f50 100644 --- a/software/bundle/devpkg-libvorbis.html +++ b/software/bundle/devpkg-libvorbis.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libvpx.html b/software/bundle/devpkg-libvpx.html index 1154b1868..ef8263651 100644 --- a/software/bundle/devpkg-libvpx.html +++ b/software/bundle/devpkg-libvpx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libwacom.html b/software/bundle/devpkg-libwacom.html index 36fa2f71c..be6160826 100644 --- a/software/bundle/devpkg-libwacom.html +++ b/software/bundle/devpkg-libwacom.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libwebp.html b/software/bundle/devpkg-libwebp.html index 6690803af..78936fdee 100644 --- a/software/bundle/devpkg-libwebp.html +++ b/software/bundle/devpkg-libwebp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libwnck3.html b/software/bundle/devpkg-libwnck3.html index b769d68c3..9aae1879e 100644 --- a/software/bundle/devpkg-libwnck3.html +++ b/software/bundle/devpkg-libwnck3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libx11.html b/software/bundle/devpkg-libx11.html index 252b1a400..919bb67f5 100644 --- a/software/bundle/devpkg-libx11.html +++ b/software/bundle/devpkg-libx11.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxau.html b/software/bundle/devpkg-libxau.html index 40a715bd9..acf12e638 100644 --- a/software/bundle/devpkg-libxau.html +++ b/software/bundle/devpkg-libxau.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxcb.html b/software/bundle/devpkg-libxcb.html index 28ffb10ed..27c4e2b60 100644 --- a/software/bundle/devpkg-libxcb.html +++ b/software/bundle/devpkg-libxcb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxcomposite.html b/software/bundle/devpkg-libxcomposite.html index f012f376f..889a704cf 100644 --- a/software/bundle/devpkg-libxcomposite.html +++ b/software/bundle/devpkg-libxcomposite.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxcursor.html b/software/bundle/devpkg-libxcursor.html index c05983845..d6b3d394c 100644 --- a/software/bundle/devpkg-libxcursor.html +++ b/software/bundle/devpkg-libxcursor.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxdamage.html b/software/bundle/devpkg-libxdamage.html index 767f367b9..512be2246 100644 --- a/software/bundle/devpkg-libxdamage.html +++ b/software/bundle/devpkg-libxdamage.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxdmcp.html b/software/bundle/devpkg-libxdmcp.html index 267e999a4..190d08b46 100644 --- a/software/bundle/devpkg-libxdmcp.html +++ b/software/bundle/devpkg-libxdmcp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxext.html b/software/bundle/devpkg-libxext.html index db187d98c..17b5b1b0d 100644 --- a/software/bundle/devpkg-libxext.html +++ b/software/bundle/devpkg-libxext.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxfixes.html b/software/bundle/devpkg-libxfixes.html index 537e9e146..a3561c3ce 100644 --- a/software/bundle/devpkg-libxfixes.html +++ b/software/bundle/devpkg-libxfixes.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxfont.html b/software/bundle/devpkg-libxfont.html index 96470c138..b31b1c9ac 100644 --- a/software/bundle/devpkg-libxfont.html +++ b/software/bundle/devpkg-libxfont.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxfont2.html b/software/bundle/devpkg-libxfont2.html index 3b950858c..e37c4e87f 100644 --- a/software/bundle/devpkg-libxfont2.html +++ b/software/bundle/devpkg-libxfont2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxft.html b/software/bundle/devpkg-libxft.html index c2fac9dcf..794d09021 100644 --- a/software/bundle/devpkg-libxft.html +++ b/software/bundle/devpkg-libxft.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxi.html b/software/bundle/devpkg-libxi.html index c1de9bdb8..cd70c33ed 100644 --- a/software/bundle/devpkg-libxi.html +++ b/software/bundle/devpkg-libxi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxinerama.html b/software/bundle/devpkg-libxinerama.html index a2f1fa494..b411ac3fa 100644 --- a/software/bundle/devpkg-libxinerama.html +++ b/software/bundle/devpkg-libxinerama.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxkbcommon.html b/software/bundle/devpkg-libxkbcommon.html index 21aac14ec..3e0aef660 100644 --- a/software/bundle/devpkg-libxkbcommon.html +++ b/software/bundle/devpkg-libxkbcommon.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxkbfile.html b/software/bundle/devpkg-libxkbfile.html index ecadaf30c..3473625a4 100644 --- a/software/bundle/devpkg-libxkbfile.html +++ b/software/bundle/devpkg-libxkbfile.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxklavier.html b/software/bundle/devpkg-libxklavier.html index c6ef356f0..1fd0334aa 100644 --- a/software/bundle/devpkg-libxklavier.html +++ b/software/bundle/devpkg-libxklavier.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxml2.html b/software/bundle/devpkg-libxml2.html index adecb35cb..f5370a3fe 100644 --- a/software/bundle/devpkg-libxml2.html +++ b/software/bundle/devpkg-libxml2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxmu.html b/software/bundle/devpkg-libxmu.html index b4f42d8d1..36b3a2bb2 100644 --- a/software/bundle/devpkg-libxmu.html +++ b/software/bundle/devpkg-libxmu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxpm.html b/software/bundle/devpkg-libxpm.html index f8cb69782..684ab411b 100644 --- a/software/bundle/devpkg-libxpm.html +++ b/software/bundle/devpkg-libxpm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxrandr.html b/software/bundle/devpkg-libxrandr.html index 3664723b3..798632975 100644 --- a/software/bundle/devpkg-libxrandr.html +++ b/software/bundle/devpkg-libxrandr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxrender.html b/software/bundle/devpkg-libxrender.html index c09d784c7..8071db865 100644 --- a/software/bundle/devpkg-libxrender.html +++ b/software/bundle/devpkg-libxrender.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxres.html b/software/bundle/devpkg-libxres.html index 60ecaa06e..d02295352 100644 --- a/software/bundle/devpkg-libxres.html +++ b/software/bundle/devpkg-libxres.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxscrnsaver.html b/software/bundle/devpkg-libxscrnsaver.html index 12c425593..0933dcd24 100644 --- a/software/bundle/devpkg-libxscrnsaver.html +++ b/software/bundle/devpkg-libxscrnsaver.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxslt.html b/software/bundle/devpkg-libxslt.html index 1c71920b9..16efe1869 100644 --- a/software/bundle/devpkg-libxslt.html +++ b/software/bundle/devpkg-libxslt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxt.html b/software/bundle/devpkg-libxt.html index 703eb7a0a..044231b37 100644 --- a/software/bundle/devpkg-libxt.html +++ b/software/bundle/devpkg-libxt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxtst.html b/software/bundle/devpkg-libxtst.html index 296fd7d67..911b9aca1 100644 --- a/software/bundle/devpkg-libxtst.html +++ b/software/bundle/devpkg-libxtst.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxv.html b/software/bundle/devpkg-libxv.html index 3ecbf72d5..84988240f 100644 --- a/software/bundle/devpkg-libxv.html +++ b/software/bundle/devpkg-libxv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxvmc.html b/software/bundle/devpkg-libxvmc.html index 348eecb91..c2fce334d 100644 --- a/software/bundle/devpkg-libxvmc.html +++ b/software/bundle/devpkg-libxvmc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxxf86misc.html b/software/bundle/devpkg-libxxf86misc.html index fd09c987e..a4098681f 100644 --- a/software/bundle/devpkg-libxxf86misc.html +++ b/software/bundle/devpkg-libxxf86misc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libxxf86vm.html b/software/bundle/devpkg-libxxf86vm.html index 159a8b706..1f138b04e 100644 --- a/software/bundle/devpkg-libxxf86vm.html +++ b/software/bundle/devpkg-libxxf86vm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libyami.html b/software/bundle/devpkg-libyami.html index 9817234cd..28c2fd2ea 100644 --- a/software/bundle/devpkg-libyami.html +++ b/software/bundle/devpkg-libyami.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libzip.html b/software/bundle/devpkg-libzip.html index a3bd28158..7c5e17f4b 100644 --- a/software/bundle/devpkg-libzip.html +++ b/software/bundle/devpkg-libzip.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-libzmq.html b/software/bundle/devpkg-libzmq.html index 1a2527e7b..ced9886f2 100644 --- a/software/bundle/devpkg-libzmq.html +++ b/software/bundle/devpkg-libzmq.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lksctp-tools.html b/software/bundle/devpkg-lksctp-tools.html index e8907900c..30184137b 100644 --- a/software/bundle/devpkg-lksctp-tools.html +++ b/software/bundle/devpkg-lksctp-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-llvm.html b/software/bundle/devpkg-llvm.html index bfdd4ac95..fc33df9aa 100644 --- a/software/bundle/devpkg-llvm.html +++ b/software/bundle/devpkg-llvm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lttng-ust.html b/software/bundle/devpkg-lttng-ust.html index 2596a9511..661bb29fb 100644 --- a/software/bundle/devpkg-lttng-ust.html +++ b/software/bundle/devpkg-lttng-ust.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lua.html b/software/bundle/devpkg-lua.html index 2ecfc25fd..1db2a7d83 100644 --- a/software/bundle/devpkg-lua.html +++ b/software/bundle/devpkg-lua.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-luajit.html b/software/bundle/devpkg-luajit.html index c487a515b..d563c2b54 100644 --- a/software/bundle/devpkg-luajit.html +++ b/software/bundle/devpkg-luajit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lvm2.html b/software/bundle/devpkg-lvm2.html index 57c75dfd0..cddc3599d 100644 --- a/software/bundle/devpkg-lvm2.html +++ b/software/bundle/devpkg-lvm2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-lz4.html b/software/bundle/devpkg-lz4.html index 33f37516d..3134ad2c0 100644 --- a/software/bundle/devpkg-lz4.html +++ b/software/bundle/devpkg-lz4.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mariadb.html b/software/bundle/devpkg-mariadb.html index 2fde24677..7081fc4a5 100644 --- a/software/bundle/devpkg-mariadb.html +++ b/software/bundle/devpkg-mariadb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-md4c.html b/software/bundle/devpkg-md4c.html index 2919c4307..a66f53646 100644 --- a/software/bundle/devpkg-md4c.html +++ b/software/bundle/devpkg-md4c.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mediasdk.html b/software/bundle/devpkg-mediasdk.html index 825cfe25e..88dd6a6b9 100644 --- a/software/bundle/devpkg-mediasdk.html +++ b/software/bundle/devpkg-mediasdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mesa.html b/software/bundle/devpkg-mesa.html index 6709d4707..998888cdd 100644 --- a/software/bundle/devpkg-mesa.html +++ b/software/bundle/devpkg-mesa.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-metacity.html b/software/bundle/devpkg-metacity.html index 67383421c..b4d308ecf 100644 --- a/software/bundle/devpkg-metacity.html +++ b/software/bundle/devpkg-metacity.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-metrics-discovery.html b/software/bundle/devpkg-metrics-discovery.html index c7fa32457..d57398ef7 100644 --- a/software/bundle/devpkg-metrics-discovery.html +++ b/software/bundle/devpkg-metrics-discovery.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mozjs52.html b/software/bundle/devpkg-mozjs52.html index 0dc39281c..a3b563887 100644 --- a/software/bundle/devpkg-mozjs52.html +++ b/software/bundle/devpkg-mozjs52.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mozjs60.html b/software/bundle/devpkg-mozjs60.html index cf97b4d27..5de2c1182 100644 --- a/software/bundle/devpkg-mozjs60.html +++ b/software/bundle/devpkg-mozjs60.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mozjs68.html b/software/bundle/devpkg-mozjs68.html index 7830237b4..8def09991 100644 --- a/software/bundle/devpkg-mozjs68.html +++ b/software/bundle/devpkg-mozjs68.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mozjs78.html b/software/bundle/devpkg-mozjs78.html index f8497e8f7..65ba3bb89 100644 --- a/software/bundle/devpkg-mozjs78.html +++ b/software/bundle/devpkg-mozjs78.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mpg123.html b/software/bundle/devpkg-mpg123.html index 9e25719c2..00c9ee70f 100644 --- a/software/bundle/devpkg-mpg123.html +++ b/software/bundle/devpkg-mpg123.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-multipath-tools.html b/software/bundle/devpkg-multipath-tools.html index 6175d4716..528ebbd6e 100644 --- a/software/bundle/devpkg-multipath-tools.html +++ b/software/bundle/devpkg-multipath-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-mutter.html b/software/bundle/devpkg-mutter.html index 8505b2d2d..b848d1915 100644 --- a/software/bundle/devpkg-mutter.html +++ b/software/bundle/devpkg-mutter.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nautilus.html b/software/bundle/devpkg-nautilus.html index 15d9f1e40..66d45d9aa 100644 --- a/software/bundle/devpkg-nautilus.html +++ b/software/bundle/devpkg-nautilus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ncurses.html b/software/bundle/devpkg-ncurses.html index a68537462..bec333924 100644 --- a/software/bundle/devpkg-ncurses.html +++ b/software/bundle/devpkg-ncurses.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ndctl.html b/software/bundle/devpkg-ndctl.html index dc20c86f6..114fda988 100644 --- a/software/bundle/devpkg-ndctl.html +++ b/software/bundle/devpkg-ndctl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nettle.html b/software/bundle/devpkg-nettle.html index e741aaf0b..5c1eba27a 100644 --- a/software/bundle/devpkg-nettle.html +++ b/software/bundle/devpkg-nettle.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-network-manager-applet.html b/software/bundle/devpkg-network-manager-applet.html index a7f083c94..3c3b58b9f 100644 --- a/software/bundle/devpkg-network-manager-applet.html +++ b/software/bundle/devpkg-network-manager-applet.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-networkmanager.html b/software/bundle/devpkg-networkmanager.html index 29e890f01..2d52747c6 100644 --- a/software/bundle/devpkg-networkmanager.html +++ b/software/bundle/devpkg-networkmanager.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-newt.html b/software/bundle/devpkg-newt.html index 6cd5820de..7e20f287e 100644 --- a/software/bundle/devpkg-newt.html +++ b/software/bundle/devpkg-newt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nftables.html b/software/bundle/devpkg-nftables.html index 4e1016232..55150ef6f 100644 --- a/software/bundle/devpkg-nftables.html +++ b/software/bundle/devpkg-nftables.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nghttp2.html b/software/bundle/devpkg-nghttp2.html index 574c62103..fbdab5f50 100644 --- a/software/bundle/devpkg-nghttp2.html +++ b/software/bundle/devpkg-nghttp2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-notmuch.html b/software/bundle/devpkg-notmuch.html index 48864fe02..3770d2349 100644 --- a/software/bundle/devpkg-notmuch.html +++ b/software/bundle/devpkg-notmuch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nspr.html b/software/bundle/devpkg-nspr.html index fb88ba615..fae2e594f 100644 --- a/software/bundle/devpkg-nspr.html +++ b/software/bundle/devpkg-nspr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-nss.html b/software/bundle/devpkg-nss.html index 4287378d0..9d2cf8cbc 100644 --- a/software/bundle/devpkg-nss.html +++ b/software/bundle/devpkg-nss.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ntfs-3g.html b/software/bundle/devpkg-ntfs-3g.html index 9148d3812..fdcddc042 100644 --- a/software/bundle/devpkg-ntfs-3g.html +++ b/software/bundle/devpkg-ntfs-3g.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-numactl.html b/software/bundle/devpkg-numactl.html index 7ff538e72..77228e367 100644 --- a/software/bundle/devpkg-numactl.html +++ b/software/bundle/devpkg-numactl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-oath-toolkit.html b/software/bundle/devpkg-oath-toolkit.html index 1c7e6207a..cd9676634 100644 --- a/software/bundle/devpkg-oath-toolkit.html +++ b/software/bundle/devpkg-oath-toolkit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-oiio.html b/software/bundle/devpkg-oiio.html index ded9e2864..5d0066b93 100644 --- a/software/bundle/devpkg-oiio.html +++ b/software/bundle/devpkg-oiio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-open-iscsi.html b/software/bundle/devpkg-open-iscsi.html index c4eefbed1..9951c4d67 100644 --- a/software/bundle/devpkg-open-iscsi.html +++ b/software/bundle/devpkg-open-iscsi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-openblas.html b/software/bundle/devpkg-openblas.html index 365f5317d..9005dd1dd 100644 --- a/software/bundle/devpkg-openblas.html +++ b/software/bundle/devpkg-openblas.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-opencv.html b/software/bundle/devpkg-opencv.html index a21e73948..2352e3aba 100644 --- a/software/bundle/devpkg-opencv.html +++ b/software/bundle/devpkg-opencv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-openmpi.html b/software/bundle/devpkg-openmpi.html index 3ccab49ac..260ba7e10 100644 --- a/software/bundle/devpkg-openmpi.html +++ b/software/bundle/devpkg-openmpi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-openssl.html b/software/bundle/devpkg-openssl.html index f75e4ccf8..9a5c6ab96 100644 --- a/software/bundle/devpkg-openssl.html +++ b/software/bundle/devpkg-openssl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-openvswitch.html b/software/bundle/devpkg-openvswitch.html index 2520738b4..7488fcb0d 100644 --- a/software/bundle/devpkg-openvswitch.html +++ b/software/bundle/devpkg-openvswitch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-opus.html b/software/bundle/devpkg-opus.html index 7e370714a..4038ba859 100644 --- a/software/bundle/devpkg-opus.html +++ b/software/bundle/devpkg-opus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-orc.html b/software/bundle/devpkg-orc.html index 99515157b..f60287a2b 100644 --- a/software/bundle/devpkg-orc.html +++ b/software/bundle/devpkg-orc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-ostree.html b/software/bundle/devpkg-ostree.html index b77930fcd..c0f1b09b5 100644 --- a/software/bundle/devpkg-ostree.html +++ b/software/bundle/devpkg-ostree.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-otp.html b/software/bundle/devpkg-otp.html index a72eb2b58..be7c6f498 100644 --- a/software/bundle/devpkg-otp.html +++ b/software/bundle/devpkg-otp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-p11-kit.html b/software/bundle/devpkg-p11-kit.html index 0b9a01a1f..566b1f622 100644 --- a/software/bundle/devpkg-p11-kit.html +++ b/software/bundle/devpkg-p11-kit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pacrunner.html b/software/bundle/devpkg-pacrunner.html index c6749ad4d..98a03cc64 100644 --- a/software/bundle/devpkg-pacrunner.html +++ b/software/bundle/devpkg-pacrunner.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-paho-mqtt-c.html b/software/bundle/devpkg-paho-mqtt-c.html index 4ced23891..b0c083a85 100644 --- a/software/bundle/devpkg-paho-mqtt-c.html +++ b/software/bundle/devpkg-paho-mqtt-c.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-paho-mqtt-cpp.html b/software/bundle/devpkg-paho-mqtt-cpp.html index f3d38ecab..fcf9005e6 100644 --- a/software/bundle/devpkg-paho-mqtt-cpp.html +++ b/software/bundle/devpkg-paho-mqtt-cpp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pango.html b/software/bundle/devpkg-pango.html index 29cbdebf6..fbd520342 100644 --- a/software/bundle/devpkg-pango.html +++ b/software/bundle/devpkg-pango.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pangomm.html b/software/bundle/devpkg-pangomm.html index e754a8030..e1c030ef3 100644 --- a/software/bundle/devpkg-pangomm.html +++ b/software/bundle/devpkg-pangomm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-parted.html b/software/bundle/devpkg-parted.html index acdd33653..a4dc3cd09 100644 --- a/software/bundle/devpkg-parted.html +++ b/software/bundle/devpkg-parted.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pciutils.html b/software/bundle/devpkg-pciutils.html index 9c232a074..f4beb30ac 100644 --- a/software/bundle/devpkg-pciutils.html +++ b/software/bundle/devpkg-pciutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pcre.html b/software/bundle/devpkg-pcre.html index 2630d3a61..879f1b447 100644 --- a/software/bundle/devpkg-pcre.html +++ b/software/bundle/devpkg-pcre.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pcre2.html b/software/bundle/devpkg-pcre2.html index 9509a2b76..0d98dc907 100644 --- a/software/bundle/devpkg-pcre2.html +++ b/software/bundle/devpkg-pcre2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pipewire.html b/software/bundle/devpkg-pipewire.html index 2740d5bfc..64a03cbfa 100644 --- a/software/bundle/devpkg-pipewire.html +++ b/software/bundle/devpkg-pipewire.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pixman-static.html b/software/bundle/devpkg-pixman-static.html index 28d1f8ec5..b5c257269 100644 --- a/software/bundle/devpkg-pixman-static.html +++ b/software/bundle/devpkg-pixman-static.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pixman.html b/software/bundle/devpkg-pixman.html index fc7d03877..099defb1f 100644 --- a/software/bundle/devpkg-pixman.html +++ b/software/bundle/devpkg-pixman.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pkcs11-helper.html b/software/bundle/devpkg-pkcs11-helper.html index 8b5627085..f786cee0c 100644 --- a/software/bundle/devpkg-pkcs11-helper.html +++ b/software/bundle/devpkg-pkcs11-helper.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pmdk.html b/software/bundle/devpkg-pmdk.html index d8d58b44d..53678a6ab 100644 --- a/software/bundle/devpkg-pmdk.html +++ b/software/bundle/devpkg-pmdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-popt.html b/software/bundle/devpkg-popt.html index 4cff0e878..590b2d14a 100644 --- a/software/bundle/devpkg-popt.html +++ b/software/bundle/devpkg-popt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-postgresql.html b/software/bundle/devpkg-postgresql.html index d8d62c07c..0e6fdedbb 100644 --- a/software/bundle/devpkg-postgresql.html +++ b/software/bundle/devpkg-postgresql.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-procps-ng.html b/software/bundle/devpkg-procps-ng.html index b7c5b19d5..61113f967 100644 --- a/software/bundle/devpkg-procps-ng.html +++ b/software/bundle/devpkg-procps-ng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-protobuf-c.html b/software/bundle/devpkg-protobuf-c.html index 0e8bf95f8..6bd1f6f86 100644 --- a/software/bundle/devpkg-protobuf-c.html +++ b/software/bundle/devpkg-protobuf-c.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pulseaudio.html b/software/bundle/devpkg-pulseaudio.html index 14cca15ae..a4cd4003c 100644 --- a/software/bundle/devpkg-pulseaudio.html +++ b/software/bundle/devpkg-pulseaudio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-pygobject.html b/software/bundle/devpkg-pygobject.html index 71e3ccbae..b47b2eca2 100644 --- a/software/bundle/devpkg-pygobject.html +++ b/software/bundle/devpkg-pygobject.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qpdf.html b/software/bundle/devpkg-qpdf.html index 02b953a28..56939def5 100644 --- a/software/bundle/devpkg-qpdf.html +++ b/software/bundle/devpkg-qpdf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qt3d.html b/software/bundle/devpkg-qt3d.html index bab55b6ef..39296d629 100644 --- a/software/bundle/devpkg-qt3d.html +++ b/software/bundle/devpkg-qt3d.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtbase.html b/software/bundle/devpkg-qtbase.html index f4c386d3e..ba00b8901 100644 --- a/software/bundle/devpkg-qtbase.html +++ b/software/bundle/devpkg-qtbase.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtdeclarative.html b/software/bundle/devpkg-qtdeclarative.html index 7dc2994a8..368285977 100644 --- a/software/bundle/devpkg-qtdeclarative.html +++ b/software/bundle/devpkg-qtdeclarative.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtlocation.html b/software/bundle/devpkg-qtlocation.html index 7bda1fa8c..18bde2b99 100644 --- a/software/bundle/devpkg-qtlocation.html +++ b/software/bundle/devpkg-qtlocation.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtsvg.html b/software/bundle/devpkg-qtsvg.html index 9ce1ca029..207631289 100644 --- a/software/bundle/devpkg-qtsvg.html +++ b/software/bundle/devpkg-qtsvg.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qttools.html b/software/bundle/devpkg-qttools.html index 7c69ff572..8f91ad41f 100644 --- a/software/bundle/devpkg-qttools.html +++ b/software/bundle/devpkg-qttools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtwebchannel.html b/software/bundle/devpkg-qtwebchannel.html index 1aa6a7f8c..1d1130b05 100644 --- a/software/bundle/devpkg-qtwebchannel.html +++ b/software/bundle/devpkg-qtwebchannel.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-qtwebengine.html b/software/bundle/devpkg-qtwebengine.html index d968c2ef9..1f08e08cf 100644 --- a/software/bundle/devpkg-qtwebengine.html +++ b/software/bundle/devpkg-qtwebengine.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-r.html b/software/bundle/devpkg-r.html index 74682aafd..ab2384855 100644 --- a/software/bundle/devpkg-r.html +++ b/software/bundle/devpkg-r.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-rdma-core.html b/software/bundle/devpkg-rdma-core.html index 96530b205..6a5b893df 100644 --- a/software/bundle/devpkg-rdma-core.html +++ b/software/bundle/devpkg-rdma-core.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-readline.html b/software/bundle/devpkg-readline.html index 7167a398c..89a0a01ae 100644 --- a/software/bundle/devpkg-readline.html +++ b/software/bundle/devpkg-readline.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-rest.html b/software/bundle/devpkg-rest.html index 933d34356..481e8803a 100644 --- a/software/bundle/devpkg-rest.html +++ b/software/bundle/devpkg-rest.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl.html b/software/bundle/devpkg-sdl.html index 6f7af40b9..56644f22a 100644 --- a/software/bundle/devpkg-sdl.html +++ b/software/bundle/devpkg-sdl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2.html b/software/bundle/devpkg-sdl2.html index fddf6e600..fdc0714cd 100644 --- a/software/bundle/devpkg-sdl2.html +++ b/software/bundle/devpkg-sdl2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2gfx.html b/software/bundle/devpkg-sdl2gfx.html index 561e32393..3c93cc61b 100644 --- a/software/bundle/devpkg-sdl2gfx.html +++ b/software/bundle/devpkg-sdl2gfx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2image.html b/software/bundle/devpkg-sdl2image.html index df90af834..ab94aa600 100644 --- a/software/bundle/devpkg-sdl2image.html +++ b/software/bundle/devpkg-sdl2image.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2mixer.html b/software/bundle/devpkg-sdl2mixer.html index 1283ff805..607823cb0 100644 --- a/software/bundle/devpkg-sdl2mixer.html +++ b/software/bundle/devpkg-sdl2mixer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2net.html b/software/bundle/devpkg-sdl2net.html index bc8e95259..933595079 100644 --- a/software/bundle/devpkg-sdl2net.html +++ b/software/bundle/devpkg-sdl2net.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdl2ttf.html b/software/bundle/devpkg-sdl2ttf.html index 366508452..939465746 100644 --- a/software/bundle/devpkg-sdl2ttf.html +++ b/software/bundle/devpkg-sdl2ttf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdlgfx.html b/software/bundle/devpkg-sdlgfx.html index 90a32f813..0918c20e7 100644 --- a/software/bundle/devpkg-sdlgfx.html +++ b/software/bundle/devpkg-sdlgfx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdlimage.html b/software/bundle/devpkg-sdlimage.html index c2c60477d..1921b1762 100644 --- a/software/bundle/devpkg-sdlimage.html +++ b/software/bundle/devpkg-sdlimage.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdlmixer.html b/software/bundle/devpkg-sdlmixer.html index 7055f0155..95550cf07 100644 --- a/software/bundle/devpkg-sdlmixer.html +++ b/software/bundle/devpkg-sdlmixer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdlnet.html b/software/bundle/devpkg-sdlnet.html index 3602da36d..61e7759ee 100644 --- a/software/bundle/devpkg-sdlnet.html +++ b/software/bundle/devpkg-sdlnet.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sdlttf.html b/software/bundle/devpkg-sdlttf.html index 2ff8b9570..b61e20419 100644 --- a/software/bundle/devpkg-sdlttf.html +++ b/software/bundle/devpkg-sdlttf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-shared-mime-info.html b/software/bundle/devpkg-shared-mime-info.html index 8b7cfb34c..116509746 100644 --- a/software/bundle/devpkg-shared-mime-info.html +++ b/software/bundle/devpkg-shared-mime-info.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-speex.html b/software/bundle/devpkg-speex.html index 6496d7e4d..b6da54f9b 100644 --- a/software/bundle/devpkg-speex.html +++ b/software/bundle/devpkg-speex.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-spi2-atk.html b/software/bundle/devpkg-spi2-atk.html index 059831759..6841ff592 100644 --- a/software/bundle/devpkg-spi2-atk.html +++ b/software/bundle/devpkg-spi2-atk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-spi2-core.html b/software/bundle/devpkg-spi2-core.html index 7744b556b..be161d95c 100644 --- a/software/bundle/devpkg-spi2-core.html +++ b/software/bundle/devpkg-spi2-core.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-sqlite-autoconf.html b/software/bundle/devpkg-sqlite-autoconf.html index 77a1e28b0..34b3d270d 100644 --- a/software/bundle/devpkg-sqlite-autoconf.html +++ b/software/bundle/devpkg-sqlite-autoconf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-startup-notification.html b/software/bundle/devpkg-startup-notification.html index 78934f308..dcb057021 100644 --- a/software/bundle/devpkg-startup-notification.html +++ b/software/bundle/devpkg-startup-notification.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-subunit.html b/software/bundle/devpkg-subunit.html index 12d2dc267..d0eb8c2a2 100644 --- a/software/bundle/devpkg-subunit.html +++ b/software/bundle/devpkg-subunit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-systemd.html b/software/bundle/devpkg-systemd.html index 6ad223fa5..f34099a63 100644 --- a/software/bundle/devpkg-systemd.html +++ b/software/bundle/devpkg-systemd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-taglib.html b/software/bundle/devpkg-taglib.html index ed6c3a05e..2aa8053f5 100644 --- a/software/bundle/devpkg-taglib.html +++ b/software/bundle/devpkg-taglib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-talloc.html b/software/bundle/devpkg-talloc.html index f727cc329..7967b17cf 100644 --- a/software/bundle/devpkg-talloc.html +++ b/software/bundle/devpkg-talloc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-tbb.html b/software/bundle/devpkg-tbb.html index 01731f5bf..66dd1c447 100644 --- a/software/bundle/devpkg-tbb.html +++ b/software/bundle/devpkg-tbb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-telemetrics-client.html b/software/bundle/devpkg-telemetrics-client.html index a732cfcfc..0d79bd53d 100644 --- a/software/bundle/devpkg-telemetrics-client.html +++ b/software/bundle/devpkg-telemetrics-client.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-tesseract.html b/software/bundle/devpkg-tesseract.html index 9495c3581..374180cd8 100644 --- a/software/bundle/devpkg-tesseract.html +++ b/software/bundle/devpkg-tesseract.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-tiff.html b/software/bundle/devpkg-tiff.html index e9e91f635..a1d9d603e 100644 --- a/software/bundle/devpkg-tiff.html +++ b/software/bundle/devpkg-tiff.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-uhttpmock.html b/software/bundle/devpkg-uhttpmock.html index 758cfd067..1a8a10f37 100644 --- a/software/bundle/devpkg-uhttpmock.html +++ b/software/bundle/devpkg-uhttpmock.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-usbredir.html b/software/bundle/devpkg-usbredir.html index d0b0100d7..e510ba0ec 100644 --- a/software/bundle/devpkg-usbredir.html +++ b/software/bundle/devpkg-usbredir.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-userspace-rcu.html b/software/bundle/devpkg-userspace-rcu.html index 5643e45b0..9eea7e88f 100644 --- a/software/bundle/devpkg-userspace-rcu.html +++ b/software/bundle/devpkg-userspace-rcu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-util-linux.html b/software/bundle/devpkg-util-linux.html index b0f83b291..12f0ce469 100644 --- a/software/bundle/devpkg-util-linux.html +++ b/software/bundle/devpkg-util-linux.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-util-macros.html b/software/bundle/devpkg-util-macros.html index f61697800..8ee2ec7ab 100644 --- a/software/bundle/devpkg-util-macros.html +++ b/software/bundle/devpkg-util-macros.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-v4l-utils.html b/software/bundle/devpkg-v4l-utils.html index af57b798e..f88215d7b 100644 --- a/software/bundle/devpkg-v4l-utils.html +++ b/software/bundle/devpkg-v4l-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-vala.html b/software/bundle/devpkg-vala.html index cbbfca94c..2bc0685ff 100644 --- a/software/bundle/devpkg-vala.html +++ b/software/bundle/devpkg-vala.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-wayland-protocols.html b/software/bundle/devpkg-wayland-protocols.html index 9e31ac2ef..22e5c44d4 100644 --- a/software/bundle/devpkg-wayland-protocols.html +++ b/software/bundle/devpkg-wayland-protocols.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-wayland.html b/software/bundle/devpkg-wayland.html index 0c92f586a..f3228e0d6 100644 --- a/software/bundle/devpkg-wayland.html +++ b/software/bundle/devpkg-wayland.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-webkitgtk.html b/software/bundle/devpkg-webkitgtk.html index a7e2f5284..f4cc18273 100644 --- a/software/bundle/devpkg-webkitgtk.html +++ b/software/bundle/devpkg-webkitgtk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-woff2.html b/software/bundle/devpkg-woff2.html index 0548b5e4b..229bb4048 100644 --- a/software/bundle/devpkg-woff2.html +++ b/software/bundle/devpkg-woff2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-wxwidgets.html b/software/bundle/devpkg-wxwidgets.html index 3092aae7a..5a2a9b3b8 100644 --- a/software/bundle/devpkg-wxwidgets.html +++ b/software/bundle/devpkg-wxwidgets.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xapian-core.html b/software/bundle/devpkg-xapian-core.html index c9687e181..6d3de3574 100644 --- a/software/bundle/devpkg-xapian-core.html +++ b/software/bundle/devpkg-xapian-core.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xcb-proto.html b/software/bundle/devpkg-xcb-proto.html index 461f6e576..88a626cad 100644 --- a/software/bundle/devpkg-xcb-proto.html +++ b/software/bundle/devpkg-xcb-proto.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xcb-util-cursor.html b/software/bundle/devpkg-xcb-util-cursor.html index 133af915a..1fe21dd6a 100644 --- a/software/bundle/devpkg-xcb-util-cursor.html +++ b/software/bundle/devpkg-xcb-util-cursor.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xdg-desktop-portal.html b/software/bundle/devpkg-xdg-desktop-portal.html index 9c820e04b..a9cdce80d 100644 --- a/software/bundle/devpkg-xdg-desktop-portal.html +++ b/software/bundle/devpkg-xdg-desktop-portal.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xf86-input-wacom.html b/software/bundle/devpkg-xf86-input-wacom.html index dcf59dc8a..60d98a25f 100644 --- a/software/bundle/devpkg-xf86-input-wacom.html +++ b/software/bundle/devpkg-xf86-input-wacom.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xkbcomp.html b/software/bundle/devpkg-xkbcomp.html index 8ad62bd56..a88699395 100644 --- a/software/bundle/devpkg-xkbcomp.html +++ b/software/bundle/devpkg-xkbcomp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xkeyboard-config.html b/software/bundle/devpkg-xkeyboard-config.html index f93583a09..1eed4e30f 100644 --- a/software/bundle/devpkg-xkeyboard-config.html +++ b/software/bundle/devpkg-xkeyboard-config.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xmlsec1.html b/software/bundle/devpkg-xmlsec1.html index e1977d484..d156c2970 100644 --- a/software/bundle/devpkg-xmlsec1.html +++ b/software/bundle/devpkg-xmlsec1.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xorg-server.html b/software/bundle/devpkg-xorg-server.html index 0fe977cf8..3d46d35ba 100644 --- a/software/bundle/devpkg-xorg-server.html +++ b/software/bundle/devpkg-xorg-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xorgproto.html b/software/bundle/devpkg-xorgproto.html index e3d2656a2..9113b205a 100644 --- a/software/bundle/devpkg-xorgproto.html +++ b/software/bundle/devpkg-xorgproto.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xrdp.html b/software/bundle/devpkg-xrdp.html index 187f8eaf8..b5c20de4e 100644 --- a/software/bundle/devpkg-xrdp.html +++ b/software/bundle/devpkg-xrdp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xtrans.html b/software/bundle/devpkg-xtrans.html index 1f24d75cf..9f2dfd4cd 100644 --- a/software/bundle/devpkg-xtrans.html +++ b/software/bundle/devpkg-xtrans.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xz-static.html b/software/bundle/devpkg-xz-static.html index 1f3ad5df6..d02620af6 100644 --- a/software/bundle/devpkg-xz-static.html +++ b/software/bundle/devpkg-xz-static.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-xz.html b/software/bundle/devpkg-xz.html index c1dd64aa3..acbc0f802 100644 --- a/software/bundle/devpkg-xz.html +++ b/software/bundle/devpkg-xz.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-zlib.html b/software/bundle/devpkg-zlib.html index 4b8afadca..b666eefcb 100644 --- a/software/bundle/devpkg-zlib.html +++ b/software/bundle/devpkg-zlib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/devpkg-zstd.html b/software/bundle/devpkg-zstd.html index ccc60c3a5..63bde1d58 100644 --- a/software/bundle/devpkg-zstd.html +++ b/software/bundle/devpkg-zstd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dfu-util.html b/software/bundle/dfu-util.html index 082b9b560..96ed7d461 100644 --- a/software/bundle/dfu-util.html +++ b/software/bundle/dfu-util.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dhcp-server.html b/software/bundle/dhcp-server.html index d2735b9d8..4da15726b 100644 --- a/software/bundle/dhcp-server.html +++ b/software/bundle/dhcp-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/diffoscope.html b/software/bundle/diffoscope.html index 6cbcea05a..4fb0fd933 100644 --- a/software/bundle/diffoscope.html +++ b/software/bundle/diffoscope.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/diffutils.html b/software/bundle/diffutils.html index c48573de0..7f1a4eacf 100644 --- a/software/bundle/diffutils.html +++ b/software/bundle/diffutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/digikam.html b/software/bundle/digikam.html index 2bca89995..0fe4b1cff 100644 --- a/software/bundle/digikam.html +++ b/software/bundle/digikam.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dino.html b/software/bundle/dino.html index 6311bb702..a4c30a7ff 100644 --- a/software/bundle/dino.html +++ b/software/bundle/dino.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/django.html b/software/bundle/django.html index 8c8f29e91..157722e1e 100644 --- a/software/bundle/django.html +++ b/software/bundle/django.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dnf.html b/software/bundle/dnf.html index 2b7b26eae..e03345879 100644 --- a/software/bundle/dnf.html +++ b/software/bundle/dnf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/docbook-utils.html b/software/bundle/docbook-utils.html index 9d3ed5be7..1e33945e3 100644 --- a/software/bundle/docbook-utils.html +++ b/software/bundle/docbook-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/docker-compose.html b/software/bundle/docker-compose.html index 1e97dce13..e084a4764 100644 --- a/software/bundle/docker-compose.html +++ b/software/bundle/docker-compose.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/docutils.html b/software/bundle/docutils.html index 7ff29da95..a9664f086 100644 --- a/software/bundle/docutils.html +++ b/software/bundle/docutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dolphin.html b/software/bundle/dolphin.html index baf4fc433..477e4e6bd 100644 --- a/software/bundle/dolphin.html +++ b/software/bundle/dolphin.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/domotica.html b/software/bundle/domotica.html index 49a9caa59..c07358d70 100644 --- a/software/bundle/domotica.html +++ b/software/bundle/domotica.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dosfstools.html b/software/bundle/dosfstools.html index 56422390d..2eaf87816 100644 --- a/software/bundle/dosfstools.html +++ b/software/bundle/dosfstools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dovecot.html b/software/bundle/dovecot.html index 2b1fd18a8..6eb4cbff9 100644 --- a/software/bundle/dovecot.html +++ b/software/bundle/dovecot.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/doxygen.html b/software/bundle/doxygen.html index 482092666..b1a5242e9 100644 --- a/software/bundle/doxygen.html +++ b/software/bundle/doxygen.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dpdk.html b/software/bundle/dpdk.html index 83465f72b..6ed498242 100644 --- a/software/bundle/dpdk.html +++ b/software/bundle/dpdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dragon.html b/software/bundle/dragon.html index 79069c5fa..6b1945188 100644 --- a/software/bundle/dragon.html +++ b/software/bundle/dragon.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dropwatch.html b/software/bundle/dropwatch.html index 9b732a233..9391afb11 100644 --- a/software/bundle/dropwatch.html +++ b/software/bundle/dropwatch.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/dtc.html b/software/bundle/dtc.html index 6d1b4eb3b..626533a4d 100644 --- a/software/bundle/dtc.html +++ b/software/bundle/dtc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/duperemove.html b/software/bundle/duperemove.html index 0ebde9934..14141cde8 100644 --- a/software/bundle/duperemove.html +++ b/software/bundle/duperemove.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/earlyoom.html b/software/bundle/earlyoom.html index a94f67240..c0629d85f 100644 --- a/software/bundle/earlyoom.html +++ b/software/bundle/earlyoom.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/editors-dev.html b/software/bundle/editors-dev.html index 0c3a3da3a..b44980f82 100644 --- a/software/bundle/editors-dev.html +++ b/software/bundle/editors-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/editors.html b/software/bundle/editors.html index de6f597b4..c68eb1141 100644 --- a/software/bundle/editors.html +++ b/software/bundle/editors.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/education-preschool.html b/software/bundle/education-preschool.html index 4fca3e776..309af9fb4 100644 --- a/software/bundle/education-preschool.html +++ b/software/bundle/education-preschool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/education-primary.html b/software/bundle/education-primary.html index 90abbe787..96a0d6b68 100644 --- a/software/bundle/education-primary.html +++ b/software/bundle/education-primary.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/education-secondary.html b/software/bundle/education-secondary.html index 5d0e571fa..e97e2e5d1 100644 --- a/software/bundle/education-secondary.html +++ b/software/bundle/education-secondary.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/education-tertiary.html b/software/bundle/education-tertiary.html index 0329f2349..e187baae1 100644 --- a/software/bundle/education-tertiary.html +++ b/software/bundle/education-tertiary.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/education.html b/software/bundle/education.html index c6baa9e4c..3e6a42416 100644 --- a/software/bundle/education.html +++ b/software/bundle/education.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/eid-mw.html b/software/bundle/eid-mw.html index 4d74f3644..82747729c 100644 --- a/software/bundle/eid-mw.html +++ b/software/bundle/eid-mw.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/elasticsearch.html b/software/bundle/elasticsearch.html index 100d850bc..378d197ef 100644 --- a/software/bundle/elasticsearch.html +++ b/software/bundle/elasticsearch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/emacs-x11.html b/software/bundle/emacs-x11.html index ba72e1c6a..c5dd6d168 100644 --- a/software/bundle/emacs-x11.html +++ b/software/bundle/emacs-x11.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/emacs.html b/software/bundle/emacs.html index 74f83bd34..47f737a3c 100644 --- a/software/bundle/emacs.html +++ b/software/bundle/emacs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/enterprise-login.html b/software/bundle/enterprise-login.html index ebc18ce55..3dec568fa 100644 --- a/software/bundle/enterprise-login.html +++ b/software/bundle/enterprise-login.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/eog.html b/software/bundle/eog.html index a1c9d7262..8061b01ba 100644 --- a/software/bundle/eog.html +++ b/software/bundle/eog.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ethtool.html b/software/bundle/ethtool.html index 2593e5c18..87c163baa 100644 --- a/software/bundle/ethtool.html +++ b/software/bundle/ethtool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/eventviews.html b/software/bundle/eventviews.html index bbde1f9da..5e386d55f 100644 --- a/software/bundle/eventviews.html +++ b/software/bundle/eventviews.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/evince.html b/software/bundle/evince.html index d88cbb49f..afe11832e 100644 --- a/software/bundle/evince.html +++ b/software/bundle/evince.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/evolution.html b/software/bundle/evolution.html index f6f8b7123..0eec880c5 100644 --- a/software/bundle/evolution.html +++ b/software/bundle/evolution.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/extremetuxracer.html b/software/bundle/extremetuxracer.html index 6fec8bd70..12caf8788 100644 --- a/software/bundle/extremetuxracer.html +++ b/software/bundle/extremetuxracer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/faas-cli.html b/software/bundle/faas-cli.html index 3b898006e..8fdea7bb1 100644 --- a/software/bundle/faas-cli.html +++ b/software/bundle/faas-cli.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fdupes.html b/software/bundle/fdupes.html index 20042a138..4a1fc310f 100644 --- a/software/bundle/fdupes.html +++ b/software/bundle/fdupes.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/feh.html b/software/bundle/feh.html index e0ce167ad..dac2e7bd0 100644 --- a/software/bundle/feh.html +++ b/software/bundle/feh.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/file-roller.html b/software/bundle/file-roller.html index ba6809a38..4542862cf 100644 --- a/software/bundle/file-roller.html +++ b/software/bundle/file-roller.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/file.html b/software/bundle/file.html index 9fa4018fe..b2c7391ae 100644 --- a/software/bundle/file.html +++ b/software/bundle/file.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/filelight.html b/software/bundle/filelight.html index 711d2f4c9..709ce2ca2 100644 --- a/software/bundle/filelight.html +++ b/software/bundle/filelight.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/findutils.html b/software/bundle/findutils.html index e8fbf2009..026895d94 100644 --- a/software/bundle/findutils.html +++ b/software/bundle/findutils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fio.html b/software/bundle/fio.html index a57070432..171a91d54 100644 --- a/software/bundle/fio.html +++ b/software/bundle/fio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/firefox.html b/software/bundle/firefox.html index 3a097eaa0..a9bace7ed 100644 --- a/software/bundle/firefox.html +++ b/software/bundle/firefox.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/firewalld.html b/software/bundle/firewalld.html index 41248357a..3c00313ee 100644 --- a/software/bundle/firewalld.html +++ b/software/bundle/firewalld.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/firmware-update.html b/software/bundle/firmware-update.html index fa65da1a1..486e6a21b 100644 --- a/software/bundle/firmware-update.html +++ b/software/bundle/firmware-update.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/flac.html b/software/bundle/flac.html index d9d69ece3..94789d1b4 100644 --- a/software/bundle/flac.html +++ b/software/bundle/flac.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/flare.html b/software/bundle/flare.html index bbcaf3b5e..5ea1a76c5 100644 --- a/software/bundle/flare.html +++ b/software/bundle/flare.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/flatpak.html b/software/bundle/flatpak.html index f2580a105..8cb1823da 100644 --- a/software/bundle/flatpak.html +++ b/software/bundle/flatpak.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/flex.html b/software/bundle/flex.html index 21290c0e2..0e1873f43 100644 --- a/software/bundle/flex.html +++ b/software/bundle/flex.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fluidsynth.html b/software/bundle/fluidsynth.html index 2ec62deab..952e8d6bf 100644 --- a/software/bundle/fluidsynth.html +++ b/software/bundle/fluidsynth.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fontforge.html b/software/bundle/fontforge.html index a1fc29382..e890cb76f 100644 --- a/software/bundle/fontforge.html +++ b/software/bundle/fontforge.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fonts-basic.html b/software/bundle/fonts-basic.html index 19b2cd620..75dca0270 100644 --- a/software/bundle/fonts-basic.html +++ b/software/bundle/fonts-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fonttools.html b/software/bundle/fonttools.html index e50a1e535..c715c140b 100644 --- a/software/bundle/fonttools.html +++ b/software/bundle/fonttools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fortune-mod.html b/software/bundle/fortune-mod.html index 8d07f96ec..a4432fa57 100644 --- a/software/bundle/fortune-mod.html +++ b/software/bundle/fortune-mod.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fossil.html b/software/bundle/fossil.html index 91fdb995c..c4a9c7bb7 100644 --- a/software/bundle/fossil.html +++ b/software/bundle/fossil.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fsearch.html b/software/bundle/fsearch.html index f960fe2eb..49e097a55 100644 --- a/software/bundle/fsearch.html +++ b/software/bundle/fsearch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fuse.html b/software/bundle/fuse.html index 0ed509cfb..808ce153e 100644 --- a/software/bundle/fuse.html +++ b/software/bundle/fuse.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/fwupdate.html b/software/bundle/fwupdate.html index ccbd7b2d8..5cc9d1cdf 100644 --- a/software/bundle/fwupdate.html +++ b/software/bundle/fwupdate.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/games-dev.html b/software/bundle/games-dev.html index e49915292..d30755310 100644 --- a/software/bundle/games-dev.html +++ b/software/bundle/games-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/games.html b/software/bundle/games.html index fa0286201..c251e0031 100644 --- a/software/bundle/games.html +++ b/software/bundle/games.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gdal.html b/software/bundle/gdal.html index eb29ee6e8..0b16a38da 100644 --- a/software/bundle/gdal.html +++ b/software/bundle/gdal.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gdb.html b/software/bundle/gdb.html index ab9da196f..a873850f8 100644 --- a/software/bundle/gdb.html +++ b/software/bundle/gdb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/geany.html b/software/bundle/geany.html index 2e8164f8c..01c27fd5c 100644 --- a/software/bundle/geany.html +++ b/software/bundle/geany.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/geary.html b/software/bundle/geary.html index 7d63e0dfe..7a00e787b 100644 --- a/software/bundle/geary.html +++ b/software/bundle/geary.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gedit.html b/software/bundle/gedit.html index c8a8d7e4f..99203fcec 100644 --- a/software/bundle/gedit.html +++ b/software/bundle/gedit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/geeqie.html b/software/bundle/geeqie.html index 6c49e8e84..f8c0bc47c 100644 --- a/software/bundle/geeqie.html +++ b/software/bundle/geeqie.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gftp.html b/software/bundle/gftp.html index 77f27a09c..3db0a44de 100644 --- a/software/bundle/gftp.html +++ b/software/bundle/gftp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ghostscript.html b/software/bundle/ghostscript.html index c42a5000f..f444d113b 100644 --- a/software/bundle/ghostscript.html +++ b/software/bundle/ghostscript.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gimp.html b/software/bundle/gimp.html index 171d4d76f..f195f6e20 100644 --- a/software/bundle/gimp.html +++ b/software/bundle/gimp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/git.html b/software/bundle/git.html index 559149483..577218d6b 100644 --- a/software/bundle/git.html +++ b/software/bundle/git.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gjs.html b/software/bundle/gjs.html index 9a82fc2c9..474c3975a 100644 --- a/software/bundle/gjs.html +++ b/software/bundle/gjs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/glibc-locale.html b/software/bundle/glibc-locale.html index ae3ceedca..2677fbd78 100644 --- a/software/bundle/glibc-locale.html +++ b/software/bundle/glibc-locale.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/glmark2.html b/software/bundle/glmark2.html index 13951d85a..add2162e3 100644 --- a/software/bundle/glmark2.html +++ b/software/bundle/glmark2.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/global.html b/software/bundle/global.html index 7891def64..d362fd4c9 100644 --- a/software/bundle/global.html +++ b/software/bundle/global.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gmsh.html b/software/bundle/gmsh.html index da94d63c6..a12e10f7b 100644 --- a/software/bundle/gmsh.html +++ b/software/bundle/gmsh.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-base-libs.html b/software/bundle/gnome-base-libs.html index eb97f44e6..fa484084c 100644 --- a/software/bundle/gnome-base-libs.html +++ b/software/bundle/gnome-base-libs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-boxes.html b/software/bundle/gnome-boxes.html index 3020ed8cf..276657f10 100644 --- a/software/bundle/gnome-boxes.html +++ b/software/bundle/gnome-boxes.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-calculator.html b/software/bundle/gnome-calculator.html index f18880b12..ff61b00d6 100644 --- a/software/bundle/gnome-calculator.html +++ b/software/bundle/gnome-calculator.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-characters.html b/software/bundle/gnome-characters.html index 0d611c380..be8cdad60 100644 --- a/software/bundle/gnome-characters.html +++ b/software/bundle/gnome-characters.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-chess.html b/software/bundle/gnome-chess.html index a6e435ef2..b25e8647f 100644 --- a/software/bundle/gnome-chess.html +++ b/software/bundle/gnome-chess.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-clocks.html b/software/bundle/gnome-clocks.html index 946198282..4984ab899 100644 --- a/software/bundle/gnome-clocks.html +++ b/software/bundle/gnome-clocks.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-color-manager.html b/software/bundle/gnome-color-manager.html index 188d08629..abfee74dc 100644 --- a/software/bundle/gnome-color-manager.html +++ b/software/bundle/gnome-color-manager.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-contacts.html b/software/bundle/gnome-contacts.html index a02f48fcb..dc5679d8b 100644 --- a/software/bundle/gnome-contacts.html +++ b/software/bundle/gnome-contacts.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-desktop-testing.html b/software/bundle/gnome-desktop-testing.html index b20cc9022..93eac45f8 100644 --- a/software/bundle/gnome-desktop-testing.html +++ b/software/bundle/gnome-desktop-testing.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-disk-utility.html b/software/bundle/gnome-disk-utility.html index d0c5eba82..68227fcc2 100644 --- a/software/bundle/gnome-disk-utility.html +++ b/software/bundle/gnome-disk-utility.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-font-viewer.html b/software/bundle/gnome-font-viewer.html index 42687f40c..dff1a0df1 100644 --- a/software/bundle/gnome-font-viewer.html +++ b/software/bundle/gnome-font-viewer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-logs.html b/software/bundle/gnome-logs.html index 5c858bbf0..a71097eed 100644 --- a/software/bundle/gnome-logs.html +++ b/software/bundle/gnome-logs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-mahjongg.html b/software/bundle/gnome-mahjongg.html index c5b77ca67..63ec1a6bb 100644 --- a/software/bundle/gnome-mahjongg.html +++ b/software/bundle/gnome-mahjongg.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-music.html b/software/bundle/gnome-music.html index 17d402a58..41b6d8b2f 100644 --- a/software/bundle/gnome-music.html +++ b/software/bundle/gnome-music.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-photos.html b/software/bundle/gnome-photos.html index 081a5712c..fc0c4af14 100644 --- a/software/bundle/gnome-photos.html +++ b/software/bundle/gnome-photos.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-screenshot.html b/software/bundle/gnome-screenshot.html index e635ea76e..58af92058 100644 --- a/software/bundle/gnome-screenshot.html +++ b/software/bundle/gnome-screenshot.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-system-monitor.html b/software/bundle/gnome-system-monitor.html index ea2ad2735..9a9e6657d 100644 --- a/software/bundle/gnome-system-monitor.html +++ b/software/bundle/gnome-system-monitor.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-todo.html b/software/bundle/gnome-todo.html index 6012fd6d2..b853f9e4c 100644 --- a/software/bundle/gnome-todo.html +++ b/software/bundle/gnome-todo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnome-weather.html b/software/bundle/gnome-weather.html index aa9938d71..050182f7b 100644 --- a/software/bundle/gnome-weather.html +++ b/software/bundle/gnome-weather.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnupg.html b/software/bundle/gnupg.html index f15ac3b2e..24442ec58 100644 --- a/software/bundle/gnupg.html +++ b/software/bundle/gnupg.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gnuplot.html b/software/bundle/gnuplot.html index b8ca78b33..9c4dbdba5 100644 --- a/software/bundle/gnuplot.html +++ b/software/bundle/gnuplot.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/go-basic-dev.html b/software/bundle/go-basic-dev.html index 1a766b6e3..192a4f4bf 100644 --- a/software/bundle/go-basic-dev.html +++ b/software/bundle/go-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/go-basic.html b/software/bundle/go-basic.html index dd53810e7..f04c2e807 100644 --- a/software/bundle/go-basic.html +++ b/software/bundle/go-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/goaccess.html b/software/bundle/goaccess.html index 1117e69ae..8146a8f73 100644 --- a/software/bundle/goaccess.html +++ b/software/bundle/goaccess.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gparted.html b/software/bundle/gparted.html index c43280e3c..1b6df636b 100644 --- a/software/bundle/gparted.html +++ b/software/bundle/gparted.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gpaste.html b/software/bundle/gpaste.html index c471f0f40..9d4cddde4 100644 --- a/software/bundle/gpaste.html +++ b/software/bundle/gpaste.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gpgme.html b/software/bundle/gpgme.html index 83d48e179..cf6d5d2fc 100644 --- a/software/bundle/gpgme.html +++ b/software/bundle/gpgme.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gphoto2.html b/software/bundle/gphoto2.html index f9bef12be..b5aae8344 100644 --- a/software/bundle/gphoto2.html +++ b/software/bundle/gphoto2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gradio.html b/software/bundle/gradio.html index 87c1a281f..367b4b64a 100644 --- a/software/bundle/gradio.html +++ b/software/bundle/gradio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gramps.html b/software/bundle/gramps.html index 766774501..041d41d02 100644 --- a/software/bundle/gramps.html +++ b/software/bundle/gramps.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/graphviz.html b/software/bundle/graphviz.html index f120c6a1b..8088e343e 100644 --- a/software/bundle/graphviz.html +++ b/software/bundle/graphviz.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/grisbi.html b/software/bundle/grisbi.html index 3be2aec27..fc71443f5 100644 --- a/software/bundle/grisbi.html +++ b/software/bundle/grisbi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gsequencer.html b/software/bundle/gsequencer.html index 502011327..aae0849d9 100644 --- a/software/bundle/gsequencer.html +++ b/software/bundle/gsequencer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gstreamer.html b/software/bundle/gstreamer.html index 5d99238a7..a3a22c9e0 100644 --- a/software/bundle/gstreamer.html +++ b/software/bundle/gstreamer.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gtk-vnc.html b/software/bundle/gtk-vnc.html index 708addaa6..6623eb599 100644 --- a/software/bundle/gtk-vnc.html +++ b/software/bundle/gtk-vnc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gtkwave.html b/software/bundle/gtkwave.html index 6ce657abc..978b9deaa 100644 --- a/software/bundle/gtkwave.html +++ b/software/bundle/gtkwave.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gvim.html b/software/bundle/gvim.html index bb461db06..02b4bb64f 100644 --- a/software/bundle/gvim.html +++ b/software/bundle/gvim.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gwenview.html b/software/bundle/gwenview.html index 08ec00414..91207a8a3 100644 --- a/software/bundle/gwenview.html +++ b/software/bundle/gwenview.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/gzip.html b/software/bundle/gzip.html index 28bff28c2..684d9669b 100644 --- a/software/bundle/gzip.html +++ b/software/bundle/gzip.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/haproxy.html b/software/bundle/haproxy.html index 48bf2ca26..8361fa435 100644 --- a/software/bundle/haproxy.html +++ b/software/bundle/haproxy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardinfo.html b/software/bundle/hardinfo.html index ee84ba96a..e26c070a9 100644 --- a/software/bundle/hardinfo.html +++ b/software/bundle/hardinfo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardware-bluetooth.html b/software/bundle/hardware-bluetooth.html index eeeae1aea..774edaffb 100644 --- a/software/bundle/hardware-bluetooth.html +++ b/software/bundle/hardware-bluetooth.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardware-gpu.html b/software/bundle/hardware-gpu.html index 27305dbb6..fc23bbcc3 100644 --- a/software/bundle/hardware-gpu.html +++ b/software/bundle/hardware-gpu.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardware-printing.html b/software/bundle/hardware-printing.html index d767310a1..1f8ec31cb 100644 --- a/software/bundle/hardware-printing.html +++ b/software/bundle/hardware-printing.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardware-uefi.html b/software/bundle/hardware-uefi.html index 552ce0c7a..d611d5dbc 100644 --- a/software/bundle/hardware-uefi.html +++ b/software/bundle/hardware-uefi.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hardware-wifi.html b/software/bundle/hardware-wifi.html index c81c0b9c9..0648aa823 100644 --- a/software/bundle/hardware-wifi.html +++ b/software/bundle/hardware-wifi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/haskell-basic.html b/software/bundle/haskell-basic.html index 62d91c64e..dbe6048e6 100644 --- a/software/bundle/haskell-basic.html +++ b/software/bundle/haskell-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/haveged.html b/software/bundle/haveged.html index 85f66bb2c..d983bd95f 100644 --- a/software/bundle/haveged.html +++ b/software/bundle/haveged.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hexchat.html b/software/bundle/hexchat.html index 0526d71aa..280078be1 100644 --- a/software/bundle/hexchat.html +++ b/software/bundle/hexchat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hpc-utils.html b/software/bundle/hpc-utils.html index 18f581a33..b1a308577 100644 --- a/software/bundle/hpc-utils.html +++ b/software/bundle/hpc-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/htop.html b/software/bundle/htop.html index 47cfa5dca..468155385 100644 --- a/software/bundle/htop.html +++ b/software/bundle/htop.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/httpd.html b/software/bundle/httpd.html index d170d6e30..b16875770 100644 --- a/software/bundle/httpd.html +++ b/software/bundle/httpd.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hugo.html b/software/bundle/hugo.html index 067ed3212..081752f22 100644 --- a/software/bundle/hugo.html +++ b/software/bundle/hugo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/hwloc.html b/software/bundle/hwloc.html index 9584cbf6f..1074782fe 100644 --- a/software/bundle/hwloc.html +++ b/software/bundle/hwloc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/i3blocks.html b/software/bundle/i3blocks.html index 06791e24a..f7b0ca1ad 100644 --- a/software/bundle/i3blocks.html +++ b/software/bundle/i3blocks.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iasimage.html b/software/bundle/iasimage.html index 953b8950a..a44342f7e 100644 --- a/software/bundle/iasimage.html +++ b/software/bundle/iasimage.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/icdiff.html b/software/bundle/icdiff.html index bef223f41..0b9d82cfc 100644 --- a/software/bundle/icdiff.html +++ b/software/bundle/icdiff.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/icecream.html b/software/bundle/icecream.html index beba481f5..853b34dec 100644 --- a/software/bundle/icecream.html +++ b/software/bundle/icecream.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iftop.html b/software/bundle/iftop.html index 1f1babad0..92bcffbf7 100644 --- a/software/bundle/iftop.html +++ b/software/bundle/iftop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/igt-gpu-tools.html b/software/bundle/igt-gpu-tools.html index d0d0480a3..58911458d 100644 --- a/software/bundle/igt-gpu-tools.html +++ b/software/bundle/igt-gpu-tools.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iio-sensor-proxy.html b/software/bundle/iio-sensor-proxy.html index 20e5f721f..894f0ed6f 100644 --- a/software/bundle/iio-sensor-proxy.html +++ b/software/bundle/iio-sensor-proxy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/imagemagick.html b/software/bundle/imagemagick.html index 5ca1fc881..6a3d8e868 100644 --- a/software/bundle/imagemagick.html +++ b/software/bundle/imagemagick.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/inkscape.html b/software/bundle/inkscape.html index d1ab8569b..45073320c 100644 --- a/software/bundle/inkscape.html +++ b/software/bundle/inkscape.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/inotify-tools.html b/software/bundle/inotify-tools.html index d4580d5ca..a4fbc3c80 100644 --- a/software/bundle/inotify-tools.html +++ b/software/bundle/inotify-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/intltool.html b/software/bundle/intltool.html index 5044f2c9a..9824914a3 100644 --- a/software/bundle/intltool.html +++ b/software/bundle/intltool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iotop.html b/software/bundle/iotop.html index 7cbf1312b..279037077 100644 --- a/software/bundle/iotop.html +++ b/software/bundle/iotop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ipe.html b/software/bundle/ipe.html index a149f2300..ebce05a3c 100644 --- a/software/bundle/ipe.html +++ b/software/bundle/ipe.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iperf.html b/software/bundle/iperf.html index 7a889bd10..2809e8402 100644 --- a/software/bundle/iperf.html +++ b/software/bundle/iperf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ipmitool.html b/software/bundle/ipmitool.html index 124f155c0..35170776d 100644 --- a/software/bundle/ipmitool.html +++ b/software/bundle/ipmitool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iproute2.html b/software/bundle/iproute2.html index fce7ac6e8..af116875f 100644 --- a/software/bundle/iproute2.html +++ b/software/bundle/iproute2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iptables.html b/software/bundle/iptables.html index 7ef5021ac..13e1bd608 100644 --- a/software/bundle/iptables.html +++ b/software/bundle/iptables.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ipvsadm.html b/software/bundle/ipvsadm.html index 9cb8069f9..f961c0f98 100644 --- a/software/bundle/ipvsadm.html +++ b/software/bundle/ipvsadm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/irssi.html b/software/bundle/irssi.html index 29feb6d38..c5db2a550 100644 --- a/software/bundle/irssi.html +++ b/software/bundle/irssi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/isync.html b/software/bundle/isync.html index 2fe45f647..e3b904894 100644 --- a/software/bundle/isync.html +++ b/software/bundle/isync.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/iwd.html b/software/bundle/iwd.html index 4d4b3d1ce..ebd44dc12 100644 --- a/software/bundle/iwd.html +++ b/software/bundle/iwd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/jack2.html b/software/bundle/jack2.html index b2873fa29..5cd2a64d7 100644 --- a/software/bundle/jack2.html +++ b/software/bundle/jack2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java-basic.html b/software/bundle/java-basic.html index f6f141136..d9092b99d 100644 --- a/software/bundle/java-basic.html +++ b/software/bundle/java-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java-runtime.html b/software/bundle/java-runtime.html index dbdb62a2e..f18d94560 100644 --- a/software/bundle/java-runtime.html +++ b/software/bundle/java-runtime.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java11-basic.html b/software/bundle/java11-basic.html index 524a78106..8bcc4bba5 100644 --- a/software/bundle/java11-basic.html +++ b/software/bundle/java11-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java12-basic.html b/software/bundle/java12-basic.html index 4993b2e76..0378fa88a 100644 --- a/software/bundle/java12-basic.html +++ b/software/bundle/java12-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java13-basic.html b/software/bundle/java13-basic.html index dcd36b75f..e616fe2be 100644 --- a/software/bundle/java13-basic.html +++ b/software/bundle/java13-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/java13-runtime.html b/software/bundle/java13-runtime.html index 448b574e8..67cfe695d 100644 --- a/software/bundle/java13-runtime.html +++ b/software/bundle/java13-runtime.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/joe.html b/software/bundle/joe.html index edd7f262b..a4d78db01 100644 --- a/software/bundle/joe.html +++ b/software/bundle/joe.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/jq.html b/software/bundle/jq.html index 24e59a44f..f70f053c1 100644 --- a/software/bundle/jq.html +++ b/software/bundle/jq.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/jupyter.html b/software/bundle/jupyter.html index a2a163d66..8f8506faa 100644 --- a/software/bundle/jupyter.html +++ b/software/bundle/jupyter.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kamera.html b/software/bundle/kamera.html index 49bf1f73a..79ffa7be5 100644 --- a/software/bundle/kamera.html +++ b/software/bundle/kamera.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kapidox.html b/software/bundle/kapidox.html index 30c230920..753c687b1 100644 --- a/software/bundle/kapidox.html +++ b/software/bundle/kapidox.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kate.html b/software/bundle/kate.html index 40c7d791b..2d9814d22 100644 --- a/software/bundle/kate.html +++ b/software/bundle/kate.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kbackup.html b/software/bundle/kbackup.html index 4538afb29..a14b48805 100644 --- a/software/bundle/kbackup.html +++ b/software/bundle/kbackup.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kbd.html b/software/bundle/kbd.html index b78135b51..e2c00d444 100644 --- a/software/bundle/kbd.html +++ b/software/bundle/kbd.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kblog.html b/software/bundle/kblog.html index 81a43783a..853b9fe54 100644 --- a/software/bundle/kblog.html +++ b/software/bundle/kblog.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kcachegrind.html b/software/bundle/kcachegrind.html index 5f630659d..24b9ab5ed 100644 --- a/software/bundle/kcachegrind.html +++ b/software/bundle/kcachegrind.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kcalc.html b/software/bundle/kcalc.html index 270c3af7f..06c44e549 100644 --- a/software/bundle/kcalc.html +++ b/software/bundle/kcalc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kcharselect.html b/software/bundle/kcharselect.html index c1778fb40..b531a079d 100644 --- a/software/bundle/kcharselect.html +++ b/software/bundle/kcharselect.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kcolorchooser.html b/software/bundle/kcolorchooser.html index a3e30ff12..cfca2b3c5 100644 --- a/software/bundle/kcolorchooser.html +++ b/software/bundle/kcolorchooser.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kcron.html b/software/bundle/kcron.html index 60924b652..4b1ef5444 100644 --- a/software/bundle/kcron.html +++ b/software/bundle/kcron.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kde-frameworks5-dev.html b/software/bundle/kde-frameworks5-dev.html index b786d15c1..741a3df04 100644 --- a/software/bundle/kde-frameworks5-dev.html +++ b/software/bundle/kde-frameworks5-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kde-frameworks5.html b/software/bundle/kde-frameworks5.html index 687776630..094bdeec6 100644 --- a/software/bundle/kde-frameworks5.html +++ b/software/bundle/kde-frameworks5.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdebugsettings.html b/software/bundle/kdebugsettings.html index 00f8a6437..0d2adf88c 100644 --- a/software/bundle/kdebugsettings.html +++ b/software/bundle/kdebugsettings.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdeconnect-kde.html b/software/bundle/kdeconnect-kde.html index 9df501f3c..a015c8cfa 100644 --- a/software/bundle/kdeconnect-kde.html +++ b/software/bundle/kdeconnect-kde.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdenlive.html b/software/bundle/kdenlive.html index 561ae1542..26002ed8c 100644 --- a/software/bundle/kdenlive.html +++ b/software/bundle/kdenlive.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdf.html b/software/bundle/kdf.html index 7be8cc470..00ef311ad 100644 --- a/software/bundle/kdf.html +++ b/software/bundle/kdf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdiagram.html b/software/bundle/kdiagram.html index d67eebea7..481e8453b 100644 --- a/software/bundle/kdiagram.html +++ b/software/bundle/kdiagram.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kdiff3.html b/software/bundle/kdiff3.html index c5cc4996d..81b20c517 100644 --- a/software/bundle/kdiff3.html +++ b/software/bundle/kdiff3.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/keditbookmarks.html b/software/bundle/keditbookmarks.html index 034de4783..49d0be6ee 100644 --- a/software/bundle/keditbookmarks.html +++ b/software/bundle/keditbookmarks.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/keepalived.html b/software/bundle/keepalived.html index 9f462a087..3f739136d 100644 --- a/software/bundle/keepalived.html +++ b/software/bundle/keepalived.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/keepassxc.html b/software/bundle/keepassxc.html index 90ba732e1..eaf72afa0 100644 --- a/software/bundle/keepassxc.html +++ b/software/bundle/keepassxc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-aws-dkms.html b/software/bundle/kernel-aws-dkms.html index f0ac02812..d541e9c28 100644 --- a/software/bundle/kernel-aws-dkms.html +++ b/software/bundle/kernel-aws-dkms.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-aws.html b/software/bundle/kernel-aws.html index 40e758348..6dcfa4293 100644 --- a/software/bundle/kernel-aws.html +++ b/software/bundle/kernel-aws.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-gce.html b/software/bundle/kernel-gce.html index 9b6145608..0ddf13271 100644 --- a/software/bundle/kernel-gce.html +++ b/software/bundle/kernel-gce.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-hyperv-lts.html b/software/bundle/kernel-hyperv-lts.html index 3322ce0df..3b7bac429 100644 --- a/software/bundle/kernel-hyperv-lts.html +++ b/software/bundle/kernel-hyperv-lts.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-hyperv.html b/software/bundle/kernel-hyperv.html index 71cf76351..9b71195d1 100644 --- a/software/bundle/kernel-hyperv.html +++ b/software/bundle/kernel-hyperv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-install.html b/software/bundle/kernel-install.html index 806c064c1..44744463c 100644 --- a/software/bundle/kernel-install.html +++ b/software/bundle/kernel-install.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-iot-lts2017-preempt-rt.html b/software/bundle/kernel-iot-lts2017-preempt-rt.html index 8ef19e4cc..f4abffba4 100644 --- a/software/bundle/kernel-iot-lts2017-preempt-rt.html +++ b/software/bundle/kernel-iot-lts2017-preempt-rt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-iot-lts2018-sos.html b/software/bundle/kernel-iot-lts2018-sos.html index 5bddb024f..279abfcfb 100644 --- a/software/bundle/kernel-iot-lts2018-sos.html +++ b/software/bundle/kernel-iot-lts2018-sos.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-iot-lts2018.html b/software/bundle/kernel-iot-lts2018.html index 94db3e829..d73849edd 100644 --- a/software/bundle/kernel-iot-lts2018.html +++ b/software/bundle/kernel-iot-lts2018.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-iot-lts2019.html b/software/bundle/kernel-iot-lts2019.html index 901962152..de525de15 100644 --- a/software/bundle/kernel-iot-lts2019.html +++ b/software/bundle/kernel-iot-lts2019.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-kvm.html b/software/bundle/kernel-kvm.html index e6b32cb2d..d9aa6b74d 100644 --- a/software/bundle/kernel-kvm.html +++ b/software/bundle/kernel-kvm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts-dkms.html b/software/bundle/kernel-lts-dkms.html index fba5b8a69..24c7da080 100644 --- a/software/bundle/kernel-lts-dkms.html +++ b/software/bundle/kernel-lts-dkms.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts.html b/software/bundle/kernel-lts.html index 55aabc572..521755a27 100644 --- a/software/bundle/kernel-lts.html +++ b/software/bundle/kernel-lts.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2017.html b/software/bundle/kernel-lts2017.html index a432836fb..281368579 100644 --- a/software/bundle/kernel-lts2017.html +++ b/software/bundle/kernel-lts2017.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2018-dkms.html b/software/bundle/kernel-lts2018-dkms.html index ea604b725..a8d698098 100644 --- a/software/bundle/kernel-lts2018-dkms.html +++ b/software/bundle/kernel-lts2018-dkms.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2018-preempt-rt.html b/software/bundle/kernel-lts2018-preempt-rt.html index f7f156b40..3b76f092e 100644 --- a/software/bundle/kernel-lts2018-preempt-rt.html +++ b/software/bundle/kernel-lts2018-preempt-rt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2018.html b/software/bundle/kernel-lts2018.html index 21a29f681..ef6ba1b65 100644 --- a/software/bundle/kernel-lts2018.html +++ b/software/bundle/kernel-lts2018.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2019-dkms.html b/software/bundle/kernel-lts2019-dkms.html index 065629ef5..7e7496119 100644 --- a/software/bundle/kernel-lts2019-dkms.html +++ b/software/bundle/kernel-lts2019-dkms.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-lts2019.html b/software/bundle/kernel-lts2019.html index ffd9ce279..06b5cab2c 100644 --- a/software/bundle/kernel-lts2019.html +++ b/software/bundle/kernel-lts2019.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-mainline-vanilla.html b/software/bundle/kernel-mainline-vanilla.html index ffa48a39d..070db18c4 100644 --- a/software/bundle/kernel-mainline-vanilla.html +++ b/software/bundle/kernel-mainline-vanilla.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-native-current.html b/software/bundle/kernel-native-current.html index 57e99c65b..7c51b52eb 100644 --- a/software/bundle/kernel-native-current.html +++ b/software/bundle/kernel-native-current.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-native-dkms.html b/software/bundle/kernel-native-dkms.html index 4b7ddb018..2a75c8f7d 100644 --- a/software/bundle/kernel-native-dkms.html +++ b/software/bundle/kernel-native-dkms.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-native.html b/software/bundle/kernel-native.html index 035871d67..48eb53a66 100644 --- a/software/bundle/kernel-native.html +++ b/software/bundle/kernel-native.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-oracle.html b/software/bundle/kernel-oracle.html index 86b0c9d8b..0c8fd3154 100644 --- a/software/bundle/kernel-oracle.html +++ b/software/bundle/kernel-oracle.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kernel-rt.html b/software/bundle/kernel-rt.html index 640a183ab..7f3ad5785 100644 --- a/software/bundle/kernel-rt.html +++ b/software/bundle/kernel-rt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/keychain.html b/software/bundle/keychain.html index 9bdd20a49..1ee630da5 100644 --- a/software/bundle/keychain.html +++ b/software/bundle/keychain.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kfind.html b/software/bundle/kfind.html index 6e3b87080..398f6ec97 100644 --- a/software/bundle/kfind.html +++ b/software/bundle/kfind.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kfloppy.html b/software/bundle/kfloppy.html index 3280c5c85..3e8c353ac 100644 --- a/software/bundle/kfloppy.html +++ b/software/bundle/kfloppy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kgeography.html b/software/bundle/kgeography.html index 97be3244a..c3e6fb0fe 100644 --- a/software/bundle/kgeography.html +++ b/software/bundle/kgeography.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kitinerary.html b/software/bundle/kitinerary.html index 3f1f151da..5c343503a 100644 --- a/software/bundle/kitinerary.html +++ b/software/bundle/kitinerary.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kleopatra.html b/software/bundle/kleopatra.html index 0ec5cec37..8112f6b5e 100644 --- a/software/bundle/kleopatra.html +++ b/software/bundle/kleopatra.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kmediaplayer.html b/software/bundle/kmediaplayer.html index 908d2e67f..e06e070be 100644 --- a/software/bundle/kmediaplayer.html +++ b/software/bundle/kmediaplayer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kmousetool.html b/software/bundle/kmousetool.html index 95f8f8be0..4b1e02d5e 100644 --- a/software/bundle/kmousetool.html +++ b/software/bundle/kmousetool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kmplot.html b/software/bundle/kmplot.html index a818df4d9..a48b2a7c5 100644 --- a/software/bundle/kmplot.html +++ b/software/bundle/kmplot.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/knotes.html b/software/bundle/knotes.html index 76b5961a6..623b44efa 100644 --- a/software/bundle/knotes.html +++ b/software/bundle/knotes.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/koji.html b/software/bundle/koji.html index 8145dcd4f..0f0651b82 100644 --- a/software/bundle/koji.html +++ b/software/bundle/koji.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kolourpaint.html b/software/bundle/kolourpaint.html index 2bcc00fb0..6eba0a7c9 100644 --- a/software/bundle/kolourpaint.html +++ b/software/bundle/kolourpaint.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/konqueror.html b/software/bundle/konqueror.html index 2ed8c0e49..c080030c0 100644 --- a/software/bundle/konqueror.html +++ b/software/bundle/konqueror.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/konsole.html b/software/bundle/konsole.html index 3933c43c6..b4a211979 100644 --- a/software/bundle/konsole.html +++ b/software/bundle/konsole.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kontact.html b/software/bundle/kontact.html index 18cfb2a04..741d1747e 100644 --- a/software/bundle/kontact.html +++ b/software/bundle/kontact.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/konversation.html b/software/bundle/konversation.html index 7c1087879..d3aba1e3b 100644 --- a/software/bundle/konversation.html +++ b/software/bundle/konversation.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/krita.html b/software/bundle/krita.html index a4d563720..de824675b 100644 --- a/software/bundle/krita.html +++ b/software/bundle/krita.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/krusader.html b/software/bundle/krusader.html index b88a7e4be..f3ed9fa69 100644 --- a/software/bundle/krusader.html +++ b/software/bundle/krusader.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ksysguard.html b/software/bundle/ksysguard.html index d397bef67..c62e7a1e3 100644 --- a/software/bundle/ksysguard.html +++ b/software/bundle/ksysguard.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ksystemlog.html b/software/bundle/ksystemlog.html index e6e7cd789..7c33df33c 100644 --- a/software/bundle/ksystemlog.html +++ b/software/bundle/ksystemlog.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kvm-host-dev.html b/software/bundle/kvm-host-dev.html index a1c300d23..b58037022 100644 --- a/software/bundle/kvm-host-dev.html +++ b/software/bundle/kvm-host-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kvm-host-extras.html b/software/bundle/kvm-host-extras.html index d208f1dd7..c18a8a7d9 100644 --- a/software/bundle/kvm-host-extras.html +++ b/software/bundle/kvm-host-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/kvm-host.html b/software/bundle/kvm-host.html index f73897c7d..73bac3d0b 100644 --- a/software/bundle/kvm-host.html +++ b/software/bundle/kvm-host.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/latte-dock.html b/software/bundle/latte-dock.html index 6ef46e640..9666d527e 100644 --- a/software/bundle/latte-dock.html +++ b/software/bundle/latte-dock.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lensfun.html b/software/bundle/lensfun.html index a37c8f212..0db27f6e3 100644 --- a/software/bundle/lensfun.html +++ b/software/bundle/lensfun.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/less.html b/software/bundle/less.html index 9ca4a77c6..cb27d09bd 100644 --- a/software/bundle/less.html +++ b/software/bundle/less.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/letsencrypt-client.html b/software/bundle/letsencrypt-client.html index 579654eda..5d0dda89d 100644 --- a/software/bundle/letsencrypt-client.html +++ b/software/bundle/letsencrypt-client.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lftp.html b/software/bundle/lftp.html index 2ae14ad66..dd9137fe1 100644 --- a/software/bundle/lftp.html +++ b/software/bundle/lftp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lib-imageformat.html b/software/bundle/lib-imageformat.html index ce94af221..69f106bee 100644 --- a/software/bundle/lib-imageformat.html +++ b/software/bundle/lib-imageformat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lib-opengl.html b/software/bundle/lib-opengl.html index baf31df70..fb2abe332 100644 --- a/software/bundle/lib-opengl.html +++ b/software/bundle/lib-opengl.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lib-openssl.html b/software/bundle/lib-openssl.html index e49985f78..aaeb30ed3 100644 --- a/software/bundle/lib-openssl.html +++ b/software/bundle/lib-openssl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lib-qt5webengine.html b/software/bundle/lib-qt5webengine.html index cdcaee36b..f741d262e 100644 --- a/software/bundle/lib-qt5webengine.html +++ b/software/bundle/lib-qt5webengine.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lib-samba.html b/software/bundle/lib-samba.html index 20126e357..47d47ae88 100644 --- a/software/bundle/lib-samba.html +++ b/software/bundle/lib-samba.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libarchive.html b/software/bundle/libarchive.html index 074091bf8..720cfc4c0 100644 --- a/software/bundle/libarchive.html +++ b/software/bundle/libarchive.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libdeps.html b/software/bundle/libdeps.html index 8cd34768f..ee536716f 100644 --- a/software/bundle/libdeps.html +++ b/software/bundle/libdeps.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libglib.html b/software/bundle/libglib.html index ac9bc45a0..7b19f965b 100644 --- a/software/bundle/libglib.html +++ b/software/bundle/libglib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libgsf.html b/software/bundle/libgsf.html index cfb69a7e8..276ddaca1 100644 --- a/software/bundle/libgsf.html +++ b/software/bundle/libgsf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libnl.html b/software/bundle/libnl.html index 9447fecbf..2aad2184b 100644 --- a/software/bundle/libnl.html +++ b/software/bundle/libnl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/librecad.html b/software/bundle/librecad.html index 86a9b2a84..ab1352c38 100644 --- a/software/bundle/librecad.html +++ b/software/bundle/librecad.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-ar.html b/software/bundle/libreoffice-extras-lang-ar.html index 2f441df5d..e21902d5e 100644 --- a/software/bundle/libreoffice-extras-lang-ar.html +++ b/software/bundle/libreoffice-extras-lang-ar.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-de.html b/software/bundle/libreoffice-extras-lang-de.html index 5fb72ec55..e68a729ca 100644 --- a/software/bundle/libreoffice-extras-lang-de.html +++ b/software/bundle/libreoffice-extras-lang-de.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-es.html b/software/bundle/libreoffice-extras-lang-es.html index 33660c4b1..15988eaf2 100644 --- a/software/bundle/libreoffice-extras-lang-es.html +++ b/software/bundle/libreoffice-extras-lang-es.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-fr.html b/software/bundle/libreoffice-extras-lang-fr.html index 797a8817d..ba33ec091 100644 --- a/software/bundle/libreoffice-extras-lang-fr.html +++ b/software/bundle/libreoffice-extras-lang-fr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-hi.html b/software/bundle/libreoffice-extras-lang-hi.html index dd78b453d..18161f436 100644 --- a/software/bundle/libreoffice-extras-lang-hi.html +++ b/software/bundle/libreoffice-extras-lang-hi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-tr.html b/software/bundle/libreoffice-extras-lang-tr.html index 5e7e9d134..937d38a75 100644 --- a/software/bundle/libreoffice-extras-lang-tr.html +++ b/software/bundle/libreoffice-extras-lang-tr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice-extras-lang-zh.html b/software/bundle/libreoffice-extras-lang-zh.html index cc88f84cf..9ccd53cc8 100644 --- a/software/bundle/libreoffice-extras-lang-zh.html +++ b/software/bundle/libreoffice-extras-lang-zh.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libreoffice.html b/software/bundle/libreoffice.html index d0d739a65..1842dbca5 100644 --- a/software/bundle/libreoffice.html +++ b/software/bundle/libreoffice.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libstdcpp.html b/software/bundle/libstdcpp.html index 865fa9c17..f402a042e 100644 --- a/software/bundle/libstdcpp.html +++ b/software/bundle/libstdcpp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libva-utils.html b/software/bundle/libva-utils.html index 41084e474..7c24f3bc2 100644 --- a/software/bundle/libva-utils.html +++ b/software/bundle/libva-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libx11client.html b/software/bundle/libx11client.html index 22d664d11..ce976f17f 100644 --- a/software/bundle/libx11client.html +++ b/software/bundle/libx11client.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libxml2.html b/software/bundle/libxml2.html index a14091899..7a8d8efa3 100644 --- a/software/bundle/libxml2.html +++ b/software/bundle/libxml2.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libxslt.html b/software/bundle/libxslt.html index e1f9a2a65..0bb634772 100644 --- a/software/bundle/libxslt.html +++ b/software/bundle/libxslt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/libzmq.html b/software/bundle/libzmq.html index 592918651..03f26595a 100644 --- a/software/bundle/libzmq.html +++ b/software/bundle/libzmq.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lightdm.html b/software/bundle/lightdm.html index a3569929e..781ed053d 100644 --- a/software/bundle/lightdm.html +++ b/software/bundle/lightdm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-dev.html b/software/bundle/linux-dev.html index 0b62d7794..aeadd56bd 100644 --- a/software/bundle/linux-dev.html +++ b/software/bundle/linux-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-firmware-extras.html b/software/bundle/linux-firmware-extras.html index 68a703b5b..eae0da220 100644 --- a/software/bundle/linux-firmware-extras.html +++ b/software/bundle/linux-firmware-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-firmware-qat.html b/software/bundle/linux-firmware-qat.html index 7d74b7d61..ccc73d144 100644 --- a/software/bundle/linux-firmware-qat.html +++ b/software/bundle/linux-firmware-qat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-firmware-wifi.html b/software/bundle/linux-firmware-wifi.html index 179cb7987..4e519b38c 100644 --- a/software/bundle/linux-firmware-wifi.html +++ b/software/bundle/linux-firmware-wifi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-firmware.html b/software/bundle/linux-firmware.html index 26ad353b7..f14ec3658 100644 --- a/software/bundle/linux-firmware.html +++ b/software/bundle/linux-firmware.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-iot-lts2018-dev.html b/software/bundle/linux-iot-lts2018-dev.html index fb0e83515..6ee259c24 100644 --- a/software/bundle/linux-iot-lts2018-dev.html +++ b/software/bundle/linux-iot-lts2018-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-iot-lts2018-sos-dev.html b/software/bundle/linux-iot-lts2018-sos-dev.html index 87e65548f..5ab2e3c11 100644 --- a/software/bundle/linux-iot-lts2018-sos-dev.html +++ b/software/bundle/linux-iot-lts2018-sos-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-lts-dev.html b/software/bundle/linux-lts-dev.html index 14e3e95ef..850458ccd 100644 --- a/software/bundle/linux-lts-dev.html +++ b/software/bundle/linux-lts-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-lts2017-dev.html b/software/bundle/linux-lts2017-dev.html index 6730ad588..665618212 100644 --- a/software/bundle/linux-lts2017-dev.html +++ b/software/bundle/linux-lts2017-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-lts2018-dev.html b/software/bundle/linux-lts2018-dev.html index a992c18c6..f5bc58514 100644 --- a/software/bundle/linux-lts2018-dev.html +++ b/software/bundle/linux-lts2018-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-lts2019-dev.html b/software/bundle/linux-lts2019-dev.html index 18f9513cb..4eaeb9ddf 100644 --- a/software/bundle/linux-lts2019-dev.html +++ b/software/bundle/linux-lts2019-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/linux-tools.html b/software/bundle/linux-tools.html index 4d5f9164f..ce4c30cb4 100644 --- a/software/bundle/linux-tools.html +++ b/software/bundle/linux-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lldb.html b/software/bundle/lldb.html index b40827e18..224f8bd7f 100644 --- a/software/bundle/lldb.html +++ b/software/bundle/lldb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/llvm.html b/software/bundle/llvm.html index 81c7691e5..2392f87d0 100644 --- a/software/bundle/llvm.html +++ b/software/bundle/llvm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/llvm10.html b/software/bundle/llvm10.html index c2344bd94..df30aa9cd 100644 --- a/software/bundle/llvm10.html +++ b/software/bundle/llvm10.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/llvm8.html b/software/bundle/llvm8.html index c7b49759e..7a48cb57b 100644 --- a/software/bundle/llvm8.html +++ b/software/bundle/llvm8.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/llvm9.html b/software/bundle/llvm9.html index ff4600457..1771d4d5b 100644 --- a/software/bundle/llvm9.html +++ b/software/bundle/llvm9.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lm-sensors.html b/software/bundle/lm-sensors.html index 712d9b5aa..5ecb21d24 100644 --- a/software/bundle/lm-sensors.html +++ b/software/bundle/lm-sensors.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/locales.html b/software/bundle/locales.html index 28a9f091d..12a8c5de4 100644 --- a/software/bundle/locales.html +++ b/software/bundle/locales.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/logrotate.html b/software/bundle/logrotate.html index cc8699b84..0f781877c 100644 --- a/software/bundle/logrotate.html +++ b/software/bundle/logrotate.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ltp.html b/software/bundle/ltp.html index 2fdd8c84d..86632684a 100644 --- a/software/bundle/ltp.html +++ b/software/bundle/ltp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lttng.html b/software/bundle/lttng.html index feb0b7512..bb54b9680 100644 --- a/software/bundle/lttng.html +++ b/software/bundle/lttng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lua-basic.html b/software/bundle/lua-basic.html index 1b0add735..e2753d80b 100644 --- a/software/bundle/lua-basic.html +++ b/software/bundle/lua-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lutris.html b/software/bundle/lutris.html index b9a17b4cc..2ccc5ba49 100644 --- a/software/bundle/lutris.html +++ b/software/bundle/lutris.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lynx.html b/software/bundle/lynx.html index 8d25ad741..0043fd950 100644 --- a/software/bundle/lynx.html +++ b/software/bundle/lynx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lyx.html b/software/bundle/lyx.html index 7c99ccdfa..f67ce0901 100644 --- a/software/bundle/lyx.html +++ b/software/bundle/lyx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/lz4.html b/software/bundle/lz4.html index 7cef47d2f..6266eadd8 100644 --- a/software/bundle/lz4.html +++ b/software/bundle/lz4.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/machine-learning-basic.html b/software/bundle/machine-learning-basic.html index 5da789a2b..8ad58d796 100644 --- a/software/bundle/machine-learning-basic.html +++ b/software/bundle/machine-learning-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/machine-learning-mycroft.html b/software/bundle/machine-learning-mycroft.html index b9164c1a3..39a8ed6e9 100644 --- a/software/bundle/machine-learning-mycroft.html +++ b/software/bundle/machine-learning-mycroft.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/machine-learning-pytorch.html b/software/bundle/machine-learning-pytorch.html index 92b4c7fa6..6eff3f6f9 100644 --- a/software/bundle/machine-learning-pytorch.html +++ b/software/bundle/machine-learning-pytorch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/machine-learning-tensorflow.html b/software/bundle/machine-learning-tensorflow.html index e1e07ea06..42e80600a 100644 --- a/software/bundle/machine-learning-tensorflow.html +++ b/software/bundle/machine-learning-tensorflow.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/machine-learning-web-ui.html b/software/bundle/machine-learning-web-ui.html index a32cb8a25..8e2af8635 100644 --- a/software/bundle/machine-learning-web-ui.html +++ b/software/bundle/machine-learning-web-ui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mail-utils-dev.html b/software/bundle/mail-utils-dev.html index 272bdea25..936404b12 100644 --- a/software/bundle/mail-utils-dev.html +++ b/software/bundle/mail-utils-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mail-utils.html b/software/bundle/mail-utils.html index b36a53f2a..a1f6466d7 100644 --- a/software/bundle/mail-utils.html +++ b/software/bundle/mail-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/make.html b/software/bundle/make.html index 8f03e7f2f..da5e6453a 100644 --- a/software/bundle/make.html +++ b/software/bundle/make.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/maker-3dprinting.html b/software/bundle/maker-3dprinting.html index 4eea5f91b..7a7df0b42 100644 --- a/software/bundle/maker-3dprinting.html +++ b/software/bundle/maker-3dprinting.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/maker-basic.html b/software/bundle/maker-basic.html index 0362aa70d..09d41b1ba 100644 --- a/software/bundle/maker-basic.html +++ b/software/bundle/maker-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/maker-cnc.html b/software/bundle/maker-cnc.html index 579f4d6f1..b6e8d201e 100644 --- a/software/bundle/maker-cnc.html +++ b/software/bundle/maker-cnc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/maker-electronics.html b/software/bundle/maker-electronics.html index 51086cc1d..0f5805dea 100644 --- a/software/bundle/maker-electronics.html +++ b/software/bundle/maker-electronics.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/maker-gis.html b/software/bundle/maker-gis.html index 2343c9999..583e341be 100644 --- a/software/bundle/maker-gis.html +++ b/software/bundle/maker-gis.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/man-pages.html b/software/bundle/man-pages.html index b421da693..7d03ed0b8 100644 --- a/software/bundle/man-pages.html +++ b/software/bundle/man-pages.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mariadb-clientlibs.html b/software/bundle/mariadb-clientlibs.html index eb71ba1ae..16ed9750f 100644 --- a/software/bundle/mariadb-clientlibs.html +++ b/software/bundle/mariadb-clientlibs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mariadb.html b/software/bundle/mariadb.html index c249aff4a..7fa133efc 100644 --- a/software/bundle/mariadb.html +++ b/software/bundle/mariadb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/meld.html b/software/bundle/meld.html index c10d92915..1f05aa618 100644 --- a/software/bundle/meld.html +++ b/software/bundle/meld.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/memcached.html b/software/bundle/memcached.html index 6e50348b0..290e93350 100644 --- a/software/bundle/memcached.html +++ b/software/bundle/memcached.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mercurial.html b/software/bundle/mercurial.html index ffcf7ffab..9e212bc11 100644 --- a/software/bundle/mercurial.html +++ b/software/bundle/mercurial.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/minetest.html b/software/bundle/minetest.html index 54cfd684a..ff2d2cb9a 100644 --- a/software/bundle/minetest.html +++ b/software/bundle/minetest.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/minetestserver.html b/software/bundle/minetestserver.html index d6ed05551..edcdd7a3b 100644 --- a/software/bundle/minetestserver.html +++ b/software/bundle/minetestserver.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/minicom.html b/software/bundle/minicom.html index 9c98053fc..d96e8bf0e 100644 --- a/software/bundle/minicom.html +++ b/software/bundle/minicom.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mixer.html b/software/bundle/mixer.html index 42f41c9cc..0730be380 100644 --- a/software/bundle/mixer.html +++ b/software/bundle/mixer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mkosi.html b/software/bundle/mkosi.html index 9a68c6611..18ad961cf 100644 --- a/software/bundle/mkosi.html +++ b/software/bundle/mkosi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/modules.html b/software/bundle/modules.html index 91069349b..abf927987 100644 --- a/software/bundle/modules.html +++ b/software/bundle/modules.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/modwsgi.html b/software/bundle/modwsgi.html index 39236884e..fae8870b1 100644 --- a/software/bundle/modwsgi.html +++ b/software/bundle/modwsgi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mono.html b/software/bundle/mono.html index 3b1997fa0..4ae333906 100644 --- a/software/bundle/mono.html +++ b/software/bundle/mono.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mosquitto.html b/software/bundle/mosquitto.html index 50492517e..dde2ec31a 100644 --- a/software/bundle/mosquitto.html +++ b/software/bundle/mosquitto.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mpg123.html b/software/bundle/mpg123.html index b928e62cd..068e74bf4 100644 --- a/software/bundle/mpg123.html +++ b/software/bundle/mpg123.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mpv.html b/software/bundle/mpv.html index 9f0d96bab..696695400 100644 --- a/software/bundle/mpv.html +++ b/software/bundle/mpv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mtd-utils.html b/software/bundle/mtd-utils.html index 8cf760c1a..c96783c6b 100644 --- a/software/bundle/mtd-utils.html +++ b/software/bundle/mtd-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mtr.html b/software/bundle/mtr.html index 96f33a53e..ec1596307 100644 --- a/software/bundle/mtr.html +++ b/software/bundle/mtr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mumble.html b/software/bundle/mumble.html index 538cf6d93..930c90cfc 100644 --- a/software/bundle/mumble.html +++ b/software/bundle/mumble.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/murmur.html b/software/bundle/murmur.html index 37458bb03..156dcabda 100644 --- a/software/bundle/murmur.html +++ b/software/bundle/murmur.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/musescore.html b/software/bundle/musescore.html index d3795dbc3..b9b3c53ba 100644 --- a/software/bundle/musescore.html +++ b/software/bundle/musescore.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/musl.html b/software/bundle/musl.html index cf481c231..e9364681b 100644 --- a/software/bundle/musl.html +++ b/software/bundle/musl.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/mutt.html b/software/bundle/mutt.html index 16327931b..abee9ef11 100644 --- a/software/bundle/mutt.html +++ b/software/bundle/mutt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nasm.html b/software/bundle/nasm.html index be548012b..491f1115a 100644 --- a/software/bundle/nasm.html +++ b/software/bundle/nasm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nautilus.html b/software/bundle/nautilus.html index ceb2b5ecc..3bd35bc41 100644 --- a/software/bundle/nautilus.html +++ b/software/bundle/nautilus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ncat.html b/software/bundle/ncat.html index dbd61ae5e..178f36df2 100644 --- a/software/bundle/ncat.html +++ b/software/bundle/ncat.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ncdu.html b/software/bundle/ncdu.html index 1186c1548..74d066a3d 100644 --- a/software/bundle/ncdu.html +++ b/software/bundle/ncdu.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/neomutt.html b/software/bundle/neomutt.html index a7d63f22d..b076dda80 100644 --- a/software/bundle/neomutt.html +++ b/software/bundle/neomutt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/neovim.html b/software/bundle/neovim.html index c34bef846..d3912ec73 100644 --- a/software/bundle/neovim.html +++ b/software/bundle/neovim.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/net-tools.html b/software/bundle/net-tools.html index 705553528..8416b0e6f 100644 --- a/software/bundle/net-tools.html +++ b/software/bundle/net-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/netdata.html b/software/bundle/netdata.html index 3b119593d..f94cf65ea 100644 --- a/software/bundle/netdata.html +++ b/software/bundle/netdata.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nethogs.html b/software/bundle/nethogs.html index e7e62d46e..d7a244d2b 100644 --- a/software/bundle/nethogs.html +++ b/software/bundle/nethogs.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/netkit-telnet.html b/software/bundle/netkit-telnet.html index 09cc9df19..3f23acdeb 100644 --- a/software/bundle/netkit-telnet.html +++ b/software/bundle/netkit-telnet.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/network-basic-dev.html b/software/bundle/network-basic-dev.html index 486a1d48f..1fbcddcfb 100644 --- a/software/bundle/network-basic-dev.html +++ b/software/bundle/network-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/network-basic.html b/software/bundle/network-basic.html index 1fc159594..a1eff1ae9 100644 --- a/software/bundle/network-basic.html +++ b/software/bundle/network-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/network-monitor-node.html b/software/bundle/network-monitor-node.html index de5fdc488..42a3a34fe 100644 --- a/software/bundle/network-monitor-node.html +++ b/software/bundle/network-monitor-node.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/network-security-monitoring.html b/software/bundle/network-security-monitoring.html index 50ae25948..73b9788ed 100644 --- a/software/bundle/network-security-monitoring.html +++ b/software/bundle/network-security-monitoring.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/network-time-sensitive.html b/software/bundle/network-time-sensitive.html index a91b135de..c07d475eb 100644 --- a/software/bundle/network-time-sensitive.html +++ b/software/bundle/network-time-sensitive.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/networkmanager-extras.html b/software/bundle/networkmanager-extras.html index 2ad939ad2..b38b77712 100644 --- a/software/bundle/networkmanager-extras.html +++ b/software/bundle/networkmanager-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/networkmanager.html b/software/bundle/networkmanager.html index ce9707407..edf9e23ff 100644 --- a/software/bundle/networkmanager.html +++ b/software/bundle/networkmanager.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nfs-utils.html b/software/bundle/nfs-utils.html index b037137aa..b672b8e0f 100644 --- a/software/bundle/nfs-utils.html +++ b/software/bundle/nfs-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nginx-mainline-extras.html b/software/bundle/nginx-mainline-extras.html index 69cb42691..69075acf0 100644 --- a/software/bundle/nginx-mainline-extras.html +++ b/software/bundle/nginx-mainline-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nginx-mainline.html b/software/bundle/nginx-mainline.html index 3ade2db4e..68f144951 100644 --- a/software/bundle/nginx-mainline.html +++ b/software/bundle/nginx-mainline.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nginx-unit.html b/software/bundle/nginx-unit.html index c12594cfc..3179c3ec8 100644 --- a/software/bundle/nginx-unit.html +++ b/software/bundle/nginx-unit.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nginx.html b/software/bundle/nginx.html index 792b1d78e..a54576302 100644 --- a/software/bundle/nginx.html +++ b/software/bundle/nginx.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nim.html b/software/bundle/nim.html index 133db54f2..319385abd 100644 --- a/software/bundle/nim.html +++ b/software/bundle/nim.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nload.html b/software/bundle/nload.html index 6e51ae034..370e7b6e0 100644 --- a/software/bundle/nload.html +++ b/software/bundle/nload.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nmap.html b/software/bundle/nmap.html index 8e9b0bcb8..b1d4cc9a8 100644 --- a/software/bundle/nmap.html +++ b/software/bundle/nmap.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/nodejs-basic.html b/software/bundle/nodejs-basic.html index 7ac5d55b0..2c46bbec1 100644 --- a/software/bundle/nodejs-basic.html +++ b/software/bundle/nodejs-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/notmuch.html b/software/bundle/notmuch.html index 324f80226..f854e87a1 100644 --- a/software/bundle/notmuch.html +++ b/software/bundle/notmuch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/npb.html b/software/bundle/npb.html index 66b4e2ea8..bce59ea97 100644 --- a/software/bundle/npb.html +++ b/software/bundle/npb.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ntopng.html b/software/bundle/ntopng.html index 4d263038a..9b8b759e6 100644 --- a/software/bundle/ntopng.html +++ b/software/bundle/ntopng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/obs-studio.html b/software/bundle/obs-studio.html index d7dccf3c1..226e5779a 100644 --- a/software/bundle/obs-studio.html +++ b/software/bundle/obs-studio.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ocaml-basic.html b/software/bundle/ocaml-basic.html index 4407b0449..79a881547 100644 --- a/software/bundle/ocaml-basic.html +++ b/software/bundle/ocaml-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/octave.html b/software/bundle/octave.html index 9c5d406f7..86bbe561f 100644 --- a/software/bundle/octave.html +++ b/software/bundle/octave.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/offlineimap.html b/software/bundle/offlineimap.html index fce0654c3..a196e1e28 100644 --- a/software/bundle/offlineimap.html +++ b/software/bundle/offlineimap.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/okteta.html b/software/bundle/okteta.html index 2265eb7e3..9d4fbbfaf 100644 --- a/software/bundle/okteta.html +++ b/software/bundle/okteta.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/okular.html b/software/bundle/okular.html index 25ecef222..0e7502eb9 100644 --- a/software/bundle/okular.html +++ b/software/bundle/okular.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openblas.html b/software/bundle/openblas.html index c75cf3dfc..a5f3a78f0 100644 --- a/software/bundle/openblas.html +++ b/software/bundle/openblas.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/opencv-python.html b/software/bundle/opencv-python.html index bc8cf5c25..019e5ed8e 100644 --- a/software/bundle/opencv-python.html +++ b/software/bundle/opencv-python.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openldap.html b/software/bundle/openldap.html index a0db74ca7..ad1d4b91f 100644 --- a/software/bundle/openldap.html +++ b/software/bundle/openldap.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openmpi.html b/software/bundle/openmpi.html index b4c6d353f..6085e1c0b 100644 --- a/software/bundle/openmpi.html +++ b/software/bundle/openmpi.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openqa.html b/software/bundle/openqa.html index e2f1a9f73..151fb04c7 100644 --- a/software/bundle/openqa.html +++ b/software/bundle/openqa.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openscad.html b/software/bundle/openscad.html index f205d231c..959070d7d 100644 --- a/software/bundle/openscad.html +++ b/software/bundle/openscad.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openshot-qt.html b/software/bundle/openshot-qt.html index 7f37c5da0..3d0612c01 100644 --- a/software/bundle/openshot-qt.html +++ b/software/bundle/openshot-qt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openssh-client.html b/software/bundle/openssh-client.html index c75eb3323..5af4478d8 100644 --- a/software/bundle/openssh-client.html +++ b/software/bundle/openssh-client.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openssh-server.html b/software/bundle/openssh-server.html index 42e2e102d..5f9b080c9 100644 --- a/software/bundle/openssh-server.html +++ b/software/bundle/openssh-server.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openssl.html b/software/bundle/openssl.html index 17b1e08bd..c14b1aaf3 100644 --- a/software/bundle/openssl.html +++ b/software/bundle/openssl.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openstack-common.html b/software/bundle/openstack-common.html index bb4baa70f..f08172a3b 100644 --- a/software/bundle/openstack-common.html +++ b/software/bundle/openstack-common.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/openvswitch.html b/software/bundle/openvswitch.html index 8f389488c..549cffdd2 100644 --- a/software/bundle/openvswitch.html +++ b/software/bundle/openvswitch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-aliyun.html b/software/bundle/os-cloudguest-aliyun.html index 297254ee0..3debcdd67 100644 --- a/software/bundle/os-cloudguest-aliyun.html +++ b/software/bundle/os-cloudguest-aliyun.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-aws.html b/software/bundle/os-cloudguest-aws.html index ba5c0ad41..744878068 100644 --- a/software/bundle/os-cloudguest-aws.html +++ b/software/bundle/os-cloudguest-aws.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-azure.html b/software/bundle/os-cloudguest-azure.html index 10a500573..9422338a7 100644 --- a/software/bundle/os-cloudguest-azure.html +++ b/software/bundle/os-cloudguest-azure.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-gce.html b/software/bundle/os-cloudguest-gce.html index e13332448..2c57cc1f9 100644 --- a/software/bundle/os-cloudguest-gce.html +++ b/software/bundle/os-cloudguest-gce.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-kvm.html b/software/bundle/os-cloudguest-kvm.html index 79e68d8ea..5e82bdafc 100644 --- a/software/bundle/os-cloudguest-kvm.html +++ b/software/bundle/os-cloudguest-kvm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-oracle.html b/software/bundle/os-cloudguest-oracle.html index 1b0449f1d..4711e8439 100644 --- a/software/bundle/os-cloudguest-oracle.html +++ b/software/bundle/os-cloudguest-oracle.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-vmware-gui.html b/software/bundle/os-cloudguest-vmware-gui.html index 3215c65c6..a5d715e1e 100644 --- a/software/bundle/os-cloudguest-vmware-gui.html +++ b/software/bundle/os-cloudguest-vmware-gui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest-vmware.html b/software/bundle/os-cloudguest-vmware.html index 92ecef867..b5ab087c8 100644 --- a/software/bundle/os-cloudguest-vmware.html +++ b/software/bundle/os-cloudguest-vmware.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-cloudguest.html b/software/bundle/os-cloudguest.html index ab362db2b..bff0b67a0 100644 --- a/software/bundle/os-cloudguest.html +++ b/software/bundle/os-cloudguest.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-clr-clr-dev.html b/software/bundle/os-clr-clr-dev.html index 0dea4d7e6..07a5c7afb 100644 --- a/software/bundle/os-clr-clr-dev.html +++ b/software/bundle/os-clr-clr-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-clr-clr.html b/software/bundle/os-clr-clr.html index 40125cecd..e9c7b0a44 100644 --- a/software/bundle/os-clr-clr.html +++ b/software/bundle/os-clr-clr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-dev.html b/software/bundle/os-core-dev.html index e1f831ea8..f34689916 100644 --- a/software/bundle/os-core-dev.html +++ b/software/bundle/os-core-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-legacy.html b/software/bundle/os-core-legacy.html index f999b57eb..26dadc6ef 100644 --- a/software/bundle/os-core-legacy.html +++ b/software/bundle/os-core-legacy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-plus.html b/software/bundle/os-core-plus.html index ce8b2ec9f..47b129112 100644 --- a/software/bundle/os-core-plus.html +++ b/software/bundle/os-core-plus.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-search.html b/software/bundle/os-core-search.html index 51acdee3c..fd57789ba 100644 --- a/software/bundle/os-core-search.html +++ b/software/bundle/os-core-search.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-update-dev.html b/software/bundle/os-core-update-dev.html index 658e92b1f..c56bfdf3d 100644 --- a/software/bundle/os-core-update-dev.html +++ b/software/bundle/os-core-update-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-update.html b/software/bundle/os-core-update.html index 8e3b2eea3..255a58e9b 100644 --- a/software/bundle/os-core-update.html +++ b/software/bundle/os-core-update.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core-webproxy.html b/software/bundle/os-core-webproxy.html index a1f022f55..64cca0169 100644 --- a/software/bundle/os-core-webproxy.html +++ b/software/bundle/os-core-webproxy.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-core.html b/software/bundle/os-core.html index f2d4a595f..b60de6cb8 100644 --- a/software/bundle/os-core.html +++ b/software/bundle/os-core.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-installer.html b/software/bundle/os-installer.html index 6d1502b25..510cec8c3 100644 --- a/software/bundle/os-installer.html +++ b/software/bundle/os-installer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-0day.html b/software/bundle/os-testsuite-0day.html index f6bcff331..4d381848c 100644 --- a/software/bundle/os-testsuite-0day.html +++ b/software/bundle/os-testsuite-0day.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-automotive.html b/software/bundle/os-testsuite-automotive.html index 69d5edfce..154805d46 100644 --- a/software/bundle/os-testsuite-automotive.html +++ b/software/bundle/os-testsuite-automotive.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-graphics.html b/software/bundle/os-testsuite-graphics.html index 6708d8359..fa557ea59 100644 --- a/software/bundle/os-testsuite-graphics.html +++ b/software/bundle/os-testsuite-graphics.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-phoronix-desktop.html b/software/bundle/os-testsuite-phoronix-desktop.html index 1808c3b03..656f5cd37 100644 --- a/software/bundle/os-testsuite-phoronix-desktop.html +++ b/software/bundle/os-testsuite-phoronix-desktop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-phoronix-server.html b/software/bundle/os-testsuite-phoronix-server.html index 959f57e60..15e2eaf03 100644 --- a/software/bundle/os-testsuite-phoronix-server.html +++ b/software/bundle/os-testsuite-phoronix-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite-phoronix.html b/software/bundle/os-testsuite-phoronix.html index c2024f287..74e5d2431 100644 --- a/software/bundle/os-testsuite-phoronix.html +++ b/software/bundle/os-testsuite-phoronix.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-testsuite.html b/software/bundle/os-testsuite.html index 5a9b295f3..2103d5160 100644 --- a/software/bundle/os-testsuite.html +++ b/software/bundle/os-testsuite.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-utils-gui-dev.html b/software/bundle/os-utils-gui-dev.html index a585c97f6..3c70d2ebe 100644 --- a/software/bundle/os-utils-gui-dev.html +++ b/software/bundle/os-utils-gui-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/os-utils-gui.html b/software/bundle/os-utils-gui.html index 33d0b88d5..43d1bd622 100644 --- a/software/bundle/os-utils-gui.html +++ b/software/bundle/os-utils-gui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/p11-kit.html b/software/bundle/p11-kit.html index 8d3166fc6..783646373 100644 --- a/software/bundle/p11-kit.html +++ b/software/bundle/p11-kit.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/package-builder.html b/software/bundle/package-builder.html index 2dd0a80c0..4777177a9 100644 --- a/software/bundle/package-builder.html +++ b/software/bundle/package-builder.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/package-utils.html b/software/bundle/package-utils.html index 2bd9e2927..2cd3d496f 100644 --- a/software/bundle/package-utils.html +++ b/software/bundle/package-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/paho-mqtt-c-lib.html b/software/bundle/paho-mqtt-c-lib.html index bfafb5fa5..f04394a9e 100644 --- a/software/bundle/paho-mqtt-c-lib.html +++ b/software/bundle/paho-mqtt-c-lib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/paho-mqtt-cpp-lib.html b/software/bundle/paho-mqtt-cpp-lib.html index 78a54553b..9ed30a707 100644 --- a/software/bundle/paho-mqtt-cpp-lib.html +++ b/software/bundle/paho-mqtt-cpp-lib.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pandoc.html b/software/bundle/pandoc.html index e9976bbec..eba3a5c36 100644 --- a/software/bundle/pandoc.html +++ b/software/bundle/pandoc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/parallel.html b/software/bundle/parallel.html index b11f3534b..480a60a11 100644 --- a/software/bundle/parallel.html +++ b/software/bundle/parallel.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/paraview.html b/software/bundle/paraview.html index 4378afbda..44ec24ef8 100644 --- a/software/bundle/paraview.html +++ b/software/bundle/paraview.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/parted.html b/software/bundle/parted.html index 4a7ec2e67..ac63bf2c1 100644 --- a/software/bundle/parted.html +++ b/software/bundle/parted.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pass.html b/software/bundle/pass.html index a6bd479d1..47a4806da 100644 --- a/software/bundle/pass.html +++ b/software/bundle/pass.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/patch.html b/software/bundle/patch.html index c1369e31e..666739f6d 100644 --- a/software/bundle/patch.html +++ b/software/bundle/patch.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pcmanfm.html b/software/bundle/pcmanfm.html index c1524bc00..0cd33158c 100644 --- a/software/bundle/pcmanfm.html +++ b/software/bundle/pcmanfm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pcs.html b/software/bundle/pcs.html index ff411c17a..4f5a309d5 100644 --- a/software/bundle/pcs.html +++ b/software/bundle/pcs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pdns-recursor.html b/software/bundle/pdns-recursor.html index 5164c1245..542c7c7b8 100644 --- a/software/bundle/pdns-recursor.html +++ b/software/bundle/pdns-recursor.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pdns.html b/software/bundle/pdns.html index ab23d36ef..65f5abc36 100644 --- a/software/bundle/pdns.html +++ b/software/bundle/pdns.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/performance-tools.html b/software/bundle/performance-tools.html index 357800d74..b6ef5e244 100644 --- a/software/bundle/performance-tools.html +++ b/software/bundle/performance-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/perl-basic-dev.html b/software/bundle/perl-basic-dev.html index 62c10757a..87ff2bb3c 100644 --- a/software/bundle/perl-basic-dev.html +++ b/software/bundle/perl-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/perl-basic.html b/software/bundle/perl-basic.html index 69a6f285d..828c6cb35 100644 --- a/software/bundle/perl-basic.html +++ b/software/bundle/perl-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/perl-extras.html b/software/bundle/perl-extras.html index 41332b609..5ccfb55e7 100644 --- a/software/bundle/perl-extras.html +++ b/software/bundle/perl-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/perl-graphics.html b/software/bundle/perl-graphics.html index 86b954d5d..b41f2e561 100644 --- a/software/bundle/perl-graphics.html +++ b/software/bundle/perl-graphics.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/phoronix-test-suite.html b/software/bundle/phoronix-test-suite.html index dfed70300..bbf2809ec 100644 --- a/software/bundle/phoronix-test-suite.html +++ b/software/bundle/phoronix-test-suite.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/php-basic-dev.html b/software/bundle/php-basic-dev.html index 62fa8e6aa..175f4c87b 100644 --- a/software/bundle/php-basic-dev.html +++ b/software/bundle/php-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/php-basic.html b/software/bundle/php-basic.html index d5a135169..f5f445f48 100644 --- a/software/bundle/php-basic.html +++ b/software/bundle/php-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/php-extras.html b/software/bundle/php-extras.html index 50d0586d4..0121b9d0b 100644 --- a/software/bundle/php-extras.html +++ b/software/bundle/php-extras.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pidgin.html b/software/bundle/pidgin.html index b86c7d7fc..155a8d855 100644 --- a/software/bundle/pidgin.html +++ b/software/bundle/pidgin.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/plzip.html b/software/bundle/plzip.html index 86a0f31c5..f60e8f1af 100644 --- a/software/bundle/plzip.html +++ b/software/bundle/plzip.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pmdk.html b/software/bundle/pmdk.html index e4b02b6ba..20fe61fc1 100644 --- a/software/bundle/pmdk.html +++ b/software/bundle/pmdk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/po4a.html b/software/bundle/po4a.html index 31a9f1975..c93961b73 100644 --- a/software/bundle/po4a.html +++ b/software/bundle/po4a.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/polkit.html b/software/bundle/polkit.html index ab59867fa..b66c8d7c8 100644 --- a/software/bundle/polkit.html +++ b/software/bundle/polkit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/poppler.html b/software/bundle/poppler.html index 5a733f603..d359beb1a 100644 --- a/software/bundle/poppler.html +++ b/software/bundle/poppler.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/postfix.html b/software/bundle/postfix.html index 82908ee3e..202ebb979 100644 --- a/software/bundle/postfix.html +++ b/software/bundle/postfix.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/postgresql.html b/software/bundle/postgresql.html index 40cc08981..b0719bb41 100644 --- a/software/bundle/postgresql.html +++ b/software/bundle/postgresql.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/postgresql11.html b/software/bundle/postgresql11.html index 8d4e0c1bd..aee292704 100644 --- a/software/bundle/postgresql11.html +++ b/software/bundle/postgresql11.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/postgresql12.html b/software/bundle/postgresql12.html index 0786b1c15..1270a3870 100644 --- a/software/bundle/postgresql12.html +++ b/software/bundle/postgresql12.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/powertop.html b/software/bundle/powertop.html index 8327a9a37..291b86ece 100644 --- a/software/bundle/powertop.html +++ b/software/bundle/powertop.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/procps-ng.html b/software/bundle/procps-ng.html index 7104fd8ae..9d274fd32 100644 --- a/software/bundle/procps-ng.html +++ b/software/bundle/procps-ng.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/productivity.html b/software/bundle/productivity.html index bf21f9d86..b0a0b3e73 100644 --- a/software/bundle/productivity.html +++ b/software/bundle/productivity.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/protobuf.html b/software/bundle/protobuf.html index cb638bbd6..66409876b 100644 --- a/software/bundle/protobuf.html +++ b/software/bundle/protobuf.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/psensor.html b/software/bundle/psensor.html index f218daac8..bf8b43d2e 100644 --- a/software/bundle/psensor.html +++ b/software/bundle/psensor.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pspp.html b/software/bundle/pspp.html index 9b12f8c7f..8a7536942 100644 --- a/software/bundle/pspp.html +++ b/software/bundle/pspp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pulseaudio.html b/software/bundle/pulseaudio.html index 7bf1afa2b..a178008b5 100644 --- a/software/bundle/pulseaudio.html +++ b/software/bundle/pulseaudio.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pwgen.html b/software/bundle/pwgen.html index 12c65775c..1651ce701 100644 --- a/software/bundle/pwgen.html +++ b/software/bundle/pwgen.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pxe-server.html b/software/bundle/pxe-server.html index cb4c62675..acac90af1 100644 --- a/software/bundle/pxe-server.html +++ b/software/bundle/pxe-server.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/pygobject.html b/software/bundle/pygobject.html index feac5b596..e781bc8fc 100644 --- a/software/bundle/pygobject.html +++ b/software/bundle/pygobject.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-basic-dev.html b/software/bundle/python-basic-dev.html index f25b315bc..8a404e22c 100644 --- a/software/bundle/python-basic-dev.html +++ b/software/bundle/python-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-basic.html b/software/bundle/python-basic.html index bf52418eb..8141d91fb 100644 --- a/software/bundle/python-basic.html +++ b/software/bundle/python-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-data-science.html b/software/bundle/python-data-science.html index 8d204533f..71cd14737 100644 --- a/software/bundle/python-data-science.html +++ b/software/bundle/python-data-science.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-extras.html b/software/bundle/python-extras.html index e5ba7de0d..e4229ca36 100644 --- a/software/bundle/python-extras.html +++ b/software/bundle/python-extras.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-qt.html b/software/bundle/python-qt.html index 3c95bf0bc..dedc6801f 100644 --- a/software/bundle/python-qt.html +++ b/software/bundle/python-qt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python-testing.html b/software/bundle/python-testing.html index 8299d3c00..f2d9d18dc 100644 --- a/software/bundle/python-testing.html +++ b/software/bundle/python-testing.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python2-basic.html b/software/bundle/python2-basic.html index 7ee2b23a1..d07972ac6 100644 --- a/software/bundle/python2-basic.html +++ b/software/bundle/python2-basic.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python3-basic-static.html b/software/bundle/python3-basic-static.html index a5e731718..d9325e67f 100644 --- a/software/bundle/python3-basic-static.html +++ b/software/bundle/python3-basic-static.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python3-basic.html b/software/bundle/python3-basic.html index d035542b6..9083080d1 100644 --- a/software/bundle/python3-basic.html +++ b/software/bundle/python3-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/python3-tcl.html b/software/bundle/python3-tcl.html index 4f7e1cd50..d5cff9c9d 100644 --- a/software/bundle/python3-tcl.html +++ b/software/bundle/python3-tcl.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qalculate-gtk.html b/software/bundle/qalculate-gtk.html index 9a4c4d9d6..591226161 100644 --- a/software/bundle/qalculate-gtk.html +++ b/software/bundle/qalculate-gtk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qbittorrent.html b/software/bundle/qbittorrent.html index e0c05b6b3..4d7145c0f 100644 --- a/software/bundle/qbittorrent.html +++ b/software/bundle/qbittorrent.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qemu-guest-additions.html b/software/bundle/qemu-guest-additions.html index 458f8da55..85dd2e648 100644 --- a/software/bundle/qemu-guest-additions.html +++ b/software/bundle/qemu-guest-additions.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt-basic-dev.html b/software/bundle/qt-basic-dev.html index 1c9fd4656..a82eff030 100644 --- a/software/bundle/qt-basic-dev.html +++ b/software/bundle/qt-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt-basic.html b/software/bundle/qt-basic.html index dae09e7eb..6465d95ac 100644 --- a/software/bundle/qt-basic.html +++ b/software/bundle/qt-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt-core.html b/software/bundle/qt-core.html index f5463e62c..3c9fd2996 100644 --- a/software/bundle/qt-core.html +++ b/software/bundle/qt-core.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt-creator.html b/software/bundle/qt-creator.html index 31fb6c48f..6db310c97 100644 --- a/software/bundle/qt-creator.html +++ b/software/bundle/qt-creator.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt5-dev.html b/software/bundle/qt5-dev.html index 6ad9f091a..c3d844c9c 100644 --- a/software/bundle/qt5-dev.html +++ b/software/bundle/qt5-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt5-examples.html b/software/bundle/qt5-examples.html index 1585946c0..415a218c7 100644 --- a/software/bundle/qt5-examples.html +++ b/software/bundle/qt5-examples.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/qt5ct.html b/software/bundle/qt5ct.html index b36c1e133..8c2ffe2c9 100644 --- a/software/bundle/qt5ct.html +++ b/software/bundle/qt5ct.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/quagga.html b/software/bundle/quagga.html index 95ce15b22..77ae76066 100644 --- a/software/bundle/quagga.html +++ b/software/bundle/quagga.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/quassel.html b/software/bundle/quassel.html index 504d08069..737b09bbd 100644 --- a/software/bundle/quassel.html +++ b/software/bundle/quassel.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/quasselcore.html b/software/bundle/quasselcore.html index 67e5cd51a..310c5a0fd 100644 --- a/software/bundle/quasselcore.html +++ b/software/bundle/quasselcore.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-basic.html b/software/bundle/r-basic.html index a318e41ce..f4504ae06 100644 --- a/software/bundle/r-basic.html +++ b/software/bundle/r-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-datasets.html b/software/bundle/r-datasets.html index 342da1760..ba8a90ce8 100644 --- a/software/bundle/r-datasets.html +++ b/software/bundle/r-datasets.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-extras-dev.html b/software/bundle/r-extras-dev.html index 3c4b00a37..58da94a13 100644 --- a/software/bundle/r-extras-dev.html +++ b/software/bundle/r-extras-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-extras.html b/software/bundle/r-extras.html index 6803fb4fb..ce2556dda 100644 --- a/software/bundle/r-extras.html +++ b/software/bundle/r-extras.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-rstudio-server.html b/software/bundle/r-rstudio-server.html index 899b1181a..c24922f01 100644 --- a/software/bundle/r-rstudio-server.html +++ b/software/bundle/r-rstudio-server.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-rstudio.html b/software/bundle/r-rstudio.html index da42153a5..d79c50630 100644 --- a/software/bundle/r-rstudio.html +++ b/software/bundle/r-rstudio.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/r-stan.html b/software/bundle/r-stan.html index 11d304b16..b7149851b 100644 --- a/software/bundle/r-stan.html +++ b/software/bundle/r-stan.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rabbitmq-server.html b/software/bundle/rabbitmq-server.html index 085dc0052..e425dbed2 100644 --- a/software/bundle/rabbitmq-server.html +++ b/software/bundle/rabbitmq-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rawtherapee.html b/software/bundle/rawtherapee.html index 28f6b99fe..97040ea78 100644 --- a/software/bundle/rawtherapee.html +++ b/software/bundle/rawtherapee.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rclone.html b/software/bundle/rclone.html index e10f688e3..bd0f964b3 100644 --- a/software/bundle/rclone.html +++ b/software/bundle/rclone.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rebootmgr.html b/software/bundle/rebootmgr.html index b6b6d9b01..1c0c6af2d 100644 --- a/software/bundle/rebootmgr.html +++ b/software/bundle/rebootmgr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/redis-native.html b/software/bundle/redis-native.html index f9d42f5d6..c24c606b8 100644 --- a/software/bundle/redis-native.html +++ b/software/bundle/redis-native.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/redshift.html b/software/bundle/redshift.html index 3a10d53a6..b16b10c84 100644 --- a/software/bundle/redshift.html +++ b/software/bundle/redshift.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/remmina.html b/software/bundle/remmina.html index 580c37910..fb13f95e6 100644 --- a/software/bundle/remmina.html +++ b/software/bundle/remmina.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/restic.html b/software/bundle/restic.html index 884de0e5d..680436a13 100644 --- a/software/bundle/restic.html +++ b/software/bundle/restic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rhythmbox.html b/software/bundle/rhythmbox.html index fdb8fd34d..6a7549356 100644 --- a/software/bundle/rhythmbox.html +++ b/software/bundle/rhythmbox.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rlwrap.html b/software/bundle/rlwrap.html index e9a6f7aed..fa079e989 100644 --- a/software/bundle/rlwrap.html +++ b/software/bundle/rlwrap.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rr.html b/software/bundle/rr.html index 09f8720bd..c30895542 100644 --- a/software/bundle/rr.html +++ b/software/bundle/rr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rrdtool.html b/software/bundle/rrdtool.html index db9cc5101..e35982091 100644 --- a/software/bundle/rrdtool.html +++ b/software/bundle/rrdtool.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rsync.html b/software/bundle/rsync.html index f3ec7a142..650002076 100644 --- a/software/bundle/rsync.html +++ b/software/bundle/rsync.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rsyslog.html b/software/bundle/rsyslog.html index 6cc05bbb6..f3bad6fa8 100644 --- a/software/bundle/rsyslog.html +++ b/software/bundle/rsyslog.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ruby-basic.html b/software/bundle/ruby-basic.html index 2f3400d53..5cc60f8ca 100644 --- a/software/bundle/ruby-basic.html +++ b/software/bundle/ruby-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/runtime-libs-boost.html b/software/bundle/runtime-libs-boost.html index 74d2738e3..fe71d4a48 100644 --- a/software/bundle/runtime-libs-boost.html +++ b/software/bundle/runtime-libs-boost.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rust-basic.html b/software/bundle/rust-basic.html index 2f5a61db9..1362abccf 100644 --- a/software/bundle/rust-basic.html +++ b/software/bundle/rust-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/rxvt-unicode.html b/software/bundle/rxvt-unicode.html index bc788eb12..00819dc2e 100644 --- a/software/bundle/rxvt-unicode.html +++ b/software/bundle/rxvt-unicode.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/s3fs-fuse.html b/software/bundle/s3fs-fuse.html index bbbcd5406..5fc1f41dd 100644 --- a/software/bundle/s3fs-fuse.html +++ b/software/bundle/s3fs-fuse.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/salt.html b/software/bundle/salt.html index 552059fd2..17309559f 100644 --- a/software/bundle/salt.html +++ b/software/bundle/salt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/samba.html b/software/bundle/samba.html index 59e661f5a..f5d419661 100644 --- a/software/bundle/samba.html +++ b/software/bundle/samba.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/samtools.html b/software/bundle/samtools.html index fa34fa0b6..744949f30 100644 --- a/software/bundle/samtools.html +++ b/software/bundle/samtools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/scm-server.html b/software/bundle/scm-server.html index 873287828..c37621103 100644 --- a/software/bundle/scm-server.html +++ b/software/bundle/scm-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/scons.html b/software/bundle/scons.html index b096eebdc..4f03456cd 100644 --- a/software/bundle/scons.html +++ b/software/bundle/scons.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/scummvm.html b/software/bundle/scummvm.html index 43cb4fa09..baa200d02 100644 --- a/software/bundle/scummvm.html +++ b/software/bundle/scummvm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sddm.html b/software/bundle/sddm.html index 670c600f2..d881dd1b6 100644 --- a/software/bundle/sddm.html +++ b/software/bundle/sddm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/seahorse.html b/software/bundle/seahorse.html index 06d316ea3..b843465b2 100644 --- a/software/bundle/seahorse.html +++ b/software/bundle/seahorse.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/service-os-dev.html b/software/bundle/service-os-dev.html index c8174ce01..e5eb3429d 100644 --- a/software/bundle/service-os-dev.html +++ b/software/bundle/service-os-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/service-os.html b/software/bundle/service-os.html index 9e9358bf7..346e9000c 100644 --- a/software/bundle/service-os.html +++ b/software/bundle/service-os.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/shells.html b/software/bundle/shells.html index 08f317433..586392fa1 100644 --- a/software/bundle/shells.html +++ b/software/bundle/shells.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/simplescreenrecorder.html b/software/bundle/simplescreenrecorder.html index 2637f5585..4e99cf89b 100644 --- a/software/bundle/simplescreenrecorder.html +++ b/software/bundle/simplescreenrecorder.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/smartmontools.html b/software/bundle/smartmontools.html index dbfb3a743..1ea94fcce 100644 --- a/software/bundle/smartmontools.html +++ b/software/bundle/smartmontools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/socat.html b/software/bundle/socat.html index 6fc62aec7..551553ee9 100644 --- a/software/bundle/socat.html +++ b/software/bundle/socat.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/software-defined-cockpit-dev.html b/software/bundle/software-defined-cockpit-dev.html index 8ecd51466..28a7af3af 100644 --- a/software/bundle/software-defined-cockpit-dev.html +++ b/software/bundle/software-defined-cockpit-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/software-defined-cockpit.html b/software/bundle/software-defined-cockpit.html index b8b7b626a..0cd9880c2 100644 --- a/software/bundle/software-defined-cockpit.html +++ b/software/bundle/software-defined-cockpit.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/software-testing.html b/software/bundle/software-testing.html index b820dfeca..a33381fc4 100644 --- a/software/bundle/software-testing.html +++ b/software/bundle/software-testing.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/solaar-gui.html b/software/bundle/solaar-gui.html index ae9670c0e..fb38ef29a 100644 --- a/software/bundle/solaar-gui.html +++ b/software/bundle/solaar-gui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/solaar.html b/software/bundle/solaar.html index ea87c7688..1b2bbb184 100644 --- a/software/bundle/solaar.html +++ b/software/bundle/solaar.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sox.html b/software/bundle/sox.html index 736d2ec4d..efa3942f8 100644 --- a/software/bundle/sox.html +++ b/software/bundle/sox.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/spectacle.html b/software/bundle/spectacle.html index aa530ce4f..5560520f5 100644 --- a/software/bundle/spectacle.html +++ b/software/bundle/spectacle.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sphinx.html b/software/bundle/sphinx.html index fb62b4acb..40c408656 100644 --- a/software/bundle/sphinx.html +++ b/software/bundle/sphinx.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/spice-gtk.html b/software/bundle/spice-gtk.html index f402911cd..1c7f2e82d 100644 --- a/software/bundle/spice-gtk.html +++ b/software/bundle/spice-gtk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/spyder-ide.html b/software/bundle/spyder-ide.html index 3b21f34bd..1a804b7c6 100644 --- a/software/bundle/spyder-ide.html +++ b/software/bundle/spyder-ide.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sqlite.html b/software/bundle/sqlite.html index 9df65776e..85afa9180 100644 --- a/software/bundle/sqlite.html +++ b/software/bundle/sqlite.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/squid.html b/software/bundle/squid.html index c565b8417..c67765394 100644 --- a/software/bundle/squid.html +++ b/software/bundle/squid.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sshfs.html b/software/bundle/sshfs.html index ae5304162..7e704d60e 100644 --- a/software/bundle/sshfs.html +++ b/software/bundle/sshfs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/ssocr.html b/software/bundle/ssocr.html index b5ba3f095..1d5d2562a 100644 --- a/software/bundle/ssocr.html +++ b/software/bundle/ssocr.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/stacer.html b/software/bundle/stacer.html index 4d6c29d21..e9f24972a 100644 --- a/software/bundle/stacer.html +++ b/software/bundle/stacer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/stellarium.html b/software/bundle/stellarium.html index b0a877d68..6567195cc 100644 --- a/software/bundle/stellarium.html +++ b/software/bundle/stellarium.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/storage-cluster.html b/software/bundle/storage-cluster.html index 49a855f47..d2f49b275 100644 --- a/software/bundle/storage-cluster.html +++ b/software/bundle/storage-cluster.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/storage-utils-dev.html b/software/bundle/storage-utils-dev.html index 68da60b56..de33cc849 100644 --- a/software/bundle/storage-utils-dev.html +++ b/software/bundle/storage-utils-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/storage-utils.html b/software/bundle/storage-utils.html index 9219ee9d9..a945f3478 100644 --- a/software/bundle/storage-utils.html +++ b/software/bundle/storage-utils.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/strace.html b/software/bundle/strace.html index f1163d0ce..b60b79061 100644 --- a/software/bundle/strace.html +++ b/software/bundle/strace.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/stream-server.html b/software/bundle/stream-server.html index 6f304ee5b..31f15bfb5 100644 --- a/software/bundle/stream-server.html +++ b/software/bundle/stream-server.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/su-exec.html b/software/bundle/su-exec.html index f6220d6c6..5b74393ba 100644 --- a/software/bundle/su-exec.html +++ b/software/bundle/su-exec.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/subversion.html b/software/bundle/subversion.html index ea6a0b12d..c27ab2513 100644 --- a/software/bundle/subversion.html +++ b/software/bundle/subversion.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sudo.html b/software/bundle/sudo.html index a75622a36..b476d2619 100644 --- a/software/bundle/sudo.html +++ b/software/bundle/sudo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/supertuxkart.html b/software/bundle/supertuxkart.html index 6aeba944f..fb0472035 100644 --- a/software/bundle/supertuxkart.html +++ b/software/bundle/supertuxkart.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/suricata.html b/software/bundle/suricata.html index 879997e2e..3da3c93af 100644 --- a/software/bundle/suricata.html +++ b/software/bundle/suricata.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/svt-av1.html b/software/bundle/svt-av1.html index 4a6cd06b8..a17d7cbc7 100644 --- a/software/bundle/svt-av1.html +++ b/software/bundle/svt-av1.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/svt-hevc.html b/software/bundle/svt-hevc.html index 4a9cbcc7d..93dadc89b 100644 --- a/software/bundle/svt-hevc.html +++ b/software/bundle/svt-hevc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sway.html b/software/bundle/sway.html index d2c3b575e..7c5b58464 100644 --- a/software/bundle/sway.html +++ b/software/bundle/sway.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/swupd-client-pre-release.html b/software/bundle/swupd-client-pre-release.html index 9d74f36ee..2c5870a80 100644 --- a/software/bundle/swupd-client-pre-release.html +++ b/software/bundle/swupd-client-pre-release.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sxiv.html b/software/bundle/sxiv.html index e2c3371af..84a2d5d9e 100644 --- a/software/bundle/sxiv.html +++ b/software/bundle/sxiv.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/syndication.html b/software/bundle/syndication.html index be686ec9b..71fd1098f 100644 --- a/software/bundle/syndication.html +++ b/software/bundle/syndication.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/synergy.html b/software/bundle/synergy.html index 68c6ad00e..98ca86c16 100644 --- a/software/bundle/synergy.html +++ b/software/bundle/synergy.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysadmin-basic-dev.html b/software/bundle/sysadmin-basic-dev.html index e81f9481d..e96b706b6 100644 --- a/software/bundle/sysadmin-basic-dev.html +++ b/software/bundle/sysadmin-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysadmin-basic.html b/software/bundle/sysadmin-basic.html index 877a1f381..f2c011a73 100644 --- a/software/bundle/sysadmin-basic.html +++ b/software/bundle/sysadmin-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysadmin-hostmgmt.html b/software/bundle/sysadmin-hostmgmt.html index 669ea9731..0899cd951 100644 --- a/software/bundle/sysadmin-hostmgmt.html +++ b/software/bundle/sysadmin-hostmgmt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysadmin-remote.html b/software/bundle/sysadmin-remote.html index 7902f1f67..5a688c3d4 100644 --- a/software/bundle/sysadmin-remote.html +++ b/software/bundle/sysadmin-remote.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/syslinux.html b/software/bundle/syslinux.html index 5a560fd87..cb969b982 100644 --- a/software/bundle/syslinux.html +++ b/software/bundle/syslinux.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysprof.html b/software/bundle/sysprof.html index 945e1a223..8cfd27634 100644 --- a/software/bundle/sysprof.html +++ b/software/bundle/sysprof.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/sysstat.html b/software/bundle/sysstat.html index b904989e0..9302e57ad 100644 --- a/software/bundle/sysstat.html +++ b/software/bundle/sysstat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/systemd-networkd-autostart.html b/software/bundle/systemd-networkd-autostart.html index 859d8ba32..52005fb5a 100644 --- a/software/bundle/systemd-networkd-autostart.html +++ b/software/bundle/systemd-networkd-autostart.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tcl-basic.html b/software/bundle/tcl-basic.html index 97479eb2a..7ae251349 100644 --- a/software/bundle/tcl-basic.html +++ b/software/bundle/tcl-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/telemetrics.html b/software/bundle/telemetrics.html index 3ce833ec0..beec95b1f 100644 --- a/software/bundle/telemetrics.html +++ b/software/bundle/telemetrics.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tensorflow-serving.html b/software/bundle/tensorflow-serving.html index d53e80a54..859f43ceb 100644 --- a/software/bundle/tensorflow-serving.html +++ b/software/bundle/tensorflow-serving.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tesseract.html b/software/bundle/tesseract.html index 0cce06d80..6319fbabe 100644 --- a/software/bundle/tesseract.html +++ b/software/bundle/tesseract.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/testdisk.html b/software/bundle/testdisk.html index e9b4d9459..a5c344766 100644 --- a/software/bundle/testdisk.html +++ b/software/bundle/testdisk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/texinfo.html b/software/bundle/texinfo.html index 4026bbfcd..9ea55e1ed 100644 --- a/software/bundle/texinfo.html +++ b/software/bundle/texinfo.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/texlive.html b/software/bundle/texlive.html index 1b2c00ae7..621a87cc9 100644 --- a/software/bundle/texlive.html +++ b/software/bundle/texlive.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/texmaker.html b/software/bundle/texmaker.html index 2527b8980..8f8301709 100644 --- a/software/bundle/texmaker.html +++ b/software/bundle/texmaker.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tgt.html b/software/bundle/tgt.html index ecefeb4fb..2f343fa8c 100644 --- a/software/bundle/tgt.html +++ b/software/bundle/tgt.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/thermaldaemon.html b/software/bundle/thermaldaemon.html index a7e3e4c2f..5af0499a9 100644 --- a/software/bundle/thermaldaemon.html +++ b/software/bundle/thermaldaemon.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/thesilversearcher.html b/software/bundle/thesilversearcher.html index 247d55923..9875ee4de 100644 --- a/software/bundle/thesilversearcher.html +++ b/software/bundle/thesilversearcher.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/thunderbird.html b/software/bundle/thunderbird.html index 88aa92844..d4ea0b669 100644 --- a/software/bundle/thunderbird.html +++ b/software/bundle/thunderbird.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tigervnc.html b/software/bundle/tigervnc.html index b81005a47..19fce1166 100644 --- a/software/bundle/tigervnc.html +++ b/software/bundle/tigervnc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tilix.html b/software/bundle/tilix.html index 89fb8135d..2fd96575c 100644 --- a/software/bundle/tilix.html +++ b/software/bundle/tilix.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/time-server-basic.html b/software/bundle/time-server-basic.html index 0c588a15f..eddd31b7a 100644 --- a/software/bundle/time-server-basic.html +++ b/software/bundle/time-server-basic.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tlp.html b/software/bundle/tlp.html index 4bf442288..f6eee70d0 100644 --- a/software/bundle/tlp.html +++ b/software/bundle/tlp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tmux.html b/software/bundle/tmux.html index 967f27638..058599fac 100644 --- a/software/bundle/tmux.html +++ b/software/bundle/tmux.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/totem.html b/software/bundle/totem.html index 448356fef..4658171b1 100644 --- a/software/bundle/totem.html +++ b/software/bundle/totem.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tracker-miners.html b/software/bundle/tracker-miners.html index 2cc29f99f..8a5cd5d92 100644 --- a/software/bundle/tracker-miners.html +++ b/software/bundle/tracker-miners.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/traefik.html b/software/bundle/traefik.html index 32b43638d..666a63bcd 100644 --- a/software/bundle/traefik.html +++ b/software/bundle/traefik.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/transcoding-support.html b/software/bundle/transcoding-support.html index 65bb54c9d..a2116cccf 100644 --- a/software/bundle/transcoding-support.html +++ b/software/bundle/transcoding-support.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/tzdata.html b/software/bundle/tzdata.html index 9547f859b..c9e625043 100644 --- a/software/bundle/tzdata.html +++ b/software/bundle/tzdata.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/uget.html b/software/bundle/uget.html index 7dcad4417..643ca366e 100644 --- a/software/bundle/uget.html +++ b/software/bundle/uget.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/unbundle.html b/software/bundle/unbundle.html index 1a8a53b55..b1c0b0be0 100644 --- a/software/bundle/unbundle.html +++ b/software/bundle/unbundle.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/unison.html b/software/bundle/unison.html index 47f7af71b..d396f7169 100644 --- a/software/bundle/unison.html +++ b/software/bundle/unison.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/unzip.html b/software/bundle/unzip.html index 3f2b03786..1b7db432e 100644 --- a/software/bundle/unzip.html +++ b/software/bundle/unzip.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/user-basic-dev.html b/software/bundle/user-basic-dev.html index d384e2f2d..4c131cbbe 100644 --- a/software/bundle/user-basic-dev.html +++ b/software/bundle/user-basic-dev.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/user-basic.html b/software/bundle/user-basic.html index af6d52268..c2bb83d8d 100644 --- a/software/bundle/user-basic.html +++ b/software/bundle/user-basic.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/uwsgi.html b/software/bundle/uwsgi.html index b25d2ddb3..9a2bc627d 100644 --- a/software/bundle/uwsgi.html +++ b/software/bundle/uwsgi.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/v4l-utils.html b/software/bundle/v4l-utils.html index 538c27b25..244d8d37f 100644 --- a/software/bundle/v4l-utils.html +++ b/software/bundle/v4l-utils.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/valgrind.html b/software/bundle/valgrind.html index 742e7a28f..af8285a51 100644 --- a/software/bundle/valgrind.html +++ b/software/bundle/valgrind.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vifm.html b/software/bundle/vifm.html index ed457941c..3b97c479c 100644 --- a/software/bundle/vifm.html +++ b/software/bundle/vifm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vim-minimal.html b/software/bundle/vim-minimal.html index f83695b8b..dd58374c1 100644 --- a/software/bundle/vim-minimal.html +++ b/software/bundle/vim-minimal.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vim.html b/software/bundle/vim.html index 4959d1fce..3a3b15c5e 100644 --- a/software/bundle/vim.html +++ b/software/bundle/vim.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vinagre.html b/software/bundle/vinagre.html index b853d3cf1..1b8a93f1a 100644 --- a/software/bundle/vinagre.html +++ b/software/bundle/vinagre.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/virt-manager-gui.html b/software/bundle/virt-manager-gui.html index a31d3c3b1..fa7e10a58 100644 --- a/software/bundle/virt-manager-gui.html +++ b/software/bundle/virt-manager-gui.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/virt-manager.html b/software/bundle/virt-manager.html index 256b721df..1a859f6be 100644 --- a/software/bundle/virt-manager.html +++ b/software/bundle/virt-manager.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/virt-viewer.html b/software/bundle/virt-viewer.html index fe6558df8..faa14783c 100644 --- a/software/bundle/virt-viewer.html +++ b/software/bundle/virt-viewer.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vlc.html b/software/bundle/vlc.html index 94981e76f..379abb07b 100644 --- a/software/bundle/vlc.html +++ b/software/bundle/vlc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vnc-server.html b/software/bundle/vnc-server.html index 6209ce7f3..0a87017fe 100644 --- a/software/bundle/vnc-server.html +++ b/software/bundle/vnc-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/vpp.html b/software/bundle/vpp.html index 841d4b682..7d553330c 100644 --- a/software/bundle/vpp.html +++ b/software/bundle/vpp.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/webkitgtk.html b/software/bundle/webkitgtk.html index c2d177cd1..eea8a8a5c 100644 --- a/software/bundle/webkitgtk.html +++ b/software/bundle/webkitgtk.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/weechat.html b/software/bundle/weechat.html index 87c09f220..116e6a9e8 100644 --- a/software/bundle/weechat.html +++ b/software/bundle/weechat.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/weston-extras.html b/software/bundle/weston-extras.html index ade53d8f2..d368d8011 100644 --- a/software/bundle/weston-extras.html +++ b/software/bundle/weston-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/wget.html b/software/bundle/wget.html index b2376fb6f..9d72e10b8 100644 --- a/software/bundle/wget.html +++ b/software/bundle/wget.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/which.html b/software/bundle/which.html index 1f9d1439d..c3f2c55dc 100644 --- a/software/bundle/which.html +++ b/software/bundle/which.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/wine.html b/software/bundle/wine.html index cb1258963..b590de47d 100644 --- a/software/bundle/wine.html +++ b/software/bundle/wine.html @@ -876,7 +876,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/wireshark.html b/software/bundle/wireshark.html index ed2267710..e5e251506 100644 --- a/software/bundle/wireshark.html +++ b/software/bundle/wireshark.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/wpasupplicant.html b/software/bundle/wpasupplicant.html index e5e4fb2c4..cd538e860 100644 --- a/software/bundle/wpasupplicant.html +++ b/software/bundle/wpasupplicant.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/x11-server.html b/software/bundle/x11-server.html index f4bd495d5..31e137906 100644 --- a/software/bundle/x11-server.html +++ b/software/bundle/x11-server.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/x11-tools.html b/software/bundle/x11-tools.html index a4675dc4b..ae61f0a2b 100644 --- a/software/bundle/x11-tools.html +++ b/software/bundle/x11-tools.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/x11vnc.html b/software/bundle/x11vnc.html index 796a83068..ec77a7025 100644 --- a/software/bundle/x11vnc.html +++ b/software/bundle/x11vnc.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xfce4-desktop.html b/software/bundle/xfce4-desktop.html index 79b0dbb43..091309197 100644 --- a/software/bundle/xfce4-desktop.html +++ b/software/bundle/xfce4-desktop.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xfsprogs.html b/software/bundle/xfsprogs.html index 2e76af179..ec7a0995e 100644 --- a/software/bundle/xfsprogs.html +++ b/software/bundle/xfsprogs.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xorriso.html b/software/bundle/xorriso.html index 9c933ec7d..7f81f6029 100644 --- a/software/bundle/xorriso.html +++ b/software/bundle/xorriso.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xpra.html b/software/bundle/xpra.html index 10c248e3d..7060b0518 100644 --- a/software/bundle/xpra.html +++ b/software/bundle/xpra.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xscreensaver-extras.html b/software/bundle/xscreensaver-extras.html index be4c73522..363f2ba61 100644 --- a/software/bundle/xscreensaver-extras.html +++ b/software/bundle/xscreensaver-extras.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xscreensaver.html b/software/bundle/xscreensaver.html index 6e7f6e0a0..6d87c4315 100644 --- a/software/bundle/xscreensaver.html +++ b/software/bundle/xscreensaver.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xss-lock.html b/software/bundle/xss-lock.html index b1441831b..c0c062c4d 100644 --- a/software/bundle/xss-lock.html +++ b/software/bundle/xss-lock.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xterm.html b/software/bundle/xterm.html index e0396dca1..2e499e117 100644 --- a/software/bundle/xterm.html +++ b/software/bundle/xterm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/xz.html b/software/bundle/xz.html index ca56ab3dd..6f385f108 100644 --- a/software/bundle/xz.html +++ b/software/bundle/xz.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/yakuake.html b/software/bundle/yakuake.html index d457b2413..dc9449d23 100644 --- a/software/bundle/yakuake.html +++ b/software/bundle/yakuake.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/yarn.html b/software/bundle/yarn.html index a78dc3bca..716c6f6bb 100644 --- a/software/bundle/yarn.html +++ b/software/bundle/yarn.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/yasm.html b/software/bundle/yasm.html index b8673a9ab..ab2b9b42e 100644 --- a/software/bundle/yasm.html +++ b/software/bundle/yasm.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zabbix-agent.html b/software/bundle/zabbix-agent.html index 21cf0ef80..ea5e509fe 100644 --- a/software/bundle/zabbix-agent.html +++ b/software/bundle/zabbix-agent.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zabbix.html b/software/bundle/zabbix.html index 6d725bfbf..e5625b367 100644 --- a/software/bundle/zabbix.html +++ b/software/bundle/zabbix.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zathura.html b/software/bundle/zathura.html index dc6671078..bd4089192 100644 --- a/software/bundle/zathura.html +++ b/software/bundle/zathura.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zenity.html b/software/bundle/zenity.html index 32c5ca380..fe3e6b793 100644 --- a/software/bundle/zenity.html +++ b/software/bundle/zenity.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zip.html b/software/bundle/zip.html index f308053f0..8bdcf4cf5 100644 --- a/software/bundle/zip.html +++ b/software/bundle/zip.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/znc.html b/software/bundle/znc.html index 9bd42cfd1..28e97ccff 100644 --- a/software/bundle/znc.html +++ b/software/bundle/znc.html @@ -875,7 +875,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zsh.html b/software/bundle/zsh.html index aeeafb93f..1b0ef593c 100644 --- a/software/bundle/zsh.html +++ b/software/bundle/zsh.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/bundle/zstd.html b/software/bundle/zstd.html index b17d3a742..3b8a9f38c 100644 --- a/software/bundle/zstd.html +++ b/software/bundle/zstd.html @@ -874,7 +874,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/docker/cgit.html b/software/docker/cgit.html index e005ee0f5..8f6801939 100644 --- a/software/docker/cgit.html +++ b/software/docker/cgit.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/cgit
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/clearlinux.html b/software/docker/clearlinux.html index 798c53a53..cda2b50f5 100644 --- a/software/docker/clearlinux.html +++ b/software/docker/clearlinux.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/clr-installer-ci.html b/software/docker/clr-installer-ci.html index 38c7a2499..527ffc4d1 100644 --- a/software/docker/clr-installer-ci.html +++ b/software/docker/clr-installer-ci.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/clr-installer-ci
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/clr-sdk.html b/software/docker/clr-sdk.html index 1ad515fed..e1b8a9bf8 100644 --- a/software/docker/clr-sdk.html +++ b/software/docker/clr-sdk.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/clr-sdk
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/golang.html b/software/docker/golang.html index 19da6a5eb..de763b9d9 100644 --- a/software/docker/golang.html +++ b/software/docker/golang.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/golang
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/gonum.html b/software/docker/gonum.html index f97b65132..cde948ffd 100644 --- a/software/docker/gonum.html +++ b/software/docker/gonum.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/gonum
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/haproxy.html b/software/docker/haproxy.html index 997332e4e..770911807 100644 --- a/software/docker/haproxy.html +++ b/software/docker/haproxy.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/haproxy
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/httpd.html b/software/docker/httpd.html index f6837b051..d4cb9a795 100644 --- a/software/docker/httpd.html +++ b/software/docker/httpd.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/httpd
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/iperf.html b/software/docker/iperf.html index 24a50cec2..df0de1be8 100644 --- a/software/docker/iperf.html +++ b/software/docker/iperf.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/iperf
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/machine-learning-ui.html b/software/docker/machine-learning-ui.html index 99e5f1648..3dc26c119 100644 --- a/software/docker/machine-learning-ui.html +++ b/software/docker/machine-learning-ui.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/machine-learning-ui
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/mariadb.html b/software/docker/mariadb.html index ec6858392..51d5b96a5 100644 --- a/software/docker/mariadb.html +++ b/software/docker/mariadb.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mariadb
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/memcached.html b/software/docker/memcached.html index ef906aaba..48ef85544 100644 --- a/software/docker/memcached.html +++ b/software/docker/memcached.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/memcached
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/mixer-ci.html b/software/docker/mixer-ci.html index 8832102f6..d3041bd82 100644 --- a/software/docker/mixer-ci.html +++ b/software/docker/mixer-ci.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mixer-ci
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/mixer.html b/software/docker/mixer.html index b6a58f746..7cf44865e 100644 --- a/software/docker/mixer.html +++ b/software/docker/mixer.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/mixer
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/nginx.html b/software/docker/nginx.html index deb4709cb..020052656 100644 --- a/software/docker/nginx.html +++ b/software/docker/nginx.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/nginx
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/node.html b/software/docker/node.html index 72afd696e..81cdf794b 100644 --- a/software/docker/node.html +++ b/software/docker/node.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/node
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/numpy-mp.html b/software/docker/numpy-mp.html index 75084bd60..ea15951ed 100644 --- a/software/docker/numpy-mp.html +++ b/software/docker/numpy-mp.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/numpy-mp
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/openjdk.html b/software/docker/openjdk.html index 1c9463acd..c0b71f8ff 100644 --- a/software/docker/openjdk.html +++ b/software/docker/openjdk.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/openjdk
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/openvino.html b/software/docker/openvino.html index ed05809d9..e6e5c2a39 100644 --- a/software/docker/openvino.html +++ b/software/docker/openvino.html @@ -872,7 +872,7 @@To get this Docker image, enter: sudo docker pull clearlinux/openvino
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
To get this Docker image, enter: sudo docker pull clearlinux/os-core
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/perl.html b/software/docker/perl.html index e0816025e..e0fa66ad5 100644 --- a/software/docker/perl.html +++ b/software/docker/perl.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/perl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/php-fpm.html b/software/docker/php-fpm.html index 5355a3d4a..ecae14a87 100644 --- a/software/docker/php-fpm.html +++ b/software/docker/php-fpm.html @@ -875,7 +875,7 @@To get this Docker image, enter: sudo docker pull clearlinux/php-fpm
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/php.html b/software/docker/php.html index c3462e877..dc99a8d57 100644 --- a/software/docker/php.html +++ b/software/docker/php.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/php
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/postgres.html b/software/docker/postgres.html index 309494a97..fce9ebc0a 100644 --- a/software/docker/postgres.html +++ b/software/docker/postgres.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/postgres
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/python.html b/software/docker/python.html index ae51ad027..93c2b7180 100644 --- a/software/docker/python.html +++ b/software/docker/python.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/python
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/r-base.html b/software/docker/r-base.html index 0cc01bcfb..2312abcb3 100644 --- a/software/docker/r-base.html +++ b/software/docker/r-base.html @@ -875,7 +875,7 @@To get this Docker image, enter: sudo docker pull clearlinux/r-base
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/rabbitmq.html b/software/docker/rabbitmq.html index bf1193859..553fedad1 100644 --- a/software/docker/rabbitmq.html +++ b/software/docker/rabbitmq.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/rabbitmq
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/redis.html b/software/docker/redis.html index 2927c2054..523aeb918 100644 --- a/software/docker/redis.html +++ b/software/docker/redis.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/redis
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/ruby.html b/software/docker/ruby.html index d8dfa9436..4a4a5a3c3 100644 --- a/software/docker/ruby.html +++ b/software/docker/ruby.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/ruby
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-clearlinux.html b/software/docker/stacks-clearlinux.html index cf4a4ba5b..25c127c35 100644 --- a/software/docker/stacks-clearlinux.html +++ b/software/docker/stacks-clearlinux.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-clearlinux
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dars-mkl.html b/software/docker/stacks-dars-mkl.html index 7c826e585..f178c1220 100644 --- a/software/docker/stacks-dars-mkl.html +++ b/software/docker/stacks-dars-mkl.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dars-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dars-openblas.html b/software/docker/stacks-dars-openblas.html index 6c13b9847..c517c80ab 100644 --- a/software/docker/stacks-dars-openblas.html +++ b/software/docker/stacks-dars-openblas.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dars-openblas
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dbrs-cassandra.html b/software/docker/stacks-dbrs-cassandra.html index e8b012892..8b87afba7 100644 --- a/software/docker/stacks-dbrs-cassandra.html +++ b/software/docker/stacks-dbrs-cassandra.html @@ -857,7 +857,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dbrs-cassandra
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dbrs-redis.html b/software/docker/stacks-dbrs-redis.html index ef17bfd81..97ea367b0 100644 --- a/software/docker/stacks-dbrs-redis.html +++ b/software/docker/stacks-dbrs-redis.html @@ -856,7 +856,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dbrs-redis
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dlrs-mkl-vnni.html b/software/docker/stacks-dlrs-mkl-vnni.html index b22a6106a..fd3cbbee3 100644 --- a/software/docker/stacks-dlrs-mkl-vnni.html +++ b/software/docker/stacks-dlrs-mkl-vnni.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-mkl-vnni
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dlrs-mkl.html b/software/docker/stacks-dlrs-mkl.html index de23f49a9..59fc88073 100644 --- a/software/docker/stacks-dlrs-mkl.html +++ b/software/docker/stacks-dlrs-mkl.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dlrs-oss.html b/software/docker/stacks-dlrs-oss.html index a4db28099..36cc4eb6d 100644 --- a/software/docker/stacks-dlrs-oss.html +++ b/software/docker/stacks-dlrs-oss.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs-oss
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-dlrs2-mkl.html b/software/docker/stacks-dlrs2-mkl.html index 47de044e5..ce2e14ca5 100644 --- a/software/docker/stacks-dlrs2-mkl.html +++ b/software/docker/stacks-dlrs2-mkl.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-dlrs_2-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-mers.html b/software/docker/stacks-mers.html index ce418cb03..1c467f13b 100644 --- a/software/docker/stacks-mers.html +++ b/software/docker/stacks-mers.html @@ -856,7 +856,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-mers
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-ml-compiler.html b/software/docker/stacks-ml-compiler.html index 1c0e281c6..11aecd226 100644 --- a/software/docker/stacks-ml-compiler.html +++ b/software/docker/stacks-ml-compiler.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-ml-compiler
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-pytorch-mkl.html b/software/docker/stacks-pytorch-mkl.html index aa866b825..2bc94655a 100644 --- a/software/docker/stacks-pytorch-mkl.html +++ b/software/docker/stacks-pytorch-mkl.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-pytorch-mkl
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/stacks-pytorch-oss.html b/software/docker/stacks-pytorch-oss.html index da9a978f5..98a59af80 100644 --- a/software/docker/stacks-pytorch-oss.html +++ b/software/docker/stacks-pytorch-oss.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/stacks-pytorch-oss
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/tensorflow-serving.html b/software/docker/tensorflow-serving.html index 7937a03d0..e304029d1 100644 --- a/software/docker/tensorflow-serving.html +++ b/software/docker/tensorflow-serving.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tensorflow-serving
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/tensorflow.html b/software/docker/tensorflow.html index bb9d73dab..a327504a4 100644 --- a/software/docker/tensorflow.html +++ b/software/docker/tensorflow.html @@ -873,7 +873,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tensorflow
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/tesseract-ocr.html b/software/docker/tesseract-ocr.html index 78c0eecb1..451f8d3ed 100644 --- a/software/docker/tesseract-ocr.html +++ b/software/docker/tesseract-ocr.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/tesseract-ocr
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/docker/wordpress.html b/software/docker/wordpress.html index f3d358de4..f0219939d 100644 --- a/software/docker/wordpress.html +++ b/software/docker/wordpress.html @@ -874,7 +874,7 @@To get this Docker image, enter: sudo docker pull clearlinux/wordpress
Learn more about running Docker in Clear Linux OS.
+Learn more about running Docker in Clear Linux OS.
diff --git a/software/github/cloud-control-0.html b/software/github/cloud-control-0.html index 0c533becd..81561de6c 100644 --- a/software/github/cloud-control-0.html +++ b/software/github/cloud-control-0.html @@ -881,7 +881,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/github/cloud-control.html b/software/github/cloud-control.html index 698f09934..e9d10d103 100644 --- a/software/github/cloud-control.html +++ b/software/github/cloud-control.html @@ -881,7 +881,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/github/gimp.html b/software/github/gimp.html index c3b170eb4..c03e48b47 100644 --- a/software/github/gimp.html +++ b/software/github/gimp.html @@ -881,7 +881,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/github/r-basic-0.html b/software/github/r-basic-0.html index 89a01f20d..51ed688a1 100644 --- a/software/github/r-basic-0.html +++ b/software/github/r-basic-0.html @@ -882,7 +882,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/software/github/r-basic.html b/software/github/r-basic.html index c79b47b17..56240f570 100644 --- a/software/github/r-basic.html +++ b/software/github/r-basic.html @@ -882,7 +882,7 @@For additional swupd commands, enter: swupd —-help
*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
+*Bundles encapsulate all upstream open-source projects and packages needed to enable a use-case or capability. Use swupd to install and manage bundles. Learn more about bundles in Clear Linux OS.
diff --git a/stacks/database-reference.html b/stacks/database-reference.html index f753e2e80..67cbb9506 100644 --- a/stacks/database-reference.html +++ b/stacks/database-reference.html @@ -913,7 +913,7 @@ Learn more