• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Install pdfedit for editing pdf file in Ubuntu

December 29, 2013 by Sharad Chhetri 4 Comments

Question: How to edit pdf file in Ubuntu
Answer:Install pdfedit for editing pdf file in Ubuntu.Pdfedit is one of the awesome application which helps in editing the pdf file.It is nice alternate for Adobe Acrobat pdf editor.

Description of DIY practical:
We have tested this practical in Ubuntu 12.10 and 13.10.

Follow the given below steps to install pdfedit

Step 1: Download the pdfedit and its dependency qt3 library as per your Operating System supporting architecture. (Run command arch to know about your OS architecture)

For 32 bit OS (i386 and i686)

Download and Install libqt3-mt

wget http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt-x11-free/libqt3-mt_3.3.8-b-8ubuntu3_i386.deb

sudo dpkg -i libqt3-mt_3.3.8-b-8ubuntu3_i386.deb

Download and Install pdfedit

wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_i386.deb

sudo dpkg -i pdfedit_0.4.5-2_i386.deb


For 64 bit OS (x86_64)


Download and Install libqt3-mt

wget http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt-x11-free/libqt3-mt_3.3.8-b-8ubuntu3_amd64.deb

sudo dpkg -i libqt3-mt_3.3.8-b-8ubuntu3_amd64.deb


Download and Install pdfedit

wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_amd64.deb
sudo dpkg -i pdfedit_0.4.5-2_amd64.deb

Step 2: After installation you can open the pdfedit from dash home of Unity Desktop in Ubuntu. Or open the terminal and type command pdfedit

pdfedit ubuntu

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Send nagios report as pdf file via email
  2. Convert website page to pdf and image
  3. NOTICE: nagios.cmd file not found. Please specify the location of this file in your /etc/vshell.conf file
  4. How to create iso file from CD/DVD and how to mount .iso file in folder
  5. How to convert rpm file into deb file
  6. Convert video file into gif file through command line in linux
  7. Install and set Java on Ubuntu 14.04 LTS with tar ball file
  8. Give permission reference to file/dir from other file/dir in linux
  9. group ownership reference to file/dir from other file/dir in linux
  10. htaccess file does not work : Owncloud 6 in Ubuntu 13.10 Server

Filed Under: Linux Tagged With: pdfedit, ubuntu

Reader Interactions

Comments

  1. Richard says

    March 16, 2015 at 5:25 pm

    On 14.04, I had to add the following step for amd64:

    wget http://mirrors.kernel.org/ubuntu/pool/main/libm/libmng/libmng1_1.0.10-3_amd64.deb
    sudo dpkg -i libmng1_1.0.10-3_amd64.deb

    I hope that helps someone.

    Reply
    • sharad chhetri says

      March 17, 2015 at 3:25 pm

      Hello Richard,

      Personally thanking you for sharing tips to all readers. Highly appreciate.

      Regards
      Sharad

      Reply
    • Frank says

      March 9, 2016 at 6:41 pm

      This worked for me, as well.

      Also… there’s a typo here:

      Download and Install pdfedit

      wget http://us.archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.4.5-2_amd64.deb
      sudo dpkg -i

      That last line should read:

      sudo dpkg -i pdfedit_0.4.5-2_amd64.deb

      Thanks to both of you for de-tangling this mess.

      Reply
      • sharad chhetri says

        March 10, 2016 at 4:57 pm

        Thank You Frank,

        Typo is fixed ๐Ÿ™‚

        Regards
        Sharad

        Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

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

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

Edit the crontab without using crontab -e

configure: error: C++ compiler cannot create executables

How to convert float to integer number

This kernel requires an x86-64 CPU but only detected an i686 CPU

linux release renew dhcp assigned ip address

Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101

Protect from w00tw00t.at.blackhats.romanian.anti-sec

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy