Tag: debian

  • Patching a Debian Package

    This is my experience on patching a debian package. Once you learn how to do it, its so simple and straightforward I wanted to demonstrate. Problem I develop an application named SerialPlot. It’s programmed with Qt SDK. It makes use of QSerialPort module of Qt for accessing the serial port devices. When I updated my […]

  • Script to Install Debian Packages as a Group

    This is a python script to install debian packages as a group. This will allow you to remove the packages you don’t need easily when you want to clean your system. When you install a package using `apt-get` it will mark all packages that are installed as it’s dependencies as “automatically installed”. When an “automatically […]