From 6774e43d03adf3a7735048a8e5b1fcba499b7b06 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Fri, 3 Feb 2017 09:36:41 +0200 Subject: [PATCH] Change content/eopkg to content/package-management. Tweak Basics page header / title. --- content/{eopkg => package-management}/basics/en.md | 5 ++--- .../history-and-rollback/en.md | 14 +++++--------- .../repo-management/en.md | 5 ++--- 3 files changed, 9 insertions(+), 15 deletions(-) rename content/{eopkg => package-management}/basics/en.md (92%) rename content/{eopkg => package-management}/history-and-rollback/en.md (59%) rename content/{eopkg => package-management}/repo-management/en.md (89%) diff --git a/content/eopkg/basics/en.md b/content/package-management/basics/en.md similarity index 92% rename from content/eopkg/basics/en.md rename to content/package-management/basics/en.md index 7a0fc90..8360310 100755 --- a/content/eopkg/basics/en.md +++ b/content/package-management/basics/en.md @@ -1,4 +1,4 @@ -# Basics to eopkg +# Basics to Package Management Solus uses the eopkg package management system to deliver software to the end-user. Below are some basic commands for using eopkg. @@ -87,5 +87,4 @@ For example: sudo eopkg search documents ``` -Notice that you don't need to search for a specific software name, although you can do that. We search -summaries and software names by default. \ No newline at end of file +Notice that you don't need to search for a specific software name, although you can do that. We search summaries and software names by default. \ No newline at end of file diff --git a/content/eopkg/history-and-rollback/en.md b/content/package-management/history-and-rollback/en.md similarity index 59% rename from content/eopkg/history-and-rollback/en.md rename to content/package-management/history-and-rollback/en.md index b9672a0..2b7723b 100755 --- a/content/eopkg/history-and-rollback/en.md +++ b/content/package-management/history-and-rollback/en.md @@ -1,11 +1,9 @@ # History and Software Rollback -Solus provides a history and rollback feature via its package manager, -eopkg. This feature allows you to see when your repository was last -updated, actions such as installation, removal, and upgrading of software. +Solus provides a history and rollback feature via its package manager, eopkg. This feature allows you to see when your repository was last +updated, actions such as installation, removal, and upgrading of software. -Our rollback feature allows you to essentially rewind your system's software back -to a previous state, assuming you or our repository has the versions in question. +Our rollback feature allows you to essentially rewind your system's software back to a previous state, assuming you or our repository has the versions in question. ## History @@ -17,12 +15,10 @@ sudo eopkg history ## Rollback -To rollback your system, first use the above history command to check what the -transaction / operation number was. Then, we use the following command: +To rollback your system, first use the above history command to check what the transaction / operation number was. Then, we use the following command: ``` bash sudo eopkg history -t number ``` -The number, in this case, is the operation before the one you want to change. So if -the number was `100`, then you would use `99`. \ No newline at end of file +The number, in this case, is the operation before the one you want to change. So if the number was `100`, then you would use `99`. \ No newline at end of file diff --git a/content/eopkg/repo-management/en.md b/content/package-management/repo-management/en.md similarity index 89% rename from content/eopkg/repo-management/en.md rename to content/package-management/repo-management/en.md index e59a05d..a0fae45 100755 --- a/content/eopkg/repo-management/en.md +++ b/content/package-management/repo-management/en.md @@ -1,7 +1,6 @@ -# Repository Management with eopkg +# Repository Management -While Solus currently only provides two repositories, stable (shannon) and stable, our -package manager does support actively using multiple repositories on your system. This +While Solus currently only provides two repositories, stable (shannon) and stable, our package manager does support actively using multiple repositories on your system. This is useful if you are using a vendor-provided repository. ## Adding a Repository