Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
agetpkg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
archlinux
agetpkg
Commits
feafa424
Commit
feafa424
authored
Oct 17, 2015
by
Seblu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve README
parent
29ed7c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
README.md
README.md
+15
-11
No files found.
README.md
View file @
feafa424
...
...
@@ -10,16 +10,21 @@ Introduction
Usage
-----
###### Download a previous version of ferm package
```
bash
agetpkg ferm
```
###### Download xterm version 296
```
bash
agetpkg ^xterm
$
296
agetpkg ^xterm 296
# or
agetpkg
-g
^xterm
$
296
agetpkg
-g
^xterm 296
```
###### List
xterm version 296
###### List
all zsh versions
```
bash
agetpkg
-l
^xterm
$
296
agetpkg
-l
zsh
$
```
###### Install all gvfs packages in version 1.26.0 release 3
...
...
@@ -27,6 +32,11 @@ agetpkg -l ^xterm$ 296
agetpkg
-i
gvfs 1.26.0 3
```
###### Download all pwgen packages
```
bash
agetpkg
-g
-a
pwgen
```
###### List only i686 packages of nftables
```
bash
agetpkg
-l
-A
i686
--
nftables
...
...
@@ -37,11 +47,6 @@ agetpkg -l -A i686 -- nftables
agetpkg
-u
-l
i3-wm
```
###### Download all version of xterm
```
bash
agetpkg
-l
-a
^xterm
$
```
###### Use another archive url
```
bash
agetpkg
--url
http://archlinux.arkena.net/archive/packages/.all/
-l
bash
$
...
...
@@ -72,8 +77,7 @@ pacman -S agetpkg
To install the git development version, run:
```
bash
makepkg
pacman
-U
agetpkg-
*
-any
.pkg.tar.xz
makepkg
-i
```
Dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment