Can't install Firestarter on Xubuntu

Asked by mikus

I recently installed Xubuntu 13.10 and decided I need to set up a firewall.
I have ticked the universe repository through Ubuntu Software Center>Software sources. Firestarter doesn't show up when I search for it through the Software Center. When I type `sudo apt-get install firestarter` in the terminal, it shows this:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firestarter

I also typed `sudo apt-get update` but the results were the same. What am I doing wrong here?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

https://launchpad.net/ubuntu/+source/firestarter

Seems to be still in there. What is the output of:

uname -a

Thanks

Revision history for this message
mikus (mlusens) said :
#2

Linux hlams-xubuntu 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:53:31 UTC 2014 i686 i686 i686 GNU/Linux

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

wget https://launchpad.net/ubuntu/+source/firestarter/1.0.3-11/+build/3517391/+files/firestarter_1.0.3-11_i386.deb

sudo dpkg -i ./firestarter_1.0.3-11_i386.deb

sudo apt-get -f install

Revision history for this message
mikus (mlusens) said :
#4

Thanks actionparsnip, that solved my question.

Revision history for this message
mikus (mlusens) said :
#5

I can now access it through Settings Manager>System>Firestarter.