Can I Run virtual box inside Tails

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I have a TailsOS Related Question: Can I run a virtual box inside tails? I would like to use VirtualBox to run some emulators on it. I tried to google it but it's always talking about tails inside a VM which is not what I am looking for.



output of cat /etc/*-release



is




TAILS_PRODUCT_NAME="Tails"
TAILS_VERSION_ID="3.2"



so i went for the deb9 stretch you recomendet as i try to install it prompts



sudo dpkg -i '/home/amnesia/Persistent/virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb' 
[sudo] password for amnesia:
(Reading database ... 137687 files and directories currently installed.)
Preparing to unpack .../virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb ...
Unpacking virtualbox-5.1 (5.1.28-117968~Ubuntu~xenial) over (5.1.28-117968~Ubuntu~xenial) ...
dpkg: dependency problems prevent configuration of virtualbox-5.1:
virtualbox-5.1 depends on libpng12-0 (>= 1.2.13-4); however:
Package libpng12-0 is not installed.
virtualbox-5.1 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
Package libqt5opengl5 is not installed.
Package libqt5opengl5-gles is not installed.
virtualbox-5.1 depends on libqt5x11extras5 (>= 5.1.0); however:
Package libqt5x11extras5 is not installed.
virtualbox-5.1 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
virtualbox-5.1 depends on libvpx3 (>= 1.5.0); however:
Package libvpx3 is not installed.

dpkg: error processing package virtualbox-5.1 (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-1.0tails1) ...
Processing triggers for mime-support (3.60) ...
Errors were encountered while processing:
virtualbox-5.1






share|improve this question






















  • Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
    – mchid
    Oct 20 '17 at 2:52














up vote
1
down vote

favorite












I have a TailsOS Related Question: Can I run a virtual box inside tails? I would like to use VirtualBox to run some emulators on it. I tried to google it but it's always talking about tails inside a VM which is not what I am looking for.



output of cat /etc/*-release



is




TAILS_PRODUCT_NAME="Tails"
TAILS_VERSION_ID="3.2"



so i went for the deb9 stretch you recomendet as i try to install it prompts



sudo dpkg -i '/home/amnesia/Persistent/virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb' 
[sudo] password for amnesia:
(Reading database ... 137687 files and directories currently installed.)
Preparing to unpack .../virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb ...
Unpacking virtualbox-5.1 (5.1.28-117968~Ubuntu~xenial) over (5.1.28-117968~Ubuntu~xenial) ...
dpkg: dependency problems prevent configuration of virtualbox-5.1:
virtualbox-5.1 depends on libpng12-0 (>= 1.2.13-4); however:
Package libpng12-0 is not installed.
virtualbox-5.1 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
Package libqt5opengl5 is not installed.
Package libqt5opengl5-gles is not installed.
virtualbox-5.1 depends on libqt5x11extras5 (>= 5.1.0); however:
Package libqt5x11extras5 is not installed.
virtualbox-5.1 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
virtualbox-5.1 depends on libvpx3 (>= 1.5.0); however:
Package libvpx3 is not installed.

dpkg: error processing package virtualbox-5.1 (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-1.0tails1) ...
Processing triggers for mime-support (3.60) ...
Errors were encountered while processing:
virtualbox-5.1






share|improve this question






















  • Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
    – mchid
    Oct 20 '17 at 2:52












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have a TailsOS Related Question: Can I run a virtual box inside tails? I would like to use VirtualBox to run some emulators on it. I tried to google it but it's always talking about tails inside a VM which is not what I am looking for.



output of cat /etc/*-release



is




TAILS_PRODUCT_NAME="Tails"
TAILS_VERSION_ID="3.2"



so i went for the deb9 stretch you recomendet as i try to install it prompts



sudo dpkg -i '/home/amnesia/Persistent/virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb' 
[sudo] password for amnesia:
(Reading database ... 137687 files and directories currently installed.)
Preparing to unpack .../virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb ...
Unpacking virtualbox-5.1 (5.1.28-117968~Ubuntu~xenial) over (5.1.28-117968~Ubuntu~xenial) ...
dpkg: dependency problems prevent configuration of virtualbox-5.1:
virtualbox-5.1 depends on libpng12-0 (>= 1.2.13-4); however:
Package libpng12-0 is not installed.
virtualbox-5.1 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
Package libqt5opengl5 is not installed.
Package libqt5opengl5-gles is not installed.
virtualbox-5.1 depends on libqt5x11extras5 (>= 5.1.0); however:
Package libqt5x11extras5 is not installed.
virtualbox-5.1 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
virtualbox-5.1 depends on libvpx3 (>= 1.5.0); however:
Package libvpx3 is not installed.

dpkg: error processing package virtualbox-5.1 (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-1.0tails1) ...
Processing triggers for mime-support (3.60) ...
Errors were encountered while processing:
virtualbox-5.1






share|improve this question














I have a TailsOS Related Question: Can I run a virtual box inside tails? I would like to use VirtualBox to run some emulators on it. I tried to google it but it's always talking about tails inside a VM which is not what I am looking for.



output of cat /etc/*-release



is




TAILS_PRODUCT_NAME="Tails"
TAILS_VERSION_ID="3.2"



so i went for the deb9 stretch you recomendet as i try to install it prompts



sudo dpkg -i '/home/amnesia/Persistent/virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb' 
[sudo] password for amnesia:
(Reading database ... 137687 files and directories currently installed.)
Preparing to unpack .../virtualbox-5.1_5.1.28-117968~Ubuntu~xenial_amd64.deb ...
Unpacking virtualbox-5.1 (5.1.28-117968~Ubuntu~xenial) over (5.1.28-117968~Ubuntu~xenial) ...
dpkg: dependency problems prevent configuration of virtualbox-5.1:
virtualbox-5.1 depends on libpng12-0 (>= 1.2.13-4); however:
Package libpng12-0 is not installed.
virtualbox-5.1 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
Package libqt5opengl5 is not installed.
Package libqt5opengl5-gles is not installed.
virtualbox-5.1 depends on libqt5x11extras5 (>= 5.1.0); however:
Package libqt5x11extras5 is not installed.
virtualbox-5.1 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
virtualbox-5.1 depends on libvpx3 (>= 1.5.0); however:
Package libvpx3 is not installed.

dpkg: error processing package virtualbox-5.1 (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-1.0tails1) ...
Processing triggers for mime-support (3.60) ...
Errors were encountered while processing:
virtualbox-5.1








share|improve this question













share|improve this question




share|improve this question








edited Oct 16 '17 at 13:23









Jeff Schaller

32.1k849109




32.1k849109










asked Oct 16 '17 at 10:04









leila

63




63











  • Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
    – mchid
    Oct 20 '17 at 2:52
















  • Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
    – mchid
    Oct 20 '17 at 2:52















Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
– mchid
Oct 20 '17 at 2:52




Did that fix it? You usually have to run sudo apt-get update and then sudo apt-get -f install after using dpkg to manually install stuff because apt-get normally runs dpkg for you and normally handles all of the dependencies so that this doesn't happen when installing stuff from the official repositories. Also, I actually prefer to use gdebi instead of dpkg because gdebi will take care of all of your dependencies automatically. Although, tails used to come with synaptic pre installed which also works well. More info: debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
– mchid
Oct 20 '17 at 2:52










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Yes, you should be able to do this. However, because this is tails, you will have to re-install virtualbox each time you boot tails because tails is not persistent.



You should use the "Debian-based linux distributions" instructions.



And run the following command in a terminal to show which version of Debian you are using on tails so that you will know which version of Virtualbox to download:



cat /etc/*-release


Once you know which version of Debian (probably Debian 9 "stretch") that tails is using, download the corresponding version of Virtualbox from the page linked here.




To fix the dependency issue, please run the following commands in a terminal:



sudo apt-get update
sudo apt-get -f install


Please post any errors, thanks!






share|improve this answer






















  • output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
    – leila
    Oct 16 '17 at 11:30











  • seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
    – leila
    Oct 16 '17 at 11:37










  • @leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
    – mchid
    Oct 16 '17 at 13:03











  • @leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
    – mchid
    Oct 16 '17 at 13:10











  • @leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
    – mchid
    Oct 16 '17 at 13:11










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398369%2fcan-i-run-virtual-box-inside-tails%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













Yes, you should be able to do this. However, because this is tails, you will have to re-install virtualbox each time you boot tails because tails is not persistent.



You should use the "Debian-based linux distributions" instructions.



And run the following command in a terminal to show which version of Debian you are using on tails so that you will know which version of Virtualbox to download:



cat /etc/*-release


Once you know which version of Debian (probably Debian 9 "stretch") that tails is using, download the corresponding version of Virtualbox from the page linked here.




To fix the dependency issue, please run the following commands in a terminal:



sudo apt-get update
sudo apt-get -f install


Please post any errors, thanks!






share|improve this answer






















  • output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
    – leila
    Oct 16 '17 at 11:30











  • seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
    – leila
    Oct 16 '17 at 11:37










  • @leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
    – mchid
    Oct 16 '17 at 13:03











  • @leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
    – mchid
    Oct 16 '17 at 13:10











  • @leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
    – mchid
    Oct 16 '17 at 13:11














up vote
1
down vote













Yes, you should be able to do this. However, because this is tails, you will have to re-install virtualbox each time you boot tails because tails is not persistent.



You should use the "Debian-based linux distributions" instructions.



And run the following command in a terminal to show which version of Debian you are using on tails so that you will know which version of Virtualbox to download:



cat /etc/*-release


Once you know which version of Debian (probably Debian 9 "stretch") that tails is using, download the corresponding version of Virtualbox from the page linked here.




To fix the dependency issue, please run the following commands in a terminal:



sudo apt-get update
sudo apt-get -f install


Please post any errors, thanks!






share|improve this answer






















  • output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
    – leila
    Oct 16 '17 at 11:30











  • seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
    – leila
    Oct 16 '17 at 11:37










  • @leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
    – mchid
    Oct 16 '17 at 13:03











  • @leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
    – mchid
    Oct 16 '17 at 13:10











  • @leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
    – mchid
    Oct 16 '17 at 13:11












up vote
1
down vote










up vote
1
down vote









Yes, you should be able to do this. However, because this is tails, you will have to re-install virtualbox each time you boot tails because tails is not persistent.



You should use the "Debian-based linux distributions" instructions.



And run the following command in a terminal to show which version of Debian you are using on tails so that you will know which version of Virtualbox to download:



cat /etc/*-release


Once you know which version of Debian (probably Debian 9 "stretch") that tails is using, download the corresponding version of Virtualbox from the page linked here.




To fix the dependency issue, please run the following commands in a terminal:



sudo apt-get update
sudo apt-get -f install


Please post any errors, thanks!






share|improve this answer














Yes, you should be able to do this. However, because this is tails, you will have to re-install virtualbox each time you boot tails because tails is not persistent.



You should use the "Debian-based linux distributions" instructions.



And run the following command in a terminal to show which version of Debian you are using on tails so that you will know which version of Virtualbox to download:



cat /etc/*-release


Once you know which version of Debian (probably Debian 9 "stretch") that tails is using, download the corresponding version of Virtualbox from the page linked here.




To fix the dependency issue, please run the following commands in a terminal:



sudo apt-get update
sudo apt-get -f install


Please post any errors, thanks!







share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 16 '17 at 13:08

























answered Oct 16 '17 at 10:22









mchid

7691815




7691815











  • output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
    – leila
    Oct 16 '17 at 11:30











  • seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
    – leila
    Oct 16 '17 at 11:37










  • @leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
    – mchid
    Oct 16 '17 at 13:03











  • @leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
    – mchid
    Oct 16 '17 at 13:10











  • @leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
    – mchid
    Oct 16 '17 at 13:11
















  • output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
    – leila
    Oct 16 '17 at 11:30











  • seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
    – leila
    Oct 16 '17 at 11:37










  • @leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
    – mchid
    Oct 16 '17 at 13:03











  • @leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
    – mchid
    Oct 16 '17 at 13:10











  • @leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
    – mchid
    Oct 16 '17 at 13:11















output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
– leila
Oct 16 '17 at 11:30





output of cat /etc/*-release is TAILS_PRODUCT_NAME="Tails" TAILS_VERSION_ID="3.2" so i went for the deb9 stretch you recomendet
– leila
Oct 16 '17 at 11:30













seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
– leila
Oct 16 '17 at 11:37




seems there are some packages not installed. is there any way i can keep them in persistant storage and write a sript so they install everytime i launch the script?
– leila
Oct 16 '17 at 11:37












@leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
– mchid
Oct 16 '17 at 13:03





@leila Yes, however, you should ask this as another question and also I will update the answer to fix the current issue.
– mchid
Oct 16 '17 at 13:03













@leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
– mchid
Oct 16 '17 at 13:10





@leila Also, there is some information on persistence at the following link, although, I am sure there are some questions on the topic already answered here on unix.SE and if not, I'm sure there are users here that are more familiar with the topic than I am especially since it has been a while since the last time I used tails :) tails.boum.org/contribute/design/persistence
– mchid
Oct 16 '17 at 13:10













@leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
– mchid
Oct 16 '17 at 13:11




@leila Additionally, I updated the answer with a couple extra commands. Please post any errors, thanks!
– mchid
Oct 16 '17 at 13:11

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398369%2fcan-i-run-virtual-box-inside-tails%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay