slpkg/README.rst

649 lines
22 KiB
ReStructuredText
Raw Normal View History

2014-05-23 07:46:51 +02:00
.. image:: https://badge.fury.io/py/slpkg.png
:target: http://badge.fury.io/py/slpkg
.. image:: https://pypip.in/d/slpkg/badge.png
:target: https://pypi.python.org/pypi/slpkg
.. image:: https://pypip.in/license/slpkg/badge.png
:target: https://pypi.python.org/pypi/slpkg
2014-09-05 16:49:04 +02:00
Latest Release:
2014-10-20 19:38:18 +02:00
- Version: 2.0.1
2014-09-12 04:41:58 +02:00
- `Package <https://sourceforge.net/projects/slpkg/files/slpkg/binary/>`_
2014-10-20 19:38:18 +02:00
- `Source <https://github.com/dslackw/slpkg/archive/v2.0.1.tar.gz>`_
2014-09-05 16:51:07 +02:00
- `CHANGELOG <https://github.com/dslackw/slpkg/blob/master/CHANGELOG>`_
2014-09-02 23:16:33 +02:00
2014-09-21 22:08:20 +02:00
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
:target: https://github.com/dslackw/slpkg
.. contents:: Table of Contents:
2014-08-30 01:28:28 +02:00
`Slpkg <https://github.com/dslackw/slpkg>`_ is a terminal multitool in order to easy use `Slackware <http://www.slackware.com/>`_
2014-08-01 09:42:05 +02:00
packages.
2014-05-23 07:46:51 +02:00
2014-09-14 16:36:02 +02:00
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/open-source-logo.png
:target: https://github.com/dslackw/slpkg
2014-10-02 04:28:39 +02:00
Slpkg is `Open Source <http://en.wikipedia.org/wiki/Open_source>`_ software written in
Python language. It's use is for managing packages in Slackware linux distribution.
2014-08-30 01:28:28 +02:00
Species are adapted to two repositories:
- SBo - `slackbuilds.org <http://slackbuilds.org/>`_
- Slack - `slackware.com <http://www.slackware.com/>`_
2014-10-02 04:28:39 +02:00
Slpkg works in accordance with the standards of the organization slackbuilds.org
to builds packages. Also uses the Slackware linux instructions for installation,
upgrading or removing packages.
2014-08-30 01:28:28 +02:00
2014-09-13 01:12:01 +02:00
What makes slpkg to distinguish it from other tools; The user friendliness is its primary
target as well as easy to understand and use, also use color to highlight packages and
display warning messages, etc.
2014-08-30 01:28:28 +02:00
The big advantages is resolving dependencies packages from repository slackbuilds.org and
2014-08-30 01:28:28 +02:00
monitored for upgraded packages.
Of course you wonder how the slpkg is up to date at all times;
It's simple, every time there is a change in ChangeLog.txt before proceeding to any
execution program looksat whether there is a change in file size and downloads and updates
the SLACKBUILDS.TXT file.
Also you can install official packages of your favorite distribution directly from the
official repositories
of Slackware. Even you can check for the official updates and install them.
And as we say Slackers, Keep it Simple Stupid!
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/slpkg_package.png
:target: https://github.com/dslackw/slpkg
2014-05-23 07:46:51 +02:00
Features
2014-09-18 00:45:31 +02:00
--------
2014-07-18 05:50:30 +02:00
2014-08-02 15:49:15 +02:00
- Build third party packages from source with all dependencies
- Install packages through from official `Slackware <http://www.slackware.com/>`_ mirrors
2014-08-01 09:42:05 +02:00
- Find and Download packages from `slackbuilds.org <http://slackbuilds.org/>`_
2014-08-01 10:00:57 +02:00
- Grabs packages from slackbuilds.org in real time
2014-07-18 05:10:12 +02:00
- Automatic tool build and install packages
2014-07-26 06:59:53 +02:00
- Check if your distribution is up to date
2014-08-09 05:31:52 +02:00
- Remove packages with all dependencies
2014-07-18 05:10:12 +02:00
- Display the contents of the packages
- Install-upgrade Slackware packages
2014-07-18 05:50:30 +02:00
- Build and install all in a command
2014-07-18 05:10:12 +02:00
- Checking for updated packages
2014-05-23 07:46:51 +02:00
- List all installed packages
2014-09-10 05:19:52 +02:00
- Support MD5SUM file check
2014-07-18 05:10:12 +02:00
- Find installed package
- Read SlackBuilds files
2014-05-23 07:46:51 +02:00
- Τracking dependencies
2014-09-10 05:19:52 +02:00
- Build log file
- Sum build time
2014-05-23 07:46:51 +02:00
2014-08-02 15:49:15 +02:00
It's a quick and easy way to manage your packages in `Slackware <http://www.slackware.com/>`_
2014-05-23 07:46:51 +02:00
to a command.
2014-09-18 00:45:31 +02:00
Tutorial
--------
2014-07-13 18:46:10 +02:00
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/screenshot-1.png
2014-10-16 04:10:24 +02:00
:target: https://asciinema.org/a/12667
2014-05-23 07:54:35 +02:00
2014-09-18 00:42:10 +02:00
2014-05-23 07:46:51 +02:00
Installation
------------
2014-08-30 06:53:02 +02:00
Untar the archive and run install.sh script:
.. code-block:: bash
2014-10-20 19:38:18 +02:00
$ tar xvf slpkg-2.0.1.tar.gz
$ cd slpkg-2.0.1
2014-08-30 06:53:02 +02:00
$ ./install.sh
Using `pip <https://pip.pypa.io/en/latest/>`_ :
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-10-01 19:37:51 +02:00
$ pip install --upgrade slpkg
2014-08-01 09:42:05 +02:00
uninstall:
2014-05-23 07:46:51 +02:00
2014-08-01 09:42:05 +02:00
$ pip uninstall slpkg
2014-05-23 07:46:51 +02:00
2014-08-02 15:49:15 +02:00
Using Slackware command:
2014-08-26 07:41:55 +02:00
Download binary package from `SourceForge <https://sourceforge.net/projects/slpkg/>`_
2014-08-02 15:49:15 +02:00
2014-05-23 07:46:51 +02:00
Command Line Tool Usage
-----------------------
.. code-block:: bash
2014-09-30 03:16:43 +02:00
Utility for easy management packages in Slackware
2014-09-27 22:54:30 +02:00
Optional arguments:
2014-10-04 00:44:18 +02:00
-h, --help show this help message and exit
-v, --version print version and exit
-a, script [source...] auto build packages
-b, --list, [package...] --add, --remove add, remove packages in blacklist
2014-10-11 04:30:22 +02:00
-q, --list, [package...] --add, --remove add, remove packages in queue
--build, --install, --build-install build or install from queue
2014-10-04 00:44:18 +02:00
-l, all, sbo, slack, noarch list of installed packages
-c, <repository> --upgrade --current check for updated packages
-s, <repository> <package> --current download, build & install
-f, <package> find installed packages
-t, <package> tracking dependencies from SBo
-n, <package> view packages from SBo
-i, [package...] install binary packages
-u, [package...] upgrade binary packages
-o, [package...] reinstall binary packages
-r, [package...] remove binary packages
-d, [package...] display the contents
2014-09-27 22:54:30 +02:00
Repositories:
SlackBuilds = sbo
2014-10-01 19:37:51 +02:00
Slackware = slack '--current'
2014-09-30 03:16:43 +02:00
2014-05-23 07:46:51 +02:00
Slpkg Examples
--------------
2014-10-01 19:37:51 +02:00
Find packages from slackbuilds.org download,
2014-05-28 16:35:41 +02:00
build and install with all dependencies :
.. code-block:: bash
2014-08-01 09:42:05 +02:00
2014-07-28 07:39:35 +02:00
$ slpkg -s sbo brasero
2014-09-23 22:00:07 +02:00
Reading package lists ......Done
2014-08-26 07:41:55 +02:00
2014-09-08 02:36:40 +02:00
The following packages will be automatically installed or upgraded
with new version:
2014-08-26 07:41:55 +02:00
2014-08-22 07:20:29 +02:00
+==============================================================================
2014-08-26 02:12:39 +02:00
| Package Version Arch Repository
2014-08-22 07:20:29 +02:00
+==============================================================================
Installing:
2014-08-26 02:12:39 +02:00
brasero 3.11.3 x86_64 SBo
2014-08-22 07:20:29 +02:00
Installing for dependencies:
2014-08-26 02:12:39 +02:00
orc 0.4.19 x86_64 SBo
gstreamer1 1.2.2 x86_64 SBo
gst1-plugins-base 1.2.2 x86_64 SBo
gst1-plugins-bad 1.2.2 x86_64 SBo
libunique 1.1.6 x86_64 SBo
2014-08-22 07:20:29 +02:00
Installing summary
===============================================================================
Total 6 packages.
2014-09-08 02:36:40 +02:00
6 packages will be installed, 0 allready installed and 0 package
will be upgraded.
2014-08-13 01:39:41 +02:00
Do you want to continue [Y/n]? y
2014-08-01 09:42:05 +02:00
2014-09-23 22:00:07 +02:00
$ slpkg -s sbo fmpeg
Reading package lists ....Done
Packages with name matching [ fmpeg ]
+==============================================================================
| Package Version Arch Repository
+==============================================================================
Matching:
ffmpegthumbnailer 2.0.8 x86_64 SBo
ffmpeg 2.1.5 x86_64 SBo
ffmpeg2theora 0.29 x86_64 SBo
gst-ffmpeg 0.10.13 x86_64 SBo
Installing summary
===============================================================================
Total found 4 matching packages.
0 installed package and 4 uninstalled packages.
2014-07-28 07:39:35 +02:00
Find packages from `Slackware official mirrors <http://mirrors.slackware.com/>`_
2014-10-01 19:37:51 +02:00
download and install (use '--current' to switch in current repository):
2014-07-28 07:39:35 +02:00
.. code-block:: bash
2014-10-01 19:37:51 +02:00
$ slpkg -s slack mozilla (add '--current' to switch in current version)
2014-07-28 07:39:35 +02:00
Packages with name matching [ mozilla ]
2014-09-23 22:00:07 +02:00
Reading package lists ..............................Done
2014-07-28 07:39:35 +02:00
2014-08-22 07:20:29 +02:00
+==============================================================================
2014-09-21 22:08:20 +02:00
| Package Version Arch Build Repos Size
2014-08-22 07:20:29 +02:00
+==============================================================================
Installing:
2014-09-23 22:00:07 +02:00
mozilla-firefox 24.1.0esr x86_64 1 Slack 23524 K
mozilla-nss 3.15.2 x86_64 2 Slack 1592 K
mozilla-thunderbird 24.1.0 x86_64 1 Slack 24208 K
2014-08-22 07:20:29 +02:00
Installing summary
===============================================================================
Total 3 packages.
2014-09-14 16:25:53 +02:00
0 package will be installed, 3 will be upgraded and 0 will be resettled.
2014-09-12 04:41:58 +02:00
Need to get 48.17 Mb of archives.
After this process, 125.75 Mb of additional disk space will be used.
2014-08-18 00:04:55 +02:00
2014-08-13 01:39:41 +02:00
Would you like to install [Y/n]?
2014-07-28 07:39:35 +02:00
2014-08-13 01:39:41 +02:00
Tracking all dependencies of packages,
and also displays installed packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-26 07:15:14 +02:00
$ slpkg -t brasero
2014-09-23 22:00:07 +02:00
Reading package lists ......Done
2014-08-02 15:49:15 +02:00
2014-07-26 07:15:14 +02:00
+=========================
2014-07-26 07:10:18 +02:00
| brasero dependencies :
2014-07-26 07:15:14 +02:00
+=========================
2014-07-27 22:05:05 +02:00
\
2014-07-31 01:29:54 +02:00
+---[ Tree of dependencies ]
2014-07-27 22:05:05 +02:00
|
2014-08-04 02:02:38 +02:00
+--1 orc
2014-07-27 22:05:05 +02:00
|
2014-08-04 02:02:38 +02:00
+--2 gstreamer1
2014-07-27 22:05:05 +02:00
|
2014-08-04 02:02:38 +02:00
+--3 gst1-plugins-base
2014-07-27 22:05:05 +02:00
|
2014-08-04 02:02:38 +02:00
+--4 gst1-plugins-bad
|
+--5 libunique
2014-07-26 06:59:53 +02:00
Check if your packages is up to date from slackbuilds.org:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-09-27 22:54:30 +02:00
$ slpkg -c sbo --upgrade
2014-09-23 22:00:07 +02:00
Reading package lists ...Done
2014-05-23 07:46:51 +02:00
2014-08-26 07:41:55 +02:00
These packages need upgrading:
2014-08-26 02:12:39 +02:00
2014-07-21 01:54:58 +02:00
+==============================================================================
2014-08-26 02:12:39 +02:00
| Package New version Arch Repository
2014-07-21 01:54:58 +02:00
+==============================================================================
2014-08-26 02:12:39 +02:00
Upgrading:
six-1.7.1 1.7.3 x86_64 SBo
pysetuptools-3.4 3.6 x86_64 SBo
Jinja2-2.7.0 2.7.2 x86_64 SBo
pysed-0.3.0 0.3.1 x86_64 SBo
Pafy-0.3.56 0.3.58 x86_64 SBo
MarkupSafe-0.21 0.23 x86_64 SBo
pip-1.5.3 1.5.6 x86_64 SBo
colored-1.1.1 1.1.4 x86_64 SBo
Installing summary
===============================================================================
2014-09-08 02:36:40 +02:00
Total 8 packages will be upgraded and 0 package will be installed.
2014-08-26 02:12:39 +02:00
Would you like to upgrade [Y/n]?
2014-05-23 07:46:51 +02:00
2014-08-26 07:41:55 +02:00
Check if your distribution is up to date from `Slackware official mirrors
2014-10-01 19:37:51 +02:00
<http://mirrors.slackware.com/>`_ (use '--current' to switch in current repository):
2014-07-26 06:59:53 +02:00
.. code-block:: bash
2014-10-01 19:37:51 +02:00
$ slpkg -c slack --upgrade (add '--current' to switch in current version)
2014-09-23 22:00:07 +02:00
Reading package lists .......Done
2014-07-26 06:59:53 +02:00
2014-08-02 15:49:15 +02:00
These packages need upgrading:
2014-09-14 16:25:53 +02:00
2014-08-22 07:20:29 +02:00
+==============================================================================
2014-09-21 22:08:20 +02:00
| Package Version Arch Build Repos Size
2014-08-22 07:20:29 +02:00
+==============================================================================
Upgrading:
2014-09-21 22:08:20 +02:00
dhcpcd 6.0.5 x86_64 3 Slack 92 K
samba 4.1.11 x86_64 1 Slack 9928 K
xscreensaver 5.29 x86_64 1 Slack 3896 K
2014-08-22 07:20:29 +02:00
Installing summary
===============================================================================
Total 3 package will be upgrading.
2014-09-12 04:41:58 +02:00
Need to get 13.58 Mb of archives.
After this process, 76.10 Mb of additional disk space will be used.
2014-08-18 00:00:28 +02:00
2014-08-30 01:28:28 +02:00
Would you like to upgrade [Y/n]?
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Find packages from slackbuilds.org:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-26 07:15:14 +02:00
$ slpkg -n bitfighter
2014-09-23 22:00:07 +02:00
Reading package lists ...Done
2014-08-02 15:49:15 +02:00
2014-07-26 07:15:14 +02:00
+===============================================================================
2014-07-27 22:05:05 +02:00
| Package bitfighter --> http://slackbuilds.org/repository/14.1/games/bitfighter/
2014-07-26 07:15:14 +02:00
+===============================================================================
2014-09-23 22:00:07 +02:00
| Description : multi-player combat game
| SlackBuild : bitfighter.tar.gz
2014-09-12 04:41:58 +02:00
| Sources : bitfighter-019c.tar.gz, classic_level_pack.zip
| Requirements : OpenAL, SDL2, speex, libmodplug
2014-07-26 07:15:14 +02:00
+===============================================================================
2014-07-27 22:05:05 +02:00
README View the README file
SlackBuild View the SlackBuild file
Info View the Info file
Download Download this package
Build Download and build this package
Install Download/Build/Install
2014-08-22 07:20:29 +02:00
Quit Quit
2014-09-25 00:40:55 +02:00
2014-10-01 19:37:51 +02:00
Choose an option: _
2014-05-23 07:46:51 +02:00
2014-07-26 06:59:53 +02:00
Auto tool to build package:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-08-01 09:42:05 +02:00
Two files termcolor.tar.gz and termcolor-1.1.0.tar.gz
must be in the same directory.
2014-08-13 01:39:41 +02:00
(slackbuild script & source code or extra sources if needed)
2014-08-01 09:42:05 +02:00
$ slpkg -a termcolor.tar.gz termcolor-1.1.0.tar.gz
termcolor/
termcolor/slack-desc
termcolor/termcolor.info
termcolor/README
termcolor/termcolor.SlackBuild
termcolor-1.1.0/
termcolor-1.1.0/CHANGES.rst
termcolor-1.1.0/COPYING.txt
termcolor-1.1.0/README.rst
termcolor-1.1.0/setup.py
termcolor-1.1.0/termcolor.py
termcolor-1.1.0/PKG-INFO
running install
running build
running build_py
creating build
creating build/lib
copying termcolor.py -> build/lib
running install_lib
creating /tmp/SBo/package-termcolor/usr
creating /tmp/SBo/package-termcolor/usr/lib64
creating /tmp/SBo/package-termcolor/usr/lib64/python2.7
creating /tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages
copying build/lib/termcolor.py ->
2014-08-02 15:49:15 +02:00
/tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages
2014-08-01 09:42:05 +02:00
byte-compiling /tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages/termcolor.py
2014-08-02 15:49:15 +02:00
to termcolor.pyc
2014-08-01 09:42:05 +02:00
running install_egg_info
Writing
2014-08-02 15:49:15 +02:00
/tmp/SBo/package-termcolor/usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
2014-08-01 09:42:05 +02:00
Slackware package maker, version 3.14159.
Searching for symbolic links:
No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.
This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!
Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n
Creating Slackware package: /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz
./
usr/
usr/lib64/
usr/lib64/python2.7/
usr/lib64/python2.7/site-packages/
usr/lib64/python2.7/site-packages/termcolor.py
usr/lib64/python2.7/site-packages/termcolor.pyc
usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
usr/doc/
usr/doc/termcolor-1.1.0/
usr/doc/termcolor-1.1.0/termcolor.SlackBuild
usr/doc/termcolor-1.1.0/README.rst
usr/doc/termcolor-1.1.0/CHANGES.rst
usr/doc/termcolor-1.1.0/PKG-INFO
usr/doc/termcolor-1.1.0/COPYING.txt
install/
install/slack-desc
Slackware package /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz created.
2014-05-23 07:46:51 +02:00
2014-09-10 05:19:52 +02:00
Total build time for package termcolor : 1 Sec
2014-08-09 05:31:52 +02:00
Upgrade, install package:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-08-01 09:42:05 +02:00
$ slpkg -u /tmp/termcolor-1.1.0-x86_64-1_SBo.tgz
2014-05-23 07:46:51 +02:00
2014-08-01 09:42:05 +02:00
+==============================================================================
| Installing new package ./termcolor-1.1.0-x86_64-1_SBo.tgz
+==============================================================================
2014-05-23 07:46:51 +02:00
2014-08-01 09:42:05 +02:00
Verifying package termcolor-1.1.0-x86_64-1_SBo.tgz.
Installing package termcolor-1.1.0-x86_64-1_SBo.tgz:
PACKAGE DESCRIPTION:
# termcolor (ANSII Color formatting for output in terminal)
#
# termcolor allows you to format your output in terminal.
#
# Project URL: https://pypi.python.org/pypi/termcolor
#
Package termcolor-1.1.0-x86_64-1_SBo.tgz installed.
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Install mass-packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-08-01 09:42:05 +02:00
$ slpkg -u *.t?z
or
2014-05-23 07:46:51 +02:00
2014-08-01 09:42:05 +02:00
$ slpkg -i *.t?z
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Find installed packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-09-14 16:25:53 +02:00
$ slpkg -f apr
2014-10-16 04:10:24 +02:00
Packages with matching name [ apr ]
2014-08-01 09:42:05 +02:00
2014-09-14 16:25:53 +02:00
[ installed ] - apr-1.5.0-x86_64-1_slack14.1
[ installed ] - apr-util-1.5.3-x86_64-1_slack14.1
[ installed ] - xf86dgaproto-2.1-noarch-1
[ installed ] - xineramaproto-1.2.1-noarch-1
2014-07-31 05:44:04 +02:00
2014-09-25 00:40:55 +02:00
Total found 4 matcing packages
Size of installed packages 1.61 Mb
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Display the contents of the packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-08-01 09:42:05 +02:00
$ slpkg -d termcolor lua
PACKAGE NAME: termcolor-1.1.0-x86_64-1_SBo
COMPRESSED PACKAGE SIZE: 8.0K
UNCOMPRESSED PACKAGE SIZE: 60K
PACKAGE LOCATION: ./termcolor-1.1.0-x86_64-1_SBo.tgz
PACKAGE DESCRIPTION:
termcolor: termcolor (ANSII Color formatting for output in terminal)
termcolor:
termcolor: termcolor allows you to format your output in terminal.
termcolor:
termcolor:
termcolor: Project URL: https://pypi.python.org/pypi/termcolor
termcolor:
termcolor:
termcolor:
termcolor:
FILE LIST:
./
usr/
usr/lib64/
usr/lib64/python2.7/
usr/lib64/python2.7/site-packages/
usr/lib64/python2.7/site-packages/termcolor.py
usr/lib64/python2.7/site-packages/termcolor.pyc
usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
usr/lib64/python3.3/
usr/lib64/python3.3/site-packages/
usr/lib64/python3.3/site-packages/termcolor-1.1.0-py3.3.egg-info
usr/lib64/python3.3/site-packages/__pycache__/
usr/lib64/python3.3/site-packages/__pycache__/termcolor.cpython-33.pyc
usr/lib64/python3.3/site-packages/termcolor.py
usr/doc/
usr/doc/termcolor-1.1.0/
usr/doc/termcolor-1.1.0/termcolor.SlackBuild
usr/doc/termcolor-1.1.0/README.rst
usr/doc/termcolor-1.1.0/CHANGES.rst
usr/doc/termcolor-1.1.0/PKG-INFO
usr/doc/termcolor-1.1.0/COPYING.txt
install/
install/slack-desc
No such package lua: Cant find
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Remove packages:
2014-05-23 07:46:51 +02:00
.. code-block:: bash
2014-07-21 02:00:46 +02:00
$ slpkg -r termcolor
2014-07-31 05:44:04 +02:00
Packages with name matching [ termcolor ]
2014-07-26 06:59:53 +02:00
[ delete ] --> termcolor-1.1.0-x86_64-1_SBo
2014-07-22 07:13:04 +02:00
2014-08-13 01:39:41 +02:00
Are you sure to remove 1 package(s) [Y/n]? y
2014-07-21 02:00:46 +02:00
Package: termcolor-1.1.0-x86_64-1_SBo
Removing...
Removing package /var/log/packages/termcolor-1.1.0-x86_64-1_SBo...
Removing files:
--> Deleting /usr/doc/termcolor-1.1.0/CHANGES.rst
--> Deleting /usr/doc/termcolor-1.1.0/COPYING.txt
--> Deleting /usr/doc/termcolor-1.1.0/PKG-INFO
--> Deleting /usr/doc/termcolor-1.1.0/README.rst
--> Deleting /usr/doc/termcolor-1.1.0/termcolor.SlackBuild
--> Deleting /usr/lib64/python2.7/site-packages/termcolor-1.1.0-py2.7.egg-info
--> Deleting /usr/lib64/python2.7/site-packages/termcolor.py
--> Deleting /usr/lib64/python2.7/site-packages/termcolor.pyc
--> Deleting /usr/lib64/python3.3/site-packages/__pycache__/termcolor.cpython-33.pyc
--> Deleting /usr/lib64/python3.3/site-packages/termcolor-1.1.0-py3.3.egg-info
--> Deleting /usr/lib64/python3.3/site-packages/termcolor.py
--> Deleting empty directory /usr/lib64/python3.3/site-packages/__pycache__/
WARNING: Unique directory /usr/lib64/python3.3/site-packages/ contains new files
WARNING: Unique directory /usr/lib64/python3.3/ contains new files
--> Deleting empty directory /usr/doc/termcolor-1.1.0/
2014-05-24 09:09:34 +02:00
2014-07-21 02:00:46 +02:00
+==============================================================================
2014-07-26 06:59:53 +02:00
| Package: termcolor removed
2014-07-21 01:54:58 +02:00
+==============================================================================
2014-05-23 07:46:51 +02:00
2014-08-09 05:31:52 +02:00
Remove packages with all dependencies:
(presupposes facility with the option 'slpkg -s sbo <package>)
.. code-block:: bash
$ slpkg -r Flask
Packages with name matching [ Flask ]
[ delete ] --> Flask-0.10.1-x86_64-1_SBo
2014-08-13 01:39:41 +02:00
Are you sure to remove 1 package [Y/n]? y
2014-08-09 05:31:52 +02:00
+==============================================================================
| Found dependencies for package Flask:
+==============================================================================
| pysetuptools
| MarkupSafe
| itsdangerous
| Jinja2
| werkzeug
+==============================================================================
2014-08-13 03:08:25 +02:00
Remove dependencies (maybe used by other packages) [Y/n]? y
2014-08-09 05:31:52 +02:00
.
.
.
+==============================================================================
| Package Flask removed
| Package pysetuptools removed
| Package MarkupSafe removed
| Package itsdangerous removed
| Package Jinja2 removed
| Package werkzeug removed
+==============================================================================
2014-05-23 07:46:51 +02:00
2014-09-30 03:16:43 +02:00
2014-10-11 04:06:04 +02:00
Build and install packages that have added to the queue:
.. code-block:: bash
$ slpkg -q roxterm SDL2 CEGUI --add
Add packages in queue:
roxterm
SDL2
CEGUI
$ slpkg -q roxterm --remove (or 'slpkg -q all --remove' remove all packages from queue)
Remove packages from queue:
roxterm
2014-10-11 04:35:13 +02:00
$ slpkg -q --list
Packages in queue:
SDL2
CEGUI
2014-10-11 04:06:04 +02:00
$ slpkg -q --build (build only packages from queue)
$ slpkg -q --install (install packages from queue)
$ slpkg -q --build-install (build and install)
2014-10-01 19:37:51 +02:00
Add packages in blacklist file manually from
/etc/slpkg/blacklist or with the following options:
2014-09-30 03:16:43 +02:00
.. code-block:: bash
2014-10-01 19:37:51 +02:00
$ slpkg -b live555 speex faac --add
2014-09-30 03:16:43 +02:00
Add packages in blacklist:
live555
speex
faac
$ slpkg -b speex --remove
Remove packages from blacklist:
speex
$ slpkg -b --list
Packages in blacklist:
live555
faac
2014-05-23 07:46:51 +02:00
Man page it is available for full support:
.. code-block:: bash
2014-08-01 09:42:05 +02:00
$ man slpkg