How to install deb package
location:
linuxquestions.com - date:
July 19, 2005
I just set up Knoppix as a single-user, dual-boot system and I want to install synaptic. I downloaded the synaptic deb package to a file. Here's what I did and the results:
[email protected][~]$ su
[email protected][knoppix]# dir
Desktop none thunderbird
firefox-1.0.5.installer.tar.gz office thunderbird-1.0.5.tar.gz
firefox-installer synaptic_0-1.57.2-1_i386.deb tmp
[email protected][knoppix]# apt-get install synaptic_0-1.57.2-1_i386.deb
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package synaptic_0-1.57.2-1_i386.deb
[email protected][knoppix]#
It says it can't find the package which is shown in the directory listing.
What am I doing wrong and what should I do?
Thanks!
Install deb package for VLC in Ubuntu 8.10
location: ubuntuforums.com - date: January 18, 2009
I have downloaded a libdvdcss2_1.2.9-1_i386.deb for VLC to play real media properly.However, it can't process with error:
Code:
sudo dpkg -i libdvdcss2_1.2.9-1_i386.deb
dpkg: error processing libdvdcss2_1.2.9-1_i386.deb (--install):
package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
libdvdcss2_1.2.9-1_i386.deb
I am using Intel processor.It should be compatible with i386 package without any mismatch issue.
Thank you.
12.10's Software center , can't install .deb package, once refuse the license terms
location:
ubuntuforums.com - date:
March 12, 2013
I had created a debian package with a license terms process for installation process.
This license terms process is added in debian package "preinst" file.
But during installation of this package in software-center, once I refused the license, it's impossible to redisply the license page in next time when I restart the installation process! Software-center dumped to the refuse step each time, the install process can't be continue anyway.
But my install process and .deb package work very well with another command: "gedebi", "dpkg -i", and I never had a problem
in another version of Ubuntu .
script code like:
---------debian "preinst" file code--------------------
. /usr/share/debconf/confmodule
db_version 2.0
db_capb backup
#Intel property licence
license=LICENSE_NAME
errmsg()
{
echo >&2 ''
echo >&2 "
[email protected]"
echo >&2 "try 'dpkg-reconfigure debconf' to select a frontend other than noninteractive"
echo >&
Is there any way to install .deb package to Fedora
location: linuxquestions.com - date: May 14, 2004
Yes,
Some .deb packages i have which is for Debian distribution
But i have Fedora, is there any utility that i can install it on my System ?
Help me
Kartik
[SOLVED] Best way to install .deb package in Slackware?
location: linuxquestions.com - date: October 12, 2011
Hello,
I've bought the latest Humble Bundle recently and one of the games is distributed only as a .deb file.
Whats the correct way to install this in Slackware?
SaltStack state to install .deb package file and dependencies
location: linuxexchange.com - date: January 1, 1970
I have a salt formula. On server I am using wkhtmltopdf tools. Ubuntu repo has this tool but it has an older version. I want to use the latest version.
I am doing the following to get it installed on minions manually.
$ wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
$ sudo apt-get install fontconfig libfontenc1 libjpeg-turbo8 libxfont1 x11-common xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils libxrender1
$ sudo dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
I can do cmd.run for all these commands. Is there any better way of doing any of these steps?
how to install g++ from source code or deb package
location: linuxquestions.com - date: April 17, 2013
Hi,friends!
I have just installed Ubuntu 10.10 by CD drive and I want to use it as the host for building LFS 7.3 system.To satisfy the host requirements,I need to install g++ first to install ncurses(maybe I am wrong for this) to install textinfo.
Now the problem is that I need to install g++ but cannot use apt-get(No network),so how to install g++
from .deb or source files? Where can I get them?
Thanks for any help
How to configure deb package that install another package
location:
ubuntuforums.com - date:
November 9, 2013
Hi,
sorry for the silly question, but I have a question about deb packaging.
I've created correctly my package, but I do not understand how to install another package when I intall the one that I have buildt.
What I expect is the when I'm install my package, the installation will provide to install a dependent package (curl in this case)
This is my control file:
Source: mypublic
Section: utils
Priority: extra
Maintainer: dentaku65 (dentaku for ubuntu) <
[email protected]>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 0.1-20
Homepage: <insert the upstream URL, if relevant>
Package: mypublic
Architecture: any
Depends: curl
Description: mypublic
mypublic
I don't know how to build my deb that when is installed, will install curl too.
TIA
How to install a deb package without dependencies?
location: ubuntuforums.com - date: August 17, 2012
Hi,
I have Ubuntu 12.04 (x64) platform. TexLive 2012 is installed from DVD (not from ubuntu repositories).
when I want to install TexMaker, it depends on the old texlive version on the repository. I don't want these outdated stuffs. Why the software center does not recognize that these dependecies (texlive and related stuffs) are available?
problems installing .deb package dependency problems/how to install needed files
location:
ubuntuforums.com - date:
October 25, 2009
I am attempting to install TheLastRipper software - it came as a .deb package but it needs files which are not installed on my version of Ubuntu 8.04 LTS .... so I'm wondering what to do. Here is the output:
Code:
[email protected]:/usr/share/thelastripper$ sudo dpkg -i thelastripper_1.4.1-1_all.deb
Selecting previously deselected package thelastripper.
(Reading database ... 140231 files and directories currently installed.)
Unpacking thelastripper (from thelastripper_1.4.1-1_all.deb) ...
dpkg: dependency problems prevent configuration of thelastripper:
thelastripper depends on libglib2.0-cil (>= 2.12.7); however:
Version of libglib2.0-cil on system is 2.12.0-2ubuntu3.
thelastripper depends on libgtk2.0-cil (>= 2.12.7); however:
Version of libgtk2.0-cil on system is 2.12.0-2ubuntu3.
thelastripper depends on libmono-posix2.0-cil (>= 1.0); however:
Package libmono-posix2.0-cil is not installed.
thelastripper depends on libmono-system2.0-cil (>
please wait...
Page: 1 2 3 4 5 6 7 8 9 10