Change content/eopkg to content/package-management. Tweak Basics page header / title.
This commit is contained in:
parent
2b68412104
commit
6774e43d03
|
@ -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.
|
Solus uses the eopkg package management system to deliver software to the end-user.
|
||||||
Below are some basic commands for using eopkg.
|
Below are some basic commands for using eopkg.
|
||||||
|
@ -87,5 +87,4 @@ For example:
|
||||||
sudo eopkg search documents
|
sudo eopkg search documents
|
||||||
```
|
```
|
||||||
|
|
||||||
Notice that you don't need to search for a specific software name, although you can do that. We search
|
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.
|
||||||
summaries and software names by default.
|
|
|
@ -1,11 +1,9 @@
|
||||||
# History and Software Rollback
|
# History and Software Rollback
|
||||||
|
|
||||||
Solus provides a history and rollback feature via its package manager,
|
Solus provides a history and rollback feature via its package manager, eopkg. This feature allows you to see when your repository was last
|
||||||
eopkg. This feature allows you to see when your repository was last
|
updated, actions such as installation, removal, and upgrading of software.
|
||||||
updated, actions such as installation, removal, and upgrading of software.
|
|
||||||
|
|
||||||
Our rollback feature allows you to essentially rewind your system's software back
|
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.
|
||||||
to a previous state, assuming you or our repository has the versions in question.
|
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
@ -17,12 +15,10 @@ sudo eopkg history
|
||||||
|
|
||||||
## Rollback
|
## Rollback
|
||||||
|
|
||||||
To rollback your system, first use the above history command to check what the
|
To rollback your system, first use the above history command to check what the transaction / operation number was. Then, we use the following command:
|
||||||
transaction / operation number was. Then, we use the following command:
|
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo eopkg history -t number
|
sudo eopkg history -t number
|
||||||
```
|
```
|
||||||
|
|
||||||
The number, in this case, is the operation before the one you want to change. So if
|
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`.
|
||||||
the number was `100`, then you would use `99`.
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Repository Management with eopkg
|
# Repository Management
|
||||||
|
|
||||||
While Solus currently only provides two repositories, stable (shannon) and stable, our
|
While Solus currently only provides two repositories, stable (shannon) and stable, our package manager does support actively using multiple repositories on your system. This
|
||||||
package manager does support actively using multiple repositories on your system. This
|
|
||||||
is useful if you are using a vendor-provided repository.
|
is useful if you are using a vendor-provided repository.
|
||||||
|
|
||||||
## Adding a Repository
|
## Adding a Repository
|
Reference in New Issue