• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Veusz in Debian 8.3

1484

How to install Veusz in Debian 8.3

The Veusz is a cross-platform scientific plotting package. It is a Qt application written in Python, PyQt and NumPy designed to produce publication-quality plots. This application produces plots in vector formats like PDF, PostScript and SVG. This tutorial covers the installation procedure of Veusz in Debian.

Installation procedure

Before starting the installation procedure, use the nano command to open the sources.list configuration file.

root@linuxhelp:~# nano /etc/apt/sources.list

The configuration source.list file is opened. Now add these lines at end of the file. Save and exit from the file.

deb http://ftp.debian.org/debian/ stable main contrib non-free
deb http://ftp.de.debian.org/debian jessie main

Execute the apt-get update command to update the apt sources-list in the target system.

root@linuxhelp:~# apt-get update
Get:1 http://ftp.debian.org jessie-updates InRelease [145 kB]
Ign http://ftp.de.debian.org jessie InRelease          
Get:2 http://ftp.de.debian.org jessie Release.gpg [2,373 B]
Get:3 http://ftp.de.debian.org jessie Release [148 kB]                 
Get:4 http://ftp.de.debian.org jessie/main amd64 Packages [6,776 kB]
Ign http://ftp.debian.org stable InRelease                                        
Get:5 http://ftp.debian.org jessie-updates/main Sources [15.5 kB]
Get:6 http://ftp.debian.org jessie-updates/contrib Sources [32 B]         
Get:7 http://ftp.debian.org jessie-updates/main amd64 Packages/DiffIndex [7,900 B]                
Get:8 http://ftp.debian.org jessie-updates/contrib amd64 Packages [32 B]        
Get:9 http://ftp.debian.org jessie-updates/contrib Translation-en [14 B]   
Get:10 http://ftp.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B] 
Get:11 http://ftp.debian.org stable Release.gpg [2,373 B]                
Get:12 http://ftp.debian.org jessie-updates/main amd64 2017-03-14-2025.02.pdiff [526 B]
.
.
Fetched 23.4 MB in 4min 47s (81.4 kB/s)                                                           
Reading package lists... Done

The target system is updated with the required repositories. Install the Veusz package by running the following command.

root@linuxhelp:~# apt-get install veusz
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libmysqlclient18 libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl
  libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
  libqt4-xmlpatterns libqtassistantclient4 libqtwebkit4 mysql-common python-qt4 python-sip
  veusz-helpers
Suggested packages:
  libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles
  libqt4-declarative-shaders qt4-qmlviewer libqt4-dev python-qt4-dbg python-h5py python-pyfits
The following NEW packages will be installed:
  libmysqlclient18 libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl
  libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
  libqt4-xmlpatterns libqtassistantclient4 libqtwebkit4 mysql-common python-qt4 python-sip veusz
  veusz-helpers
0 upgraded, 20 newly installed, 0 to remove and 264 not upgraded.
Need to get 21.9 MB of archives.
After this operation, 86.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
.
.
Setting up veusz (1.21.1-1) ...
Processing triggers for libc-bin (2.19-18+deb8u2) ...

Once the package is installed, click the Activities window and type the package name. Click on the icon to run the application.

veusz

Wasn' t that an easy installation procedure? The Veusz is extensible with python plugins. The plugins can be added for importing data in other formats, automating operations and creating mathematical relationship between datasets.

Tags:
john
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Whether the Veusx is a free tool?

A

Yeah, the veusz is a free tool.

Q

Where do I get the source file for the Veusz ?

A

For getting the source of the Veusz, use the following link as given below, "https://github.com/veusz/veusz/releases/download/veusz-3.0.1/veusz-3.0.1.tar.gz"

Q

what is latest version ?

A

3.0.1 is latest

Q

How to access the github reopsitory for the Veusz?

A

For accessing the Github repository of the Veusz, use the following link as given below "https://github.com/veusz/veusz/wiki"

Q

What are the features available in the Veusz?

A

For the features of the Veusz,
Easy to use GUI based on the high quality Qt library.
Portable, runs on a number of systems.
Free, in terms of cost and freedom.
Suited to handling scientific data and used by scientists daily.
Easy to develop and build as written in almost 100% Python.
Faster than many alternatives.

Related Tutorials in How to install Veusz in Debian 8.3

Related Tutorials in How to install Veusz in Debian 8.3

How to install Gparted on Debian 9.0
How to install Gparted on Debian 9.0
Sep 13, 2017
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
How to install qBittorrent on Debian 9.0
How to install qBittorrent on Debian 9.0
Sep 8, 2017
How to Install FileZilla in Debian
How to Install FileZilla in Debian
Nov 29, 2016
How to install Nmap on Debian 9.0
How to install Nmap on Debian 9.0
Sep 9, 2017
How to Install Laravel in Debian
How to Install Laravel in Debian
Dec 7, 2016
How to install Wireshark in Debian
How to install Wireshark in Debian
Mar 18, 2017

Related Forums in How to install Veusz in Debian 8.3

Related Forums in How to install Veusz in Debian 8.3

MariaDB
ryan class=
E: Unable to locate package mariadb-server
Sep 18, 2017
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
vim
jacob class=
Change true vi-compatible editor from Debian Vim-compatible
Nov 8, 2021
debian
anandaamatya class=
RedNotebook on Debian buster
Jun 30, 2020
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019
debian
luke class=
workbench for debian
May 26, 2017
debian
teddybarax class=
Softwae installation problem
Aug 24, 2020
debian
colbyvance class=
Trouble Installing Debian 10.8.0 (Gnome)
Feb 28, 2021

Related News in How to install Veusz in Debian 8.3

Related News in How to install Veusz in Debian 8.3

Debian IceDove kicks the bucket after Thunderbird revisits Debian Repositories
Debian IceDove kicks the bucket after Thunderbird revisits Debian Repositories
Feb 28, 2017
Mass update of Jessie - A better alternative to new version?
Mass update of Jessie - A better alternative to new version?
May 8, 2017
Debian 9.2 ‘Stretch’ OS is here, download distro now
Debian 9.2 ‘Stretch’ OS is here, download distro now
Oct 9, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.