How to Install and Uninstall qbzr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "qbzr" package

Please follow the instructions below to install qbzr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install qbzr

2. Uninstall "qbzr" package

This guide let you learn how to uninstall qbzr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove qbzr $ sudo apt autoclean && sudo apt autoremove

3. Information about the qbzr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: qbzr
Priority: optional
Section: universe/devel
Installed-Size: 1970
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Bazaar Maintainers
Architecture: all
Version: 0.23.1-1ubuntu1
Depends: bzr (>= 2.1), python-configobj, python-pygments, python-qt4, python (>= 2.7), python (<< 2.8)
Suggests: bzr-search, python-docutils, python-enchant
Filename: pool/universe/q/qbzr/qbzr_0.23.1-1ubuntu1_all.deb
Size: 327862
MD5sum: c4313db2c03887570032770c2d02450f
SHA1: 2b7407db059fdbc6b8d606b08a73ea3e4cb4df31
SHA256: 896f910e26a0ee77c5e02c40f961620f0cce1807ad4bc2aa3c9ff98f1ae91c28
Description-en: Graphical interface for Bazaar using the Qt toolkit
QBzr is a cross-platform GUI frontend for Bazaar, based on the Qt toolkit.
.
It provides GUI frontend for many core bzr commands and several universal
dialogs and helper commands. Equivalents for core bzr commands
has the same names as CLI commands but with prefix "q".
.
Basic q-commands:
.
* qadd - GUI for adding files or directories.
* qannotate - Show the origin of each line in a file.
* qbind - Convert the current branch into a checkout of the supplied branch.
* qbranch - Create a new copy of a branch.
* qcat - View the contents of a file as of a given revision.
* qcommit - GUI for committing revisions.
* qconflicts - Show conflicts.
* qdiff - Show differences in working tree in a GUI window.
* qexport - Export current or past revision to a directory or archive.
* qinfo - Shows information about the current location.
* qinit - Initializes a new branch or shared repository.
* qlog - Show log of a repository, branch, file, or directory in a Qt window.
* qmerge - Perform a three-way merge.
* qplugins - Display information about installed plugins.
* qpull - Turn this branch into a mirror of another branch.
* qpush - Update a mirror of this branch.
* qrevert - Revert changes files.
* qsend - Mail or create a merge-directive for submitting changes.
* qswitch - Set the branch of a checkout and update.
* qtag - Edit tags.
* qunbind - Convert the current checkout into a regular branch.
* quncommit - Move the tip of a branch to an earlier revision.
* qupdate - Update working tree with latest changes in the branch.
* qversion - Show version/system information.
.
Hybrid dialogs:
.
* qgetnew - Creates a new working tree (either a checkout or full branch).
* qgetupdates - Fetches external changes into the working tree.
.
Additional commands:
.
* qbrowse - Show inventory or working tree.
* qconfig - Configure Bazaar and QBzr.
* qviewer - Simple file viewer.
.
Miscellaneous:
.
* bug-url - print full URL to a specific bug, or open it in your browser.
Description-md5: c89b29271fec987a9808a0db42ebcb54
Enhances: bzr
Homepage: http://wiki.bazaar.canonical.com/QBzr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu