Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing whitespace #112

Merged
merged 2 commits into from May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
### apt-offline -- An Offline Package Manager
### apt-offline -- An Offline Package Manager
(C) 2005 - 2019 Ritesh Raj Sarraf

![apt-offline-gui](https://camo.githubusercontent.com/867002ddf0a84bc99625d4221eb1f7f6779020e9/68747470733a2f2f6c68362e676f6f676c6575736572636f6e74656e742e636f6d2f5f5f6574717a2d79655034732f545a3778705772717965492f41414141414141414255552f66705a565f316f496e37342f733634302f6170742d6f66666c696e652d616476616e6365642d6f7074696f6e732e706e67)

apt-offline is an offline package management tool written in the Python Programming Language. This program, as of now, is intended for people using Debian (And Debian based) systems.
apt-offline is an offline package management tool written in the Python Programming Language. This program, as of now, is intended for people using Debian (And Debian based) systems.

It can help you install/upgrade packages, and their dependencies, on a Debian box with no direct internet connection. It can also download full bug report (Debian only) for those packages.

Expand Down
2 changes: 1 addition & 1 deletion apt-offline-gui
Expand Up @@ -40,4 +40,4 @@ if __name__ == "__main__":
myapp = AptOfflineQtMain()
myapp.show()
sys.exit(app.exec_())

18 changes: 9 additions & 9 deletions apt-offline.8
Expand Up @@ -162,8 +162,8 @@ already available, they are stored in the temporary apt cache, where apt validat
it for further processing.
Note: This does have the caveat that apt may need network availability even though it doesn't download anything over the network. But it does invoke the download routines and realizes that the payload is already available. It then further proceeds with checksum validation

The default behavior is to
.B not
The default behavior is to
.B not
do strict checksum validation for .deb files. Instead, apt-offline copies the .deb files to apt's download location. apt still does size validation of the available .deb files and discards them in case there is a mismatch.

.IP "\fB\-\-install\-src\-path PATH\fP" 10
Expand Down Expand Up @@ -192,8 +192,8 @@ apt\-offline relies on argparse for argument/option parsing. To explicitly instr

By specifying the
.B \-\-
delimiter, we instruct apt\-offline that foo.sig is an argument to the
.B apt\-offline
delimiter, we instruct apt\-offline that foo.sig is an argument to the
.B apt\-offline
command and not to the
.B \-\-install\-packages
option.
Expand Down Expand Up @@ -227,10 +227,10 @@ Depending on where the data was downloaded to or packed into, either the
absolute FOLDER path or the archive FILE path can be specified.

.B NOTE1:
On a freshly installed box, that was installed without the network, the package database is null. In that case, you first need to run
.B apt-offline
with just the
.B \-\-update
On a freshly installed box, that was installed without the network, the package database is null. In that case, you first need to run
.B apt-offline
with just the
.B \-\-update
option to ensure you have a meaningful package database

.B Example: apt-offline set set.uris \-\-update
Expand Down Expand Up @@ -290,7 +290,7 @@ Sequence 2: With successful completion of Sequence 1, the APT database on the di

(Installs the data needed to upgrade the upgradable packages. Should be run on the disconnected machine)

.TP
.TP
After successful completion of
.B Sequence 1
and
Expand Down