LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-02-2016, 01:28 PM   #1
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Rep: Reputation: Disabled
Question I am trying to install a deb package into Debian 8,,(32bit) and overwhelmed by vast answers


I have looked at many threads, but none are directed enough to answer my need. I come from a Windows environment and installation of applications is mindless. My Toshiba Satellite laptop running windows Vista has been replaced with Debian Jessie and has tons of disk space <120 Gb>. Now here is the problem. All the solutions to install an external deb package, require the use of packages (applications) I have never heard of. Here's the issue, they need to be loaded, and there is the "catch 22" I have installed "alien" by sheer chance, but I have not fathomed how to run it, as an example. I have a number external rpm packages as well. I have tried synaptic,and Package installer but without success. Any suggestions?
 
Old 04-02-2016, 02:56 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by endeavor View Post
Any suggestions?
Hi...

Welcome to the forum

What is the name of the .deb you are trying to install and what are the other packages or applications you mentioned? Most likely, the other packages are dependencies the external .deb (or program) needs to function.

Regards...

Last edited by ardvark71; 04-02-2016 at 03:01 PM. Reason: Added link.
 
1 members found this post helpful.
Old 04-02-2016, 02:59 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
What external package is it, you sure it is not available via package management?
 
Old 04-02-2016, 03:16 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
"rpm's" are not used on debian
rpm's are Redhat Package Manager files


think of redhat and debian as
Ford VS GM
North VS south
Us VS Them

in windows BECAUSE of the crappy way dll's are handled almoat all programs are self contained files
you install a game and you get a extra set of dll's that you already have 50 of , but all the other50 are incompatible so
you now have 51 different versions of the same ( but slightly different dll )

this is called DLL HELL in the windows world



linux is DIFFERENT

linux is NOT Windows


most if not almost ALL normal everyday programs are alreade built FOR your operating system and are in the debian software repos


an example a cool game "word war Vi "
--- a 80's through back to DEFENDER!!!!

Code:
su -
apt-get update 

---- then a search ------

apt search wordwar

----- you will then see it in the search output ----
---- then install it ---

apt-get install wordwarvi
that will also pull the " wordwarvi-sound " deb and maybe a few others

-- it is a fun game
 
Old 04-02-2016, 05:51 PM   #5
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Xmind is one of the .deb applications, more to follow

Quote:
Originally Posted by ardvark71 View Post
Hi...

Welcome to the forum

What is the name of the .deb you are trying to install and what are the other packages or applications you mentioned? Most likely, the other packages are dependencies the external .deb (or program) needs to function.

Regards...
Xmind is an application that I use extensively, and the others will follow.
 
Old 04-02-2016, 05:53 PM   #6
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

Welcome to the forum

What is the name of the .deb you are trying to install and what are the other packages or applications you mentioned? Most likely, the other packages are dependencies the external .deb (or program) needs to function.

Regards...
Xmind is one of the deb packages
 
Old 04-02-2016, 05:58 PM   #7
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
I have no idea how to check

Quote:
Originally Posted by Emerson View Post
What external package is it, you sure it is not available via package management?
Hi, As i am a newbie to operational linux, i would not know where to look. Your help would be appreciated. I have tried Synaptic, but i am sure that i really need some direct coaching to get the downloading under control.
 
Old 04-02-2016, 06:02 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by endeavor View Post
Xmind is one of the deb packages
Hi...

Thank you but we'll need some more information. What is the program you're really wanting to install and use? From there, we might be able to guide you through the process.

Regards...
 
1 members found this post helpful.
Old 04-02-2016, 06:10 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
xmind

http://www.xmind.net/download/linux/

this is the 64 bit version ?
and the FREE version
and not the for PAY $$$ "pro" version ?

" xmind-7-update1-linux_amd64.deb "

download to "Downloads"
open synaptic and click on
" File / add downloaded package"
navigate to the deb
and add

this will pull in all the needed other programs that this needs
-- or should add all the needed prerequisites
 
1 members found this post helpful.
Old 04-02-2016, 06:19 PM   #10
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
I have looked through Debian but did not find anything.

Quote:
Originally Posted by Emerson View Post
What external package is it, you sure it is not available via package management?
Hi,

The applications I am trying to load are Project Libre (Project Management) Xmind 7(Brainstorming) and VM Box. There are others, but those are my immediate needs, that I have downloaded. Do you think they may be available, and then how to implement them would be my present objective.
 
Old 04-02-2016, 06:27 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you read the above post i posted ?
 
1 members found this post helpful.
Old 04-02-2016, 06:33 PM   #12
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
did you read the above post i posted ?
Yes
 
Old 04-02-2016, 06:39 PM   #13
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Have tried that in the past, and again now, but no success

Quote:
Originally Posted by John VV View Post
xmind

http://www.xmind.net/download/linux/

this is the 64 bit version ?
and the FREE version
and not the for PAY $$$ "pro" version ?

" xmind-7-update1-linux_amd64.deb "

download to "Downloads"
open synaptic and click on
" File / add downloaded package"
navigate to the deb
and add



this will pull in all the needed other programs that this needs
-- or should add all the needed prerequisites
That is exactly what I have tried, but when I try and click on the file it wont let me access that line. Am I doing anything wrong?
 
Old 04-02-2016, 06:46 PM   #14
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by endeavor View Post
That is exactly what I have tried, but when I try and click on the file it wont let me access that line. Am I doing anything wrong?
This is what I have done in following your instruction,

/File

Add downloaded files (from Generated files) [that's what the popup box

Clicked on Downloaded files folder

Found all the downloaded files

Tried to click on Xmind on the screen, but could not access the item.
 
Old 04-02-2016, 06:52 PM   #15
endeavor
LQ Newbie
 
Registered: Apr 2016
Location: Chicago
Distribution: Debian
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
did you read the above post i posted ?
The path of the downloads directory is home/me user/downloads/
and thereafter could not click n the entry.

Your help would be greatly appreciated
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help me!! I can't install .deb package in my debian asoko2 Linux - Newbie 8 11-28-2015 05:10 AM
[SOLVED] Teamviewer QuickSupport .deb package for Debian ccc Debian 15 04-24-2014 05:43 PM
convert debian deb package to a tar.gz cccc Debian 1 08-25-2011 05:49 PM
install debian *.deb package on DamnSmallLinux cccc DamnSmallLinux 3 07-26-2011 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration