Posted: . At: 9:43 AM. This was 4 years ago. Post ID: 14361
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.



Sponsored



How to list all installed files for a package on Venom Linux.


Listing the installed files for packages installed for Venom Linux is very easy. The scratch command will do this just fine.

$ scratch files nano
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
┌─[jason@venom][~]
└──╼ $scratch files nano
etc/
etc/nanorc
usr/
usr/share/
usr/share/man/
usr/share/man/man1/
usr/share/man/man1/nano.1.gz
usr/share/man/man1/rnano.1.gz
usr/share/man/man5/
usr/share/man/man5/nanorc.5.gz
usr/share/nano/
usr/share/nano/ruby.nanorc
usr/share/nano/postgresql.nanorc
usr/share/nano/javascript.nanorc
usr/share/nano/c.nanorc
usr/share/nano/nanorc.nanorc
usr/share/nano/java.nanorc
usr/share/nano/default.nanorc
usr/share/nano/go.nanorc
usr/share/nano/po.nanorc
usr/share/nano/asm.nanorc
usr/share/nano/rust.nanorc
usr/share/nano/python.nanorc
usr/share/nano/guile.nanorc
usr/share/nano/mutt.nanorc
usr/share/nano/autoconf.nanorc
usr/share/nano/cmake.nanorc
usr/share/nano/man.nanorc
usr/share/nano/makefile.nanorc
usr/share/nano/changelog.nanorc
usr/share/nano/fortran.nanorc
usr/share/nano/elisp.nanorc
usr/share/nano/nanohelp.nanorc
usr/share/nano/html.nanorc
usr/share/nano/debian.nanorc
usr/share/nano/patch.nanorc
usr/share/nano/texinfo.nanorc
usr/share/nano/groff.nanorc
usr/share/nano/objc.nanorc
usr/share/nano/css.nanorc
usr/share/nano/ocaml.nanorc
usr/share/nano/php.nanorc
usr/share/nano/perl.nanorc
usr/share/nano/pov.nanorc
usr/share/nano/mgp.nanorc
usr/share/nano/tex.nanorc
usr/share/nano/awk.nanorc
usr/share/nano/tcl.nanorc
usr/share/nano/json.nanorc
usr/share/nano/sh.nanorc
usr/share/nano/spec.nanorc
usr/share/nano/nftables.nanorc
usr/share/nano/lua.nanorc
usr/share/nano/gentoo.nanorc
usr/share/nano/xml.nanorc
usr/bin/
usr/bin/nano
usr/bin/rnano

Use the scratch search command to find packages that you need for a certain task.

┌─[jason@venom][~]
└──╼ $scratch search themes
[ ] (core) breeze-icons 5.68.0-1: Breeze icon themes
[ ] (core) geany-themes 20180117-1: Themes for geany
[*] (core) gnome-icon-theme 3.12.0-1: Contains an assortment of non-scalable icons of different sizes and themes
[ ] (core) gtk-engines 2.20.2-1: Contains eight themes/engines and two additional engines for GTK2
[*] (core) icon-naming-utils 0.8.90-2: Perl script used for maintaining backwards compatibility with current desktop icon themes
[ ] (core) kemoticons 5.68.0-1: Support for emoticons and emoticons themes
[ ] (core) kiconthemes 5.68.0-1: Support for icon themes
[ ] (core) lxqt-themes 0.14.0-1: LXQt themes, graphics and icons
[*] (core) mate-themes 3.22.21-1: MATE themes
[ ] (core) numix-themes-blue 20180608-1: A flat and light theme with a modern look
[ ] (core) smplayer-themes 18.6.0-1: Themes for SMPlayer
[ ] (core) vimix-gtk-themes 20190225-1: Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
[*] (core) xcursor-themes 1.0.6-1: Redglass and whiteglass animated cursor themes

To get information about a package, use this command.

┌─[][jason@venom][~]
└──╼ $scratch info vim
Name:         vim
Path:         /usr/ports/core/vim
Version:      8.2.0821
Release:      1
Description:  Vi Improved, a highly configurable, improved version of the vi text editor
Homepage:     
Maintainer:   
Dependencies: acl gawk

Get the package dependencies of a certain package this way.

┌─[jason@venom][~]
└──╼ $scratch depends emacs
[i] giflib
[i] libxml2
[i] gnutls
[i] imagemagick6

The scratch package manager is very easy to use. This makes managing a source-based distribution very simple. And the venom Linux distribution is very fast, as I have written before, it has no Systemd bloat slowing the boot time down, and it is a good way to escape bloated Linux distributions like Ubuntu and Mint.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.