Removed error in the Instructions #461
Open
Conversation
Removed error in the system-config-printer re-installation instructions
_articles/add-a-printer-pop.md
Outdated
| @@ -53,7 +53,7 @@ To look at the CUPS (Common Unix Printing System) configuration and status windo | |||
|
|
|||
| [localhost:631](http://localhost:631) | |||
|
|
|||
| The status window will show current print jobs, detected printers, and other information about the printing system. If you would like to share this printer with others on your local network, click on the 'Admin' link, under Server, click on the "Share printers connected to this system" and save the changes. Other computers on your network should than see that printer. When there is a prompt for your username and password, use your user name, and password used to login. | |||
| The status window will show current sudo apt install --reinstall ~n^system-config-printerprint jobs, detected printers, and other information about the printing system. If you would like to share this printer with others on your local network, click on the 'Admin' link, under Server, click on the "Share printers connected to this system" and save the changes. Other computers on your network should than see that printer. When there is a prompt for your username and password, use your user name, and password used to login. | |||
jacobgkau
Sep 16, 2020
Member
Why is the command pasted in the middle of a sentence?
Why is the command pasted in the middle of a sentence?
| @@ -64,7 +64,7 @@ sudo apt install --reinstall cups cups-client | |||
| This will reinstall <u>CUPS</u>, the main printing software, which can help with generic issues. | |||
|
|
|||
| ``` | |||
| sudo apt install --reinstall ~n^system-config-printer | |||
| sudo apt install --reinstall system-config-printer | |||
jacobgkau
Sep 16, 2020
Member
This was not an error, ~n^system-config-printer will install any package with system-config-printer in the name. This includes:
system-config-printer
system-config-printer-gnome
system-config-printer-udev
system-config-printer-common
The revised command would only install system-config-printer. Is there a reason you would not recommend reinstalling the other three packages?
This was not an error, ~n^system-config-printer will install any package with system-config-printer in the name. This includes:
system-config-printer
system-config-printer-gnome
system-config-printer-udev
system-config-printer-common
The revised command would only install system-config-printer. Is there a reason you would not recommend reinstalling the other three packages?
bytenaija
Sep 16, 2020
Author
I actually get this error when I try that command
no matches found: ~n^system-config-printer
I actually get this error when I try that command
no matches found: ~n^system-config-printer
|
I actually get this error when I try that command
```no matches found: ~n^system-config-printer```
…On Wed, Sep 16, 2020 at 9:07 PM Jacob Kauffmann ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In _articles/add-a-printer-pop.md
<#461 (comment)>:
> @@ -53,7 +53,7 @@ To look at the CUPS (Common Unix Printing System) configuration and status windo
[localhost:631](http://localhost:631)
-The status window will show current print jobs, detected printers, and other information about the printing system. If you would like to share this printer with others on your local network, click on the 'Admin' link, under Server, click on the "Share printers connected to this system" and save the changes. Other computers on your network should than see that printer. When there is a prompt for your username and password, use your user name, and password used to login.
+The status window will show current sudo apt install --reinstall ~n^system-config-printerprint jobs, detected printers, and other information about the printing system. If you would like to share this printer with others on your local network, click on the 'Admin' link, under Server, click on the "Share printers connected to this system" and save the changes. Other computers on your network should than see that printer. When there is a prompt for your username and password, use your user name, and password used to login.
Why is the command pasted in the middle of a sentence?
------------------------------
In _articles/add-a-printer-pop.md
<#461 (comment)>:
> @@ -64,7 +64,7 @@ sudo apt install --reinstall cups cups-client
This will reinstall <u>CUPS</u>, the main printing software, which can help with generic issues.
```
-sudo apt install --reinstall ~n^system-config-printer
+sudo apt install --reinstall system-config-printer
This was not an error, ~n^system-config-printer will install any package
with system-config-printer in the name. This includes:
system-config-printer
system-config-printer-gnome
system-config-printer-udev
system-config-printer-common
The revised command would only install system-config-printer. Is there a
reason you would not recommend reinstalling the other three packages?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#461 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI54ING3XRINWUEQX5PIETSGELIBANCNFSM4RPIBVAA>
.
|
I have confirmed the command still works properly on a clean Pop!_OS 20.04 machine. What version of Pop are you running? Please provide the complete output of these commands:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Removed error in the system-config-printer re-installation instructions