New answers tagged synaptic
0
You can just install gdebi Package Installer.
Right click the package and click install.
0
The easiest way to install synaptic, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install synaptic
Once done, just search for synaptic in Dash, and when you start it, just enter your password, and you're set.
For The Ubuntu Software Center, just click on the icon shown in the image below
...
1
By default, the Ubuntu Software Center is used for installing packages and/or new software. Try looking for "Ubuntu Software Center" in the dash instead of synaptic package manger.
If you really want to install synaptic package mangager, see this question
0
If you mean System Configuration tools, I think there is a good chance if you will reinstall the ubuntu-desktop meta-package. In a terminal, type next command:
sudo apt-get install --reinstall ubuntu-desktop
0
actually the packages you are downloading through the synaptic package manager will be at /var/cache/apt/archives location in your PC.Those packages will be in .DEB format.
so if you like to open the .DEB file , you can do it with
ar vx your_package.deb.
0
Once the downloads are finished, go in Synaptic Package Manager again and select the same package(s) name(s) that you initially selected. Go to “Add downloaded packages” from the File menu, notice that the window that pops up is titled "Select directory" not "Select file(s)", you do not select individual package files but the directory which contains them. ...
1
I have the same problem, also in 13.04 - 64 bit.
In Ubuntu 12.10 - 64 bits, on the same machine, it worked.
Anyway, until the problem is solved, you can manually edit its conf file to change proxy parameters for Synaptic.
The file is /root/.synaptic/synaptic.conf and you can specify the user and password on the httpProxyUser and
httpProxyPass lines
0
Well I haven't been able to find a way to install it either using apt-get or synaptic. I did find it in .tar.bz2 file format. You can download it here.
To find out how to install a .tar.bz2 files under Ubuntu, you might want to take a look at this
0
https://launchpad.net/~python-dev/+archive/ppa
This ppa has version 3.3 which I have tested personally.
0
You can upgrade to Ubuntu 13.04, which includes Python 3.3.1, or request a backport of python3.3 to 12.10. Upgrading to 13.04 might be a good idea since you're on a non-LTS release already.
1
Hope they put again in repos, meanwhile u can download from:
http://packages.ubuntu.com/lucid/i386/libqt3-mt/download
cheers
Award
2
With apt-cache, you can use the --names-only switch with your search term, and/or use some regex to narrow the searches down. Some examples I have used are listed below.
1) Using --names-only with a simple search of the word launcher cuts out a lot of results:
apt-cache search launcher --names-only
Often when using regex in your searches, --names-only ...
3
Synaptic is a computer program which is a GTK+ graphical user interface front-end to the Advanced Packaging Tool for the Debian package management system. Synaptic is usually used on systems based on deb packages but can also be used on systems based on RPM packages. It can be used to install, remove and upgrade software packages and to add repositories.
...
1
At the bottom of this page you will find this .DEB file.
Mind you... you will also need all the dependencies shown on the first link and any dependency those dependencies have if any of those dependencies is not yet installed.
2 remarks:
An internet connection would be easier. It would save you lots of time.
You do not really need Synaptic since Ubuntu ...
0
If the other answers don't help then try:
sudo apt-get install --reinstall synaptic
sudo dpkg-reconfigure synaptic
It worked for me.
1
To my knowledge there is no way to add that to the /etc/apt/sources.list file
There is a script that can get the job done
https://github.com/GM-Script-Writer-62850/Ubuntu-Mainline-Kernel-Updater
Terminal Commands: (edit, more up to date info now in the readme at the above link)
cd /tmp
git clone ...
0
The easiest way is to use apt-build
See http://manpages.ubuntu.com/manpages/raring/man1/apt-build.1.html
See also Build Ubuntu from source, for speed
Building from source is, IMO over rated. See :
http://funroll-loops.info/
(yes I am a long time gentoo user as well)
And
https://fedoraproject.org/wiki/Package_management_system
And
...
3
Apt-get doesn't work like BSD ports or Gentoo portage. You can apt-get source and debuild all of them individually, but it's not easily automate-able or built-in.
You could theoretically script mirroring a source repo, building a dependency chain, starting at the root, and building each package... but generally for the target user-base of Ubuntu, it's ...
1
Open a terminal by going to Applications->Accessories->Terminal
Enter the command:
sudo apt-get update
then
sudo apt-get upgrade
If it gives you any error messages, it will tell you what command to run to fix the error.
Hope this helps!!!
1
If there is an issue with the software centre, try reinstalling it.
Press CTRL+ALT+T simultaneously to enter terminal.
To uninstall Software Center:
sudo apt-get remove software-center
sudo apt-get autoremove software-center
To re-install Software Center:
sudo apt-get update
sudo apt-get install software-center
If the software centre is working ...
Top 50 recent answers are included


